Uses of Class
de.xima.fc.workflow.model.nodes.FcDoUntilLoopProps
-
Packages that use FcDoUntilLoopProps 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 FcDoUntilLoopProps 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 FcDoUntilLoopProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcDoUntilLoopProps>
FcDoUntilLoopBpmnModeler. 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 FcDoUntilLoopProps Modifier and Type Method Description protected String
FcDoUntilLoopBpmnModeler. getAlternateLabel(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcDoUntilLoopBpmnModeler. getConditionDetails(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcDoUntilLoopBpmnModeler. getConditionName(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context)
protected String
FcDoUntilLoopBpmnModeler. getConsequentLabel(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context)
-
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcDoUntilLoopProps Modifier and Type Method Description FcDoUntilLoopProps
FcDoUntilLoopHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDoUntilLoopProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcDoUntilLoopProps>
FcDoUntilLoopHandler. getBpmnModeler()
Class<FcDoUntilLoopProps>
FcDoUntilLoopHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcDoUntilLoopProps>>
FcDoUntilLoopHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDoUntilLoopProps Modifier and Type Method Description INormalCompletionResult
FcDoUntilLoopHandler. execute(INodeExecutionParams<FcDoUntilLoopProps> params)
-
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDoUntilLoopProps Constructor Description FcDoUntilLoopExecutor(INodeExecutionParams<FcDoUntilLoopProps> params)
Creates a new executor for executing a while loop node with the given params.
-