Uses of Class
de.xima.fc.workflow.model.nodes.FcContinueProps
-
Packages that use FcContinueProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.processor.factory -
-
Uses of FcContinueProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcContinueProps Modifier and Type Method Description Class<FcContinueProps>
FcContinueHandler. getDataModelClass()
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type FcContinueProps Modifier and Type Method Description NodeKey
FcContinueHandler. getControlTransferTarget(FcContinueProps props)
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcContinueProps Modifier and Type Method Description INormalCompletionResult
FcContinueHandler. execute(INodeExecutionParams<FcContinueProps> params)
ISummaryKeyValueModel
FcContinueHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcContinueProps> params)
IWorkflowElementValidationResult
FcContinueHandler. validateLocal(IElementLocalValidationParams<FcContinueProps,WorkflowNode> params)
-
Uses of FcContinueProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcContinueProps Modifier and Type Method Description static FcContinueProps
WorkflowNodePropsFactory. continueStatement()
Creates a new workflow node model for aEWorkflowNodeType.FC_CONTINUE
that issues a control transfer via a continue statement, targeting the closest control flow node.static FcContinueProps
WorkflowNodePropsFactory. continueStatement(NodeKey continueTarget)
Creates a new workflow node model for aEWorkflowNodeType.FC_CONTINUE
that issues a control transfer via a continue statement.
-