Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeFormValueProps
-
Packages that use FcChangeFormValueProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
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 FcChangeFormValueProps Modifier and Type Method Description Class<FcChangeFormValueProps>FcChangeFormValueHandler. getDataModelClass()Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcChangeFormValueProps Modifier and Type Method Description INormalCompletionResultFcChangeFormValueHandler. execute(INodeExecutionParams<FcChangeFormValueProps> params)ISummaryKeyValueModelFcChangeFormValueHandler. 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 FcChangeFormValueProps Constructor Description FcChangeFormValueExecutor(INodeExecutionParams<FcChangeFormValueProps> params)Creates 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 FcChangeFormValueProps Modifier and Type Method Description FcChangeFormValuePropsIChangeFormValuesBuilder. buildProps()Creates a new workflow node properties POJO that changes the value of one or more form elements.static 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.
-