Uses of Package
de.xima.fc.interfaces.workflow.params
-
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.helper Class Description IExtractSearchTermsParams Parameters that are passed toIElementHandler.extractSearchTerms(IExtractSearchTermsParams).IReadEntityRefsParams Query interface for getting entity references, passed toIElementHandler.readEntityReferences(IReadEntityRefsParams).IReadPlaceholdersParams Models the parameters that are passed toIElementHandler.readPlaceholders(IReadPlaceholdersParams).IWriteEntityRefsParams Query interface for providing information for updating entity references, passed toIElementHandler.writeEntityReferences(IWriteEntityRefsParams).IWritePlaceholdersParams Models the parameters that are passed toIElementHandler.writePlaceholders(IWritePlaceholdersParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.analysis Class Description ICreateFlowGraphParams Interface for the parameters that are passed tocreateFlowGraphofIWorkflowNodeFlowAnalyzer. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.execution Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes.INodeReturnedExceptionBuilder Builder for the exception thrown by a node when it wishes to stop the current execution by issuing a return statement.IWorkflowQueueItem Instance passed toIWorkflowTaskRunner.IWorkflowRunTasksForEventParams Parameters that are passed toIWorkflowTaskRunner.runTasksForEvent(IWorkflowRunTasksForEventParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.nodes Class Description ICreateProtocolEntryAfterExecutionParams Parameters that are passed to theisCreateProtocolEntryAfterExecutionmethod of aINodeHandlerto decide whether a protocol entry should be created.IGetNodePrototypesParams Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams).INodeExecutionParams Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.params Class Description IAbruptCompletionExceptionBuilder Builder for the result of a node that was completed abruptly by throwing an exception or issuing a return statement.IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes.ICompletionResultBuilder Builder for the result of a node when it was executed, either successfully or abruptly.ICurrentValueBuilder Builder for the value provided by a node while it is being executed.IGetElementPrototypesParams Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams)andITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams).INodeReturnedExceptionBuilder Builder for the exception thrown by a node when it wishes to stop the current execution by issuing a return statement.INodeThrewExceptionBuilder Builder for the exception thrown by a node when it encounters an error upon execution.INodeTransferredControlExceptionBuilder Builder for the exception thrown by a node when it wishes to peform an abrupt local control transfer, e.g.INormalCompletionResultBuilder Builder for the result returned by a node when it was executed successfully.ISuccessResultBuilder Builder for the result of a node when it was executed successfully.IWorkflowQueueItem Instance passed toIWorkflowTaskRunner. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.triggers Class Description IGetTriggerPrototypesParams Parameters that are passed toITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams).ITriggerOnTaskBeginParams Parameters passed to the callback methodITriggerHandler.onTaskBegin(ITriggerOnTaskBeginParams).ITriggerOnTaskFinishParams Parameters passed to the callback methodITriggerHandler.onTaskFinish(ITriggerOnTaskFinishParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.interfaces.workflow.validation Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.mdl.workflow Class Description IWorkflowSoftErrorDescriptor Wrapper class with all details forINodeExecutionParams.softError(String, String, IValueCreator, Throwable) -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.plugin.interfaces.workflow Class Description IGetNodePrototypesParams Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams).IGetTriggerPrototypesParams Parameters that are passed toITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.designer.bean.nodes Class Description IElementPropInitParams Parameters that are passed toprepareViewForElement.IElementUpdateCurrentPropsParams Parameters that are passed toIElementPropertiesBean.updateCurrentProperties(IElementUpdateCurrentPropsParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.designer.bean.triggers Class Description IElementPropInitParams Parameters that are passed toprepareViewForElement.IElementUpdateCurrentPropsParams Parameters that are passed toIElementPropertiesBean.updateCurrentProperties(IElementUpdateCurrentPropsParams).IElementUpdateCurrentTaskParams Parameters that are passed toIElementPropertiesBean.updateCurrentTask(IElementUpdateCurrentTaskParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.designer.helper Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.designer.logic Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.designer.mixin Class Description IGetElementPrototypesParams Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams)andITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.executor Class Description INodeExecutionParams Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.itemlist Class Description INodeExecutionParams Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.mixin Class Description ICreateProtocolEntryAfterExecutionParams Parameters that are passed to theisCreateProtocolEntryAfterExecutionmethod of aINodeHandlerto decide whether a protocol entry should be created.IElementLocalValidationParams Interface for the parameters that are passed toIElementHandler.validateLocal(IElementLocalValidationParams).IGetDisplayLabelParams Parameters that are passed toIElementHandler.getDisplayLabel(IGetDisplayLabelParams).IGetElementPrototypesParams Parameters that are passed toINodeHandler.getNodePrototypes(IGetNodePrototypesParams)andITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams).IIsAvailableParams The parameters that are passed toIElementHandler.isAvailable(IIsAvailableParams).INodeExecutionParams Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.model Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.engine Class Description IWorkflowRunTasksForEventParams Parameters that are passed toIWorkflowTaskRunner.runTasksForEvent(IWorkflowRunTasksForEventParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.logic.analysis Class Description ICreateFlowGraphParams Interface for the parameters that are passed tocreateFlowGraphofIWorkflowNodeFlowAnalyzer. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.logic.event Class Description IWorkflowQueueItem Instance passed toIWorkflowTaskRunner. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.logic.execution Class Description INodeExecutionParams Interface for the parameters that are passed toINodeHandler.execute(INodeExecutionParams).ITriggerOnTaskBeginParams Parameters passed to the callback methodITriggerHandler.onTaskBegin(ITriggerOnTaskBeginParams).IWorkflowQueueItem Instance passed toIWorkflowTaskRunner.IWorkflowRunTasksForEventParams Parameters that are passed toIWorkflowTaskRunner.runTasksForEvent(IWorkflowRunTasksForEventParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.logic.validation Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes. -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.processor.model Class Description IBaseWorkflowEnvironmentData Environment data required when create node or trigger prototypes.IElementGlobalValidationParams Interface for the parameters that are passed toIElementHandler.validateGlobal(IElementGlobalValidationParams).IElementLocalValidationParams Interface for the parameters that are passed toIElementHandler.validateLocal(IElementLocalValidationParams).IIsAvailableParams The parameters that are passed toIElementHandler.isAvailable(IIsAvailableParams).ITriggerOnTaskFinishParams Parameters passed to the callback methodITriggerHandler.onTaskFinish(ITriggerOnTaskFinishParams).IWorkflowQueueItem Instance passed toIWorkflowTaskRunner.IWorkflowRunTasksForEventParams Parameters that are passed toIWorkflowTaskRunner.runTasksForEvent(IWorkflowRunTasksForEventParams). -
Classes in de.xima.fc.interfaces.workflow.params used by de.xima.fc.workflow.validator Class Description IElementLocalValidationParams Interface for the parameters that are passed toIElementHandler.validateLocal(IElementLocalValidationParams).