Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchProps
Packages that use FcSwitchProps
Package
Description
-
Uses of FcSwitchProps 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 FcSwitchPropsMethod parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcSwitchPropsModifier and TypeMethodDescriptionvoidFcSwitchBpmnModeler.modelNode(IModelWorkflowNodeParams<FcSwitchProps> params, IWorkflowBpmnModelContext context) -
Uses of FcSwitchProps 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 FcSwitchPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_SWITCH.Methods in de.xima.fc.workflow.designer.registry.nodes that return FcSwitchPropsModifier and TypeMethodDescriptionFcSwitchHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSwitchPropsModifier and TypeMethodDescriptionFcSwitchHandler.getBpmnModeler()FcSwitchHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcSwitchProps>> FcSwitchHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSwitchPropsModifier and TypeMethodDescriptionFcSwitchHandler.execute(INodeExecutionParams<FcSwitchProps> params) -
Uses of FcSwitchProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcSwitchProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow node of typeEWorkflowNodeType.FC_SWITCH.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSwitchPropsModifierConstructorDescriptionCreates a new executor for executing a switch node with the given params.