org.camunda.bpm.engine.impl.persistence.entity
Class HistoricBatchManager
java.lang.Object
org.camunda.bpm.engine.impl.persistence.AbstractManager
org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
- All Implemented Interfaces:
- Session
public class HistoricBatchManager
- extends AbstractManager
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.AbstractManager |
checkAuthorization, close, configureQuery, delete, deleteAuthorizations, deleteAuthorizationsForGroup, deleteAuthorizationsForUser, deleteDefaultAuthorizations, flush, getAttachmentManager, getAuthorizationManager, getBatchManager, getByteArrayManager, getCaseDefinitionManager, getCaseExecutionManager, getCaseInstanceManager, getCommandContext, getCurrentAuthentication, getDbEntityManager, getDbSqlSession, getDecisionDefinitionManager, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricBatchManager, getHistoricCaseActivityInstanceManager, getHistoricCaseInstanceManager, getHistoricDecisionInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkManager, getHistoricIncidentManager, getHistoricJobLogManager, getHistoricProcessInstanceManager, getHistoricReportManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getIdentityInfoManager, getIdentityLinkManager, getJobDefinitionManager, getJobManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceAuthorizationProvider, getResourceManager, getSession, getTaskManager, getTaskReportManager, getTenantManager, getUserOperationLogManager, getVariableInstanceManager, insert, isAuthorizationEnabled, saveDefaultAuthorizations |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoricBatchManager
public HistoricBatchManager()
findBatchCountByQueryCriteria
public long findBatchCountByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery)
findBatchesByQueryCriteria
public List<HistoricBatch> findBatchesByQueryCriteria(HistoricBatchQueryImpl historicBatchQuery,
Page page)
findHistoricBatchById
public HistoricBatchEntity findHistoricBatchById(String batchId)
deleteHistoricBatchById
public void deleteHistoricBatchById(String id)
createHistoricBatch
public void createHistoricBatch(BatchEntity batch)
completeHistoricBatch
public void completeHistoricBatch(BatchEntity batch)
configureQuery
protected void configureQuery(HistoricBatchQueryImpl query)
Copyright © 2016 camunda services GmbH. All rights reserved.