Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeFormValueProps
Packages that use FcChangeFormValueProps
Package
Description
-
Uses of FcChangeFormValueProps in de.xima.fc.workflow.designer.bpmn.node.action
Subclasses with type arguments of type FcChangeFormValueProps in de.xima.fc.workflow.designer.bpmn.node.actionFields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcChangeFormValuePropsModifier and TypeFieldDescriptionFcChangeFormValueBpmnModeler.INSTANCEThe immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcChangeFormValuePropsModifier and TypeMethodDescriptionprotected StringFcChangeFormValueBpmnModeler.createDetails(IModelWorkflowNodeParams<FcChangeFormValueProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) protected StringFcChangeFormValueBpmnModeler.createName(IModelWorkflowNodeParams<FcChangeFormValueProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer) -
Uses of FcChangeFormValueProps 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 FcChangeFormValuePropsModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeFormValuePropsModifier and TypeMethodDescriptionFcChangeFormValueHandler.getBpmnModeler()FcChangeFormValueHandler.getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcChangeFormValuePropsModifier and TypeMethodDescriptionFcChangeFormValueHandler.execute(INodeExecutionParams<FcChangeFormValueProps> params) FcChangeFormValueHandler.getElementSummaryKeyValueModel(IGetElementSummaryParams<FcChangeFormValueProps> params) -
Uses of FcChangeFormValueProps in de.xima.fc.workflow.executor
Subclasses with type arguments of type FcChangeFormValueProps in de.xima.fc.workflow.executorModifier and TypeClassDescriptionfinal classHandler for executing a workflow node of typeEWorkflowNodeType.FC_CHANGE_FORM_VALUE.Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcChangeFormValuePropsModifierConstructorDescriptionCreates a new executor for executing a change form value action with the given parameters. -
Uses of FcChangeFormValueProps in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type FcChangeFormValueProps in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceA builder for workflow node for aEWorkflowNodeType.FC_CHANGE_FORM_VALUEthat modifies the value of one or more form elements.Methods in de.xima.fc.workflow.processor.factory that return FcChangeFormValuePropsModifier and TypeMethodDescriptionstatic FcChangeFormValuePropsWorkflowNodePropsFactory.changeFormValue(Map<String, String> formValues) Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_FORM_VALUEthat modifies the value of one or more form elements.