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