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 voidFcContinueBpmnModeler. 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 NodeKeyFcContinueHandler. getControlTransferTarget(FcContinueProps props)Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcContinueProps Modifier and Type Method Description INormalCompletionResultFcContinueHandler. execute(INodeExecutionParams<FcContinueProps> params)ISummaryKeyValueModelFcContinueHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcContinueProps> params)IWorkflowElementValidationResultFcContinueHandler. 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 FcContinuePropsWorkflowNodePropsFactory. continueStatement()Creates a new workflow node model for aEWorkflowNodeType.FC_CONTINUEthat issues a control transfer via a continue statement, targeting the closest control flow node.static FcContinuePropsWorkflowNodePropsFactory. continueStatement(NodeKey continueTarget)Creates a new workflow node model for aEWorkflowNodeType.FC_CONTINUEthat issues a control transfer via a continue statement.
-