Uses of Class
de.xima.fc.workflow.model.nodes.FcMultipleConditionProps
-
Packages that use FcMultipleConditionProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
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 FcMultipleConditionPropsFcMultipleConditionHandler. 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 INormalCompletionResultFcMultipleConditionHandler. execute(INodeExecutionParams<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 that return FcMultipleConditionProps Modifier and Type Method Description FcMultipleConditionPropsIMultipleConditionBuilder. buildProps()Creates a new multiple condition properties POJO with the current configuration.
-