public class HistoricBatchManager extends AbstractManager
Constructor and Description |
---|
HistoricBatchManager() |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDecisionRequirementsDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricExternalTaskLogManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations
public long findBatchCountByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery)
public List<HistoricBatch> findBatchesByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery, Page page)
public HistoricBatchEntity findHistoricBatchById(String batchId)
public HistoricBatchEntity findHistoricBatchByJobId(String jobId)
public List<String> findHistoricBatchIdsForCleanup(Integer batchSize, Map<String,Integer> batchOperationsForHistoryCleanup, int minuteFrom, int minuteTo)
public void deleteHistoricBatchById(String id)
public void createHistoricBatch(BatchEntity batch)
public void completeHistoricBatch(BatchEntity batch)
protected void configureQuery(HistoricBatchQueryImpl query)
public List<CleanableHistoricBatchReportResult> findCleanableHistoricBatchesReportByCriteria(CleanableHistoricBatchReportImpl query, Page page, Map<String,Integer> batchOperationsForHistoryCleanup)
public long findCleanableHistoricBatchesReportCountByCriteria(CleanableHistoricBatchReportImpl query, Map<String,Integer> batchOperationsForHistoryCleanup)
public DbOperation deleteHistoricBatchesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)
Copyright © 2020. All rights reserved.