Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeStateProps
-
-
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 voidFcChangeStateBean. prepareViewForElement(IElementPropInitParams<FcChangeStateProps> params) -
Uses of FcChangeStateProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcChangeStateProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcChangeStateProps>FcChangeStateBpmnModeler. INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcChangeStateProps Modifier and Type Method Description protected 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
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeStateProps Modifier and Type Method Description IWorkflowNodeBpmnModeler<FcChangeStateProps>FcChangeStateHandler. getBpmnModeler()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 INormalCompletionResultFcChangeStateHandler. execute(INodeExecutionParams<FcChangeStateProps> params)StringFcChangeStateHandler. getDisplayLabel(IGetDisplayLabelParams<FcChangeStateProps> params)ISummaryKeyValueModelFcChangeStateHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcChangeStateProps> params)IWorkflowElementValidationResultFcChangeStateHandler. 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.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcChangeStateProps Modifier and Type Method Description static 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
Method parameters in de.xima.fc.workflow.validator with type arguments of type FcChangeStateProps Modifier and Type Method Description IWorkflowElementValidationResultFcChangeStateValidator. 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 FcChangeStateValidator(IElementLocalValidationParams<FcChangeStateProps,WorkflowNode> params)Creates a new validator with the given parameters.
-