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 INormalCompletionResultFcRenewProcessIdHandler. execute(INodeExecutionParams<FcRenewProcessIdProps> params)ISummaryKeyValueModelFcRenewProcessIdHandler. 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 FcRenewProcessIdPropsWorkflowNodePropsFactory. renewProcessId()Creates a new workflow node model for aEWorkflowNodeType.FC_RENEW_PROCESS_IDthat generates a new UUID for the form record. 
 -