public class HistoricVariableInstanceEntityManager extends AbstractManager
Constructor and Description |
---|
HistoricVariableInstanceEntityManager() |
Modifier and Type | Method and Description |
---|---|
void |
delete(PersistentObject persistentObject) |
void |
deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId) |
void |
deleteHistoricVariableInstancesByTaskId(String taskId) |
HistoricVariableInstanceEntity |
findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId) |
long |
findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricVariableInstance> |
findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page) |
close, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert
public HistoricVariableInstanceEntityManager()
public void deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId)
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
public void deleteHistoricVariableInstancesByTaskId(String taskId)
public void delete(PersistentObject persistentObject)
delete
in class AbstractManager
public List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
Copyright © 2016 Alfresco. All rights reserved.