Uses of Class
de.xima.fc.workflow.model.nodes.FcContinueProps
Packages that use FcContinueProps
Package
Description
-
Uses of FcContinueProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Classes in de.xima.fc.workflow.designer.bpmn.node.flow_control that implement interfaces with type arguments of type FcContinuePropsMethod parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcContinuePropsModifier and TypeMethodDescriptionvoidFcContinueBpmnModeler.modelNode(IModelWorkflowNodeParams<FcContinueProps> params, IWorkflowBpmnModelContext context) -
Uses of FcContinueProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcContinuePropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CONTINUE.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcContinuePropsModifier and TypeMethodDescriptionFcContinueHandler.getBpmnModeler()FcContinueHandler.getDataModelClass()Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type FcContinuePropsModifier and TypeMethodDescriptionFcContinueHandler.getControlTransferTarget(FcContinueProps props) Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcContinuePropsModifier and TypeMethodDescriptionFcContinueHandler.execute(INodeExecutionParams<FcContinueProps> params) FcContinueHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcContinueProps> params) 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 FcContinuePropsModifier and TypeMethodDescriptionstatic 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.