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