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.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcChangeFormValuePropsMethod 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
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
Methods in de.xima.fc.workflow.processor.factory that return FcChangeFormValuePropsModifier and TypeMethodDescriptionstatic FcChangeFormValueProps
WorkflowNodePropsFactory.changeFormValue
(Map<String, String> formValues) Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_FORM_VALUE
that modifies the value of one or more form elements.