Uses of Class
de.xima.fc.workflow.model.nodes.FcChangeFormValueProps
-
-
Uses of FcChangeFormValueProps in de.xima.fc.workflow.designer.bpmn.node.action
Fields in de.xima.fc.workflow.designer.bpmn.node.action with type parameters of type FcChangeFormValueProps Modifier and Type Field Description static IWorkflowNodeBpmnModeler<FcChangeFormValueProps>
FcChangeFormValueBpmnModeler. INSTANCE
The immutable singleton instance of this modeler.Method parameters in de.xima.fc.workflow.designer.bpmn.node.action with type arguments of type FcChangeFormValueProps Modifier and Type Method Description protected String
FcChangeFormValueBpmnModeler. createDetails(IModelWorkflowNodeParams<FcChangeFormValueProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected String
FcChangeFormValueBpmnModeler. createName(IModelWorkflowNodeParams<FcChangeFormValueProps> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
-
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 IWorkflowNodeBpmnModeler<FcChangeFormValueProps>
FcChangeFormValueHandler. getBpmnModeler()
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 INormalCompletionResult
FcChangeFormValueHandler. execute(INodeExecutionParams<FcChangeFormValueProps> params)
ISummaryKeyValueModel
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 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 static 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.
-