org.activiti.engine.impl.persistence.entity
类 HistoricVariableInstanceEntityManager
java.lang.Object
org.activiti.engine.impl.persistence.AbstractManager
org.activiti.engine.impl.persistence.entity.HistoricVariableInstanceEntityManager
- 所有已实现的接口:
- Session
public class HistoricVariableInstanceEntityManager
- extends AbstractManager
- 作者:
- Christian Lipphardt (camunda)
从类 org.activiti.engine.impl.persistence.AbstractManager 继承的方法 |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionManager, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoricVariableInstanceEntityManager
public HistoricVariableInstanceEntityManager()
deleteHistoricVariableInstanceByProcessInstanceId
public void deleteHistoricVariableInstanceByProcessInstanceId(String historicProcessInstanceId)
findHistoricVariableInstanceCountByQueryCriteria
public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
findHistoricVariableInstancesByQueryCriteria
public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery,
Page page)
findHistoricVariableInstanceByVariableInstanceId
public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
deleteHistoricVariableInstancesByTaskId
public void deleteHistoricVariableInstancesByTaskId(String taskId)
findHistoricVariableInstancesByNativeQuery
public List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults)
findHistoricVariableInstanceCountByNativeQuery
public long findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
Copyright © 2013 Alfresco. All rights reserved.