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 voidFcSwitchCaseBean. prepareViewForElement(IElementPropInitParams<FcSwitchCaseProps> params)voidFcSwitchCaseBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcSwitchCaseProps> params) -
Uses of FcSwitchCaseProps 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 FcSwitchCaseProps Modifier and Type Method Description voidFcSwitchCaseBpmnModeler. modelNode(IModelWorkflowNodeParams<FcSwitchCaseProps> params, IWorkflowBpmnModelContext context) -
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 IWorkflowNodeBpmnModeler<FcSwitchCaseProps>FcSwitchCaseHandler. getBpmnModeler()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 INormalCompletionResultFcSwitchCaseHandler. execute(INodeExecutionParams<FcSwitchCaseProps> params) -
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 EMultipleConditionCombinationTypeFcSwitchCaseCustomExpressionValidator. getCombinationType(FcSwitchCaseProps value)protected StringFcSwitchCaseCustomExpressionValidator. getCustomExpression(FcSwitchCaseProps value)protected Set<String>FcSwitchCaseCustomExpressionValidator. getVariableNames(FcSwitchCaseProps value)booleanFcSwitchCaseCustomExpressionValidator. isValid(FcSwitchCaseProps value, javax.validation.ConstraintValidatorContext context)
-