Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeStateProps
-
Packages that use FcChangeStateProps Package Description de.xima.fc.workflow.designer.bean.nodes de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.validator -
-
Uses of FcChangeStateProps in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type FcChangeStateProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcChangeStateProps>
FcChangeStateBean. retrieveCurrentProperties(FcChangeStateProps storedModel)
Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type FcChangeStateProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcChangeStateProps>
FcChangeStateBean. retrieveCurrentProperties(FcChangeStateProps storedModel)
Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcChangeStateProps Modifier and Type Method Description void
FcChangeStateBean. prepareViewForElement(IElementPropInitParams<FcChangeStateProps> params)
-
Uses of FcChangeStateProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeStateProps Modifier and Type Method Description Class<FcChangeStateProps>
FcChangeStateHandler. getDataModelClass()
List<INodePrototypeDescriptor<FcChangeStateProps>>
FcChangeStateHandler. getNodePrototypes(IGetNodePrototypesParams params)
Class<? extends INodePropertiesBean<FcChangeStateProps>>
FcChangeStateHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcChangeStateProps Modifier and Type Method Description INormalCompletionResult
FcChangeStateHandler. execute(INodeExecutionParams<FcChangeStateProps> params)
String
FcChangeStateHandler. getDisplayLabel(IGetDisplayLabelParams<FcChangeStateProps> params)
ISummaryKeyValueModel
FcChangeStateHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcChangeStateProps> params)
IWorkflowElementValidationResult
FcChangeStateHandler. validateLocal(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)
-
Uses of FcChangeStateProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcChangeStateProps Constructor Description FcChangeStateExecutor(INodeExecutionParams<FcChangeStateProps> params)
Creates a new executor for executing a change state action with the given params. -
Uses of FcChangeStateProps in de.xima.fc.workflow.validator
Fields in de.xima.fc.workflow.validator with type parameters of type FcChangeStateProps Modifier and Type Field Description protected IElementLocalValidationParams<FcChangeStateProps,WorkflowNode>
ACustomWorkflowLocalValidator. params
Method parameters in de.xima.fc.workflow.validator with type arguments of type FcChangeStateProps Modifier and Type Method Description IWorkflowElementValidationResult
FcChangeStateValidator. validateState(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)
Performs part of the local validation for the change state action by checking whether duplicate states exist.Constructor parameters in de.xima.fc.workflow.validator with type arguments of type FcChangeStateProps Constructor Description ACustomWorkflowLocalValidator(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)
Creates a new validator with the given parameters.FcChangeStateValidator(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)
Creates a new validator with the given parameters.
-