Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchDefaultProps
-
Packages that use FcSwitchDefaultProps Package Description de.xima.fc.workflow.designer.bpmn.node.flow_control de.xima.fc.workflow.designer.registry.nodes -
-
Uses of FcSwitchDefaultProps 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 FcSwitchDefaultProps Modifier and Type Method Description void
FcSwitchDefaultBpmnModeler. modelNode(IModelWorkflowNodeParams<FcSwitchDefaultProps> params, IWorkflowBpmnModelContext context)
-
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 IWorkflowNodeBpmnModeler<FcSwitchDefaultProps>
FcSwitchDefaultHandler. getBpmnModeler()
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)
-