org.activiti.engine.impl.persistence.entity
类 DeploymentEntityManager

java.lang.Object
  继承者 org.activiti.engine.impl.persistence.AbstractManager
      继承者 org.activiti.engine.impl.persistence.entity.DeploymentEntityManager
所有已实现的接口:
Session

public class DeploymentEntityManager
extends AbstractManager

作者:
Tom Baeyens, Joram Barrez

构造方法摘要
DeploymentEntityManager()
           
 
方法摘要
 void close()
           
 void deleteDeployment(String deploymentId, boolean cascade)
           
 DeploymentEntity findDeploymentById(String deploymentId)
           
 long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
           
 long findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)
           
 List<Deployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<Deployment> findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
           
 DeploymentEntity findLatestDeploymentByName(String deploymentName)
           
 void flush()
           
 List<String> getDeploymentResourceNames(String deploymentId)
           
 void insertDeployment(DeploymentEntity deployment)
           
 
从类 org.activiti.engine.impl.persistence.AbstractManager 继承的方法
delete, 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
 

构造方法详细信息

DeploymentEntityManager

public DeploymentEntityManager()
方法详细信息

insertDeployment

public void insertDeployment(DeploymentEntity deployment)

deleteDeployment

public void deleteDeployment(String deploymentId,
                             boolean cascade)

findLatestDeploymentByName

public DeploymentEntity findLatestDeploymentByName(String deploymentName)

findDeploymentById

public DeploymentEntity findDeploymentById(String deploymentId)

findDeploymentCountByQueryCriteria

public long findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)

findDeploymentsByQueryCriteria

public List<Deployment> findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
                                                       Page page)

getDeploymentResourceNames

public List<String> getDeploymentResourceNames(String deploymentId)

findDeploymentsByNativeQuery

public List<Deployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
                                                     int firstResult,
                                                     int maxResults)

findDeploymentCountByNativeQuery

public long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)

close

public void close()
指定者:
接口 Session 中的 close
覆盖:
AbstractManager 中的 close

flush

public void flush()
指定者:
接口 Session 中的 flush
覆盖:
AbstractManager 中的 flush


Copyright © 2013 Alfresco. All rights reserved.