Uses of Class
de.xima.fc.workflow.model.nodes.FcSwitchCaseProps
-
-
Uses of FcSwitchCaseProps in de.xima.fc.workflow.designer.bean.nodes
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcSwitchCaseProps Modifier and Type Method Description void
FcSwitchCaseBean. prepareViewForElement(IElementPropInitParams<FcSwitchCaseProps> params)
void
FcSwitchCaseBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcSwitchCaseProps> params)
-
Uses of FcSwitchCaseProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcSwitchCaseProps Modifier and Type Method Description Class<FcSwitchCaseProps>
FcSwitchCaseHandler. getDataModelClass()
List<INodePrototypeDescriptor<FcSwitchCaseProps>>
FcSwitchCaseHandler. getNodePrototypes(IGetNodePrototypesParams params)
Class<? extends INodePropertiesBean<FcSwitchCaseProps>>
FcSwitchCaseHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcSwitchCaseProps Modifier and Type Method Description INormalCompletionResult
FcSwitchCaseHandler. execute(INodeExecutionParams<FcSwitchCaseProps> params)
-
Uses of FcSwitchCaseProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type FcSwitchCaseProps Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. switchCase(FcSwitchCaseProps props, WorkflowNode... nodes)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH_CASE
that is executed when it matches the value of a switch.static WorkflowNode
WorkflowNodeFactory. switchCase(FcSwitchCaseProps props, Iterable<WorkflowNode> nodes)
Creates a new workflow node for aEWorkflowNodeType.FC_SWITCH_CASE
that is executed when it matches the value of a switch. -
Uses of FcSwitchCaseProps in de.xima.fc.workflow.validation.constraintvalidators
Methods in de.xima.fc.workflow.validation.constraintvalidators with parameters of type FcSwitchCaseProps Modifier and Type Method Description protected EMultipleConditionCombinationType
FcSwitchCaseCustomExpressionValidator. getCombinationType(FcSwitchCaseProps value)
protected String
FcSwitchCaseCustomExpressionValidator. getCustomExpression(FcSwitchCaseProps value)
protected Set<String>
FcSwitchCaseCustomExpressionValidator. getVariableNames(FcSwitchCaseProps value)
boolean
FcSwitchCaseCustomExpressionValidator. isValid(FcSwitchCaseProps value, javax.validation.ConstraintValidatorContext context)
-