Uses of Class
de.xima.fc.workflow.model.nodes.FcMultipleConditionProps
Packages that use FcMultipleConditionProps
Package
Description
-
Uses of FcMultipleConditionProps in de.xima.fc.workflow.designer.bean.nodes
Subclasses with type arguments of type FcMultipleConditionProps in de.xima.fc.workflow.designer.bean.nodesModifier and TypeClassDescriptionclassBean for editing formcycleEWorkflowNodeType.FC_MULTIPLE_CONDITIONnodes. -
Uses of FcMultipleConditionProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Subclasses with type arguments of type FcMultipleConditionProps in de.xima.fc.workflow.designer.bpmn.node.flow_controlFields in de.xima.fc.workflow.designer.bpmn.node.flow_control with type parameters of type FcMultipleConditionPropsModifier and TypeFieldDescriptionstatic final IWorkflowNodeBpmnModeler<FcMultipleConditionProps> FcMultipleConditionBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcMultipleConditionPropsModifier and TypeMethodDescriptionprotected StringFcMultipleConditionBpmnModeler.getAlternateLabel(IModelWorkflowNodeParams<FcMultipleConditionProps> params, IWorkflowBpmnModelContext context) protected StringFcMultipleConditionBpmnModeler.getConditionDetails(IModelWorkflowNodeParams<FcMultipleConditionProps> params, IWorkflowBpmnModelContext context) protected StringFcMultipleConditionBpmnModeler.getConditionName(IModelWorkflowNodeParams<FcMultipleConditionProps> params, IWorkflowBpmnModelContext context) protected StringFcMultipleConditionBpmnModeler.getConsequentLabel(IModelWorkflowNodeParams<FcMultipleConditionProps> params, IWorkflowBpmnModelContext context) -
Uses of FcMultipleConditionProps 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 FcMultipleConditionPropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.Methods in de.xima.fc.workflow.designer.registry.nodes that return FcMultipleConditionPropsModifier and TypeMethodDescriptionFcMultipleConditionHandler.getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params) Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcMultipleConditionPropsModifier and TypeMethodDescriptionFcMultipleConditionHandler.getBpmnModeler()FcMultipleConditionHandler.getDataModelClass()Class<? extends INodePropertiesBean<FcMultipleConditionProps>> FcMultipleConditionHandler.getPropertiesBeanClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcMultipleConditionPropsModifier and TypeMethodDescriptionFcMultipleConditionHandler.execute(INodeExecutionParams<FcMultipleConditionProps> params) -
Uses of FcMultipleConditionProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcMultipleConditionProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow node of typeEWorkflowNodeType.FC_MULTIPLE_CONDITION.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcMultipleConditionPropsModifierConstructorDescriptionCreates a new executor for executing a multiple condition node with the given params. -
Uses of FcMultipleConditionProps in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type FcMultipleConditionProps in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring a multiple condition node.