Uses of Class
de.xima.fc.workflow.model.nodes.FcBreakProps
Packages that use FcBreakProps
Package
Description
-
Uses of FcBreakProps 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 FcBreakPropsMethod parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcBreakPropsModifier and TypeMethodDescriptionvoidFcBreakBpmnModeler.modelNode(IModelWorkflowNodeParams<FcBreakProps> params, IWorkflowBpmnModelContext context) -
Uses of FcBreakProps 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 FcBreakPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_BREAK.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcBreakPropsModifier and TypeMethodDescriptionFcBreakHandler.getBpmnModeler()FcBreakHandler.getDataModelClass()Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type FcBreakPropsMethod parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcBreakPropsModifier and TypeMethodDescriptionFcBreakHandler.execute(INodeExecutionParams<FcBreakProps> params) FcBreakHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcBreakProps> params) FcBreakHandler.validateLocal(IElementLocalValidationParams<FcBreakProps, WorkflowNode> params) -
Uses of FcBreakProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcBreakPropsModifier and TypeMethodDescriptionstatic FcBreakPropsWorkflowNodePropsFactory.breakStatement()Creates a new workflow node model for aEWorkflowNodeType.FC_BREAKthat issues a control transfer via a break statement, targeting the closest control flow node.static FcBreakPropsWorkflowNodePropsFactory.breakStatement(NodeKey breakTarget) Creates a new workflow node model for aEWorkflowNodeType.FC_BREAKthat issues a control transfer via a break statement.