@Deprecated public class ProcessInstanceService7_7_4 extends ProcessInstanceServiceImpl
EVENT_TRIGGER_INSTANCE, PROCESS_INSTANCE_CATEGORY_STATE, PROCESSINSTANCE, PROCESSINSTANCE_STATE, PROCESSINSTANCE_STATE_UPDATED, PROCESSINSTANCE_TOKEN_COUNT| Constructor and Description |
|---|
ProcessInstanceService7_7_4(Recorder recorder,
ReadPersistenceService persistenceRead,
ActivityInstanceService activityService,
TechnicalLoggerService logger,
EventInstanceService bpmEventInstanceService,
DataInstanceService dataInstanceService,
ArchiveService archiveService,
ProcessDefinitionService processDefinitionService,
ConnectorInstanceService connectorInstanceService,
ClassLoaderService classLoaderService,
DocumentService documentService,
SCommentService commentService,
RefBusinessDataService refBusinessDataService,
ContractDataService contractDataService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteArchivedFlowNodeInstance(SAFlowNodeInstance saFlowNodeInstance)
Deprecated.
|
int |
deleteArchivedProcessInstances(java.util.List<java.lang.Long> sourceProcessInstanceIds)
Deprecated.
delete archived process instances using a list of root source process instance ids
If the given id is not a root process instance (but a called process) it will not be deleted along with its elements.
|
checkIfCallerIsNotActive, createProcessInstance, deleteArchivedProcessInstance, deleteConnectorInstancesIfNecessary, deleteFlowNodeInstance, deleteParentProcessInstanceAndElements, deleteParentProcessInstanceAndElements, deleteProcessInstance, deleteProcessInstance, deleteProcessInstanceElements, getArchivedChildrenSourceObjectIdsFromRootProcessInstance, getArchivedProcessInstance, getArchivedProcessInstancesInAllStates, getChildInstanceIdsOfProcessInstance, getChildOfActivity, getLastArchivedProcessInstance, getNumberOfArchivedProcessInstances, getNumberOfArchivedProcessInstancesInvolvingUser, getNumberOfArchivedProcessInstancesSupervisedBy, getNumberOfArchivedProcessInstancesWithoutSubProcess, getNumberOfChildInstancesOfProcessInstance, getNumberOfFailedProcessInstances, getNumberOfFailedProcessInstancesSupervisedBy, getNumberOfOpenProcessInstancesInvolvingUser, getNumberOfOpenProcessInstancesInvolvingUsersManagedBy, getNumberOfOpenProcessInstancesSupervisedBy, getNumberOfProcessInstances, getNumberOfProcessInstances, getPartitionFromLargeList, getProcessInstance, getProcessInstancesInStates, getSourceProcessInstanceIdsOfArchProcessInstancesFromDefinition, getStateIdsFromStates, logProcessInstanceNotFound, searchArchivedProcessInstances, searchArchivedProcessInstancesInvolvingUser, searchArchivedProcessInstancesSupervisedBy, searchArchivedProcessInstancesWithoutSubProcess, searchFailedProcessInstances, searchFailedProcessInstancesSupervisedBy, searchOpenProcessInstancesInvolvingUser, searchOpenProcessInstancesInvolvingUsersManagedBy, searchOpenProcessInstancesSupervisedBy, searchProcessInstances, setState, setStateCategory, updateProcesspublic ProcessInstanceService7_7_4(Recorder recorder, ReadPersistenceService persistenceRead, ActivityInstanceService activityService, TechnicalLoggerService logger, EventInstanceService bpmEventInstanceService, DataInstanceService dataInstanceService, ArchiveService archiveService, ProcessDefinitionService processDefinitionService, ConnectorInstanceService connectorInstanceService, ClassLoaderService classLoaderService, DocumentService documentService, SCommentService commentService, RefBusinessDataService refBusinessDataService, ContractDataService contractDataService)
public int deleteArchivedProcessInstances(java.util.List<java.lang.Long> sourceProcessInstanceIds)
throws SBonitaException
ProcessInstanceServicedeleteArchivedProcessInstances in interface ProcessInstanceServicedeleteArchivedProcessInstances in class ProcessInstanceServiceImplsourceProcessInstanceIds - list of root source process instance idsSBonitaExceptionpublic void deleteArchivedFlowNodeInstance(SAFlowNodeInstance saFlowNodeInstance) throws SFlowNodeDeletionException
SFlowNodeDeletionException