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
Classes in de.xima.fc.workflow.designer.bean.nodes that implement interfaces with type arguments of type FcChangeStatePropsModifier and TypeClassDescriptionclassBean for editing the properties of aEWorkflowNodeType.FC_CHANGE_STATEaction in the workflow designer.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 TypeMethodDescriptionvoidFcChangeStateBean.prepareViewForElement(IElementPropInitParams<FcChangeStateProps> params) -
Uses of FcChangeStateProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcChangeStateProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcChangeStatePropsModifier and TypeFieldDescriptionFcChangeStateBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcChangeStatePropsModifier and TypeMethodDescriptionprotected StringFcChangeStateBpmnModeler.createDetails(IModelWorkflowNodeParams<FcChangeStateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcChangeStateBpmnModeler.createName(IModelWorkflowNodeParams<FcChangeStateProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcChangeStateProps in de.xima.fc.workflow.designer.registry.nodes
Classes in de.xima.fc.workflow.designer.registry.nodes that implement interfaces with type arguments of type FcChangeStatePropsModifier and TypeClassDescriptionfinal classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.final classTheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeStatePropsModifier and TypeMethodDescriptionFcChangeStateHandler.getBpmnModeler()FcChangeStateHandler.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
Subclasses with type arguments of type FcChangeStateProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow action of typeEWorkflowNodeType.FC_CHANGE_STATE.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 FcChangeStatePropsWorkflowNodePropsFactory.changeState(WorkflowState state) Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_STATEthat changes the current form record to the given state. -
Uses of FcChangeStateProps in de.xima.fc.workflow.validator
Subclasses with type arguments of type FcChangeStateProps in de.xima.fc.workflow.validatorModifier and TypeClassDescriptionfinal classValidator for nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.Classes in de.xima.fc.workflow.validator that implement interfaces with type arguments of type FcChangeStatePropsModifier and TypeClassDescriptionfinal classValidator for nodes of typeEWorkflowNodeType.FC_CHANGE_STATE.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.