public class ProcessArchiver
extends java.lang.Object
| Constructor and Description |
|---|
ProcessArchiver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
archiveConnectorInstancesIfAny(SProcessInstance processInstance,
ConnectorInstanceService connectorInstanceService,
SProcessDefinition processDefinition,
long archiveDate) |
void |
archiveFlowNodeInstance(SFlowNodeInstance intTxflowNodeInstance,
boolean deleteAfterArchive,
long processDefinitionId,
ProcessInstanceService processInstanceService,
ProcessDefinitionService processDefinitionService,
ArchiveService archiveService,
DataInstanceService dataInstanceService,
ActivityInstanceService activityInstanceService,
ConnectorInstanceService connectorInstanceService,
ContractDataService contractDataService) |
void |
archiveProcessInstance(SProcessInstance processInstance,
ArchiveService archiveService,
ProcessInstanceService processInstanceService,
DocumentService documentService,
TechnicalLoggerService logger,
SCommentService commentService,
ProcessDefinitionService processDefinitionService,
ConnectorInstanceService connectorInstanceService,
ClassLoaderService classLoaderService,
RefBusinessDataService refBusinessDataService) |
protected SAProcessInstance |
buildArchiveProcessInstance(SProcessInstance processInstance) |
public void archiveProcessInstance(SProcessInstance processInstance, ArchiveService archiveService, ProcessInstanceService processInstanceService, DocumentService documentService, TechnicalLoggerService logger, SCommentService commentService, ProcessDefinitionService processDefinitionService, ConnectorInstanceService connectorInstanceService, ClassLoaderService classLoaderService, RefBusinessDataService refBusinessDataService) throws SArchivingException
SArchivingExceptionprotected void archiveConnectorInstancesIfAny(SProcessInstance processInstance, ConnectorInstanceService connectorInstanceService, SProcessDefinition processDefinition, long archiveDate) throws SArchivingException
SArchivingExceptionprotected SAProcessInstance buildArchiveProcessInstance(SProcessInstance processInstance)
public void archiveFlowNodeInstance(SFlowNodeInstance intTxflowNodeInstance, boolean deleteAfterArchive, long processDefinitionId, ProcessInstanceService processInstanceService, ProcessDefinitionService processDefinitionService, ArchiveService archiveService, DataInstanceService dataInstanceService, ActivityInstanceService activityInstanceService, ConnectorInstanceService connectorInstanceService, ContractDataService contractDataService) throws SArchivingException
SArchivingException