Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchDefaultProps
-
Packages that use FcSwitchDefaultProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.processor.factory -
-
Uses of FcSwitchDefaultProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSwitchDefaultProps Modifier and Type Method Description Class<FcSwitchDefaultProps>
FcSwitchDefaultHandler. getDataModelClass()
List<INodePrototypeDescriptor<FcSwitchDefaultProps>>
FcSwitchDefaultHandler. getNodePrototypes(IGetNodePrototypesParams params)
Class<? extends INodePropertiesBean<FcSwitchDefaultProps>>
FcSwitchDefaultHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSwitchDefaultProps Modifier and Type Method Description INormalCompletionResult
FcSwitchDefaultHandler. execute(INodeExecutionParams<FcSwitchDefaultProps> params)
-
Uses of FcSwitchDefaultProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FcSwitchDefaultProps Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. switchDefault(FcSwitchDefaultProps props, WorkflowNode... nodes)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH_DEFAULT
that is executed when no other switch cases match.static WorkflowNode
WorkflowNodeFactory. switchDefault(FcSwitchDefaultProps props, Iterable<WorkflowNode> nodes)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH_DEFAULT
that is executed when no other switch cases match.
-