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. INSTANCEThe 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 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
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 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 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. 
 -