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