public class DeploymentEntityManager extends AbstractManager
Constructor and Description |
---|
DeploymentEntityManager() |
Modifier and Type | Method and Description |
---|---|
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) |
protected ProcessDefinitionEntity |
findLatestProcessDefinition(ProcessDefinition processDefinition) |
protected ProcessDefinition |
findNewLatestProcessDefinitionAfterRemovalOf(ProcessDefinition processDefinitionToBeRemoved) |
void |
flush() |
List<String> |
getDeploymentResourceNames(String deploymentId) |
void |
insertDeployment(DeploymentEntity deployment) |
delete, 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 void insertDeployment(DeploymentEntity deployment)
public void deleteDeployment(String deploymentId, boolean cascade)
protected ProcessDefinitionEntity findLatestProcessDefinition(ProcessDefinition processDefinition)
protected ProcessDefinition findNewLatestProcessDefinitionAfterRemovalOf(ProcessDefinition processDefinitionToBeRemoved)
public DeploymentEntity findLatestDeploymentByName(String deploymentName)
public DeploymentEntity findDeploymentById(String deploymentId)
public long findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)
public List<Deployment> findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
public List<Deployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
public long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
public void close()
close
in interface Session
close
in class AbstractManager
public void flush()
flush
in interface Session
flush
in class AbstractManager
Copyright © 2016 Alfresco. All rights reserved.