Uses of Class
de.xima.fc.workflow.model.nodes.FcRenewProcessIdProps
-
Packages that use FcRenewProcessIdProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor de.xima.fc.workflow.processor.factory -
-
Uses of FcRenewProcessIdProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcRenewProcessIdProps Modifier and Type Method Description Class<FcRenewProcessIdProps>
FcRenewProcessIdHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcRenewProcessIdProps Modifier and Type Method Description INormalCompletionResult
FcRenewProcessIdHandler. execute(INodeExecutionParams<FcRenewProcessIdProps> params)
ISummaryKeyValueModel
FcRenewProcessIdHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcRenewProcessIdProps> params)
-
Uses of FcRenewProcessIdProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcRenewProcessIdProps Constructor Description FcRenewProcessIdExecutor(INodeExecutionParams<FcRenewProcessIdProps> params)
Creates a new executor for executing an PDF fill action with the given parameters. -
Uses of FcRenewProcessIdProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcRenewProcessIdProps Modifier and Type Method Description static FcRenewProcessIdProps
WorkflowNodePropsFactory. renewProcessId()
Creates a new workflow node model for aEWorkflowNodeType.FC_RENEW_PROCESS_ID
that generates a new UUID for the form record.
-