Uses of Class
de.xima.fc.workflow.model.nodes.FcWhileLoopProps
-
Packages that use FcWhileLoopProps Package Description de.xima.fc.workflow.designer.bpmn.node.flow_control de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcWhileLoopProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Fields in de.xima.fc.workflow.designer.bpmn.node.flow_control with type parameters of type FcWhileLoopProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcWhileLoopProps>
FcWhileLoopBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcWhileLoopProps Modifier and Type Method Description protected String
FcWhileLoopBpmnModeler. getAlternateLabel(IModelWorkflowNodeParams<FcWhileLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcWhileLoopBpmnModeler. getConditionDetails(IModelWorkflowNodeParams<FcWhileLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcWhileLoopBpmnModeler. getConditionName(IModelWorkflowNodeParams<FcWhileLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcWhileLoopBpmnModeler. getConsequentLabel(IModelWorkflowNodeParams<FcWhileLoopProps> params, IWorkflowBpmnModelContext context)
-
Uses of FcWhileLoopProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcWhileLoopProps Modifier and Type Method Description FcWhileLoopProps
FcWhileLoopHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcWhileLoopProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcWhileLoopProps>
FcWhileLoopHandler. getBpmnModeler()
Class<FcWhileLoopProps>
FcWhileLoopHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcWhileLoopProps>>
FcWhileLoopHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcWhileLoopProps Modifier and Type Method Description INormalCompletionResult
FcWhileLoopHandler. execute(INodeExecutionParams<FcWhileLoopProps> params)
-
Uses of FcWhileLoopProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcWhileLoopProps Constructor Description FcWhileLoopExecutor(INodeExecutionParams<FcWhileLoopProps> params)
Creates a new executor for executing a while loop node with the given params.
-