Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchProps
-
Packages that use FcSwitchProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
Uses of FcSwitchProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcSwitchProps Modifier and Type Method Description FcSwitchProps
FcSwitchHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSwitchProps Modifier and Type Method Description Class<FcSwitchProps>
FcSwitchHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcSwitchProps>>
FcSwitchHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSwitchProps Modifier and Type Method Description INormalCompletionResult
FcSwitchHandler. execute(INodeExecutionParams<FcSwitchProps> params)
-
Uses of FcSwitchProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcSwitchProps Constructor Description FcSwitchExecutor(INodeExecutionParams<FcSwitchProps> params)
Creates a new executor for executing a switch node with the given params. -
Uses of FcSwitchProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FcSwitchProps Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. switchAction(FcSwitchProps props)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH
that check a value against several conditions and executes all its matching cases.static WorkflowNode
WorkflowNodeFactory. switchAction(FcSwitchProps props, WorkflowNode defaultCase, WorkflowNode... otherCases)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH
that check a value against several conditions and executes all its matching cases.static WorkflowNode
WorkflowNodeFactory. switchAction(FcSwitchProps props, WorkflowNode defaultCase, Iterable<WorkflowNode> otherCases)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH
that check a value against several conditions and executes all its matching cases.
-