Package de.xima.fc.interfaces.workflow.params
package de.xima.fc.interfaces.workflow.params
-
InterfacesClassDescriptionIAbruptCompletionExceptionBuilder<TBuilder,
TResult> Builder for the result of a node that was completed abruptly by throwing an exception or issuing a return statement.Environment data required when performing workflow related operations.ICompletionResultBuilder<Builder,Result> Builder for the result of a node when it was executed, either successfully or abruptly.ICreateFlowGraphParams<TData, TElement extends IWorkflowNodeTypeProviding>Interface for the parameters that are passed tocreateFlowGraphofIWorkflowNodeFlowAnalyzer.Parameters that are passed to theisCreateProtocolEntryAfterExecutionmethod of aINodeHandlerto decide whether a protocol entry should be created.Builder for the value provided by a node while it is being executed.IElementGlobalValidationParams<TData, TElement extends IWorkflowElementEntity>Interface for the parameters that are passed toIElementHandler.validateGlobal(IElementGlobalValidationParams).IElementLocalValidationParams<TData, TElement extends IWorkflowElementEntity>Interface for the parameters that are passed toIElementHandler.validateLocal(IElementLocalValidationParams).IElementPropInitParams<TData>Parameters that are passed toprepareViewForElement.Parameters that are passed toIElementPropertiesBean.updateCurrentProperties(IElementUpdateCurrentPropsParams).Deprecated.IExtractSearchTermsParams<Model>Parameters that are passed toIElementHandler.extractSearchTerms(IExtractSearchTermsParams).IGetDisplayLabelParams<TData>Parameters that are passed toIElementHandler.getDisplayLabel(IGetDisplayLabelParams).Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams)andITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams).IGetElementSummaryParams<TData>Parameters that are passed toIElementHandler.getElementSummaryModel(IGetElementSummaryParams).Deprecated.Parameters that are passed toIElementHandler.getFilterCriteriaForObjects(IGetFilterCriteriaForObjectsParams).Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams).Parameters that are passed toITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams).IIsAvailableParams<TData>The parameters that are passed toIElementHandler.isAvailable(IIsAvailableParams).INodeExecutionParams<Model>Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams).Builder for the exception thrown by a node when it wishes to stop the current execution by issuing a return statement.Builder for the exception thrown by a node when it encounters an error upon execution.Builder for the exception thrown by a node when it wishes to peform an abrupt local control transfer, e.g. by issuing a break or continue statement.Builder for the result returned by a node when it was executed successfully.IReadEntityRefsParams<Model>Deprecated.ImplementIElementHandler.readObjectReferences(IReadObjectReferencesParams)instead.IReadObjectReferencesParams<Model>Query interface for getting object references, passed toIElementHandler.readObjectReferences(IReadObjectReferencesParams)IReadPlaceholdersParams<TData>Models the parameters that are passed toIElementHandler.readPlaceholders(IReadPlaceholdersParams).ISuccessResultBuilder<TBuilder,TResult> Builder for the result of a node when it was executed successfully.ITriggerOnTaskBeginParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskBegin(ITriggerOnTaskBeginParams).ITriggerOnTaskFinishParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskFinish(ITriggerOnTaskFinishParams).Instance passed toIWorkflowTaskRunner.Parameters that are passed toIWorkflowTaskRunner.runTasksForEvent(IWorkflowRunTasksForEventParams).Wrapper class with all details forINodeExecutionParams.softError(String, String, IValueCreator, Throwable)IWriteEntityRefsParams<TData>Deprecated.ImplementIElementHandler.writeObjectReferences(IWriteObjectReferencesParams)instead.IWriteObjectReferencesParams<Model>Query interface for providing information for updating entity references, passed toIElementHandler.writeObjectReferences(IWriteObjectReferencesParams).IWritePlaceholdersParams<TData>Models the parameters that are passed toIElementHandler.writePlaceholders(IWritePlaceholdersParams).
IElementPropertiesBean.updateCurrentTask(IElementUpdateCurrentTaskParams), which is deprecated.