Uses of Class
de.xima.fc.workflow.model.nodes.FcContinueProps
-
Packages that use FcContinueProps Package Description de.xima.fc.workflow.designer.bpmn.node.flow_control de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.processor.factory -
-
Uses of FcContinueProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcContinueProps Modifier and Type Method Description void
FcContinueBpmnModeler. modelNode(IModelWorkflowNodeParams<FcContinueProps> params, IWorkflowBpmnModelContext context)
-
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 IWorkflowNodeBpmnModeler<FcContinueProps>
FcContinueHandler. getBpmnModeler()
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.
-