Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeStateProps
Packages that use FcChangeStateProps
Package
Description
-
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 FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateBean.retrieveCurrentProperties
(FcChangeStateProps storedModel) Methods in de.xima.fc.workflow.designer.bean.nodes with parameters of type FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateBean.retrieveCurrentProperties
(FcChangeStateProps storedModel) Method parameters in de.xima.fc.workflow.designer.bean.nodes with type arguments of type FcChangeStatePropsModifier and TypeMethodDescriptionvoid
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 FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateHandler.getDataModelClass()
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 FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateHandler.execute
(INodeExecutionParams<FcChangeStateProps> params) FcChangeStateHandler.getDisplayLabel
(IGetDisplayLabelParams<FcChangeStateProps> params) FcChangeStateHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcChangeStateProps> params) 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 FcChangeStatePropsModifierConstructorDescriptionCreates a new executor for executing a change state action with the given params. -
Uses of FcChangeStateProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcChangeStatePropsModifier and TypeMethodDescriptionstatic FcChangeStateProps
WorkflowNodePropsFactory.changeState
(WorkflowState state) Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_STATE
that changes the current form record to the given state. -
Uses of FcChangeStateProps in de.xima.fc.workflow.validator
Method parameters in de.xima.fc.workflow.validator with type arguments of type FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateValidator.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 FcChangeStatePropsModifierConstructorDescriptionCreates a new validator with the given parameters.