Uses of Class
de.xima.fc.workflow.model.nodes.FcMultipleConditionProps
-
-
Uses of FcMultipleConditionProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcMultipleConditionProps Modifier and Type Method Description void
FcMultipleConditionBean. prepareViewForElement(IElementPropInitParams<FcMultipleConditionProps> params)
void
FcMultipleConditionBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcMultipleConditionProps> params)
-
Uses of FcMultipleConditionProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcMultipleConditionProps Modifier and Type Method Description FcMultipleConditionProps
FcMultipleConditionHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcMultipleConditionProps Modifier and Type Method Description Class<FcMultipleConditionProps>
FcMultipleConditionHandler. getDataModelClass()
Class<? extends INodePropertiesBean<FcMultipleConditionProps>>
FcMultipleConditionHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcMultipleConditionProps Modifier and Type Method Description INormalCompletionResult
FcMultipleConditionHandler. execute(INodeExecutionParams<FcMultipleConditionProps> params)
String
FcMultipleConditionHandler. getDisplayLabel(IGetDisplayLabelParams<FcMultipleConditionProps> params)
-
Uses of FcMultipleConditionProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcMultipleConditionProps Constructor Description FcMultipleConditionExecutor(INodeExecutionParams<FcMultipleConditionProps> params)
Creates a new executor for executing a multiple condition node with the given params. -
Uses of FcMultipleConditionProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FcMultipleConditionProps Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. multipleCondition(FcMultipleConditionProps props)
Creates a new workflow node for aEWorkflowNodeType.FC_MULTIPLE_CONDITION
that executes one of its children depending on the result of a logical test that may consist of multiple conditions.static WorkflowNode
WorkflowNodeFactory. multipleCondition(FcMultipleConditionProps props, WorkflowNode consequent, WorkflowNode alternate)
Creates a new workflow node for aEWorkflowNodeType.FC_MULTIPLE_CONDITION
that executes one of its children depending on the result of a logical test that may consist of multiple conditions. -
Uses of FcMultipleConditionProps in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type FcMultipleConditionProps Modifier and Type Method Description boolean
FcMultipleConditionsCustomExpressionValidator. isValid(FcMultipleConditionProps value, javax.validation.ConstraintValidatorContext context)
-