Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchProps
-
Packages that use FcSwitchProps Package Description de.xima.fc.workflow.designer.bpmn.node.flow_control de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcSwitchProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcSwitchProps Modifier and Type Method Description void
FcSwitchBpmnModeler. modelNode(IModelWorkflowNodeParams<FcSwitchProps> params, IWorkflowBpmnModelContext context)
-
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 IWorkflowNodeBpmnModeler<FcSwitchProps>
FcSwitchHandler. getBpmnModeler()
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.
-