Uses of Class
de.xima.fc.workflow.model.nodes.FcDoUntilLoopProps
Packages that use FcDoUntilLoopProps
Package
Description
-
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.designer.bean.nodes
Subclasses with type arguments of type FcDoUntilLoopProps in de.xima.fc.workflow.designer.bean.nodesModifier and TypeClassDescriptionclassBean for editing FORMCYCLEEWorkflowNodeType.FC_DO_UNTIL_LOOPnodes. -
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Subclasses with type arguments of type FcDoUntilLoopProps in de.xima.fc.workflow.designer.bpmn.node.flow_controlFields in de.xima.fc.workflow.designer.bpmn.node.flow_control with type parameters of type FcDoUntilLoopPropsModifier and TypeFieldDescriptionstatic final IWorkflowNodeBpmnModeler<FcDoUntilLoopProps> FcDoUntilLoopBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcDoUntilLoopPropsModifier and TypeMethodDescriptionprotected StringFcDoUntilLoopBpmnModeler.getAlternateLabel(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context) protected StringFcDoUntilLoopBpmnModeler.getConditionDetails(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context) protected StringFcDoUntilLoopBpmnModeler.getConditionName(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context) protected StringFcDoUntilLoopBpmnModeler.getConsequentLabel(IModelWorkflowNodeParams<FcDoUntilLoopProps> params, IWorkflowBpmnModelContext context) -
Uses of FcDoUntilLoopProps 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 FcDoUntilLoopPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.Methods in de.xima.fc.workflow.designer.registry.nodes that return FcDoUntilLoopPropsModifier and TypeMethodDescriptionFcDoUntilLoopHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcDoUntilLoopPropsModifier and TypeMethodDescriptionFcDoUntilLoopHandler.getBpmnModeler()FcDoUntilLoopHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcDoUntilLoopProps>> FcDoUntilLoopHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcDoUntilLoopPropsModifier and TypeMethodDescriptionFcDoUntilLoopHandler.execute(INodeExecutionParams<FcDoUntilLoopProps> params) -
Uses of FcDoUntilLoopProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcDoUntilLoopProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow node of typeEWorkflowNodeType.FC_DO_UNTIL_LOOP.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcDoUntilLoopPropsModifierConstructorDescriptionCreates a new executor for executing a while loop node with the given params.