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)

构造方法摘要
HistoricVariableInstanceEntityManager()
           
 
方法摘要
 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)
           
 
从类 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.