public class DeploymentEntityManager extends AbstractManager
| Constructor and Description |
|---|
DeploymentEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
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) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
void |
insertDeployment(DeploymentEntity deployment) |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityLinkManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getVariableInstanceManager, insertpublic 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)
Copyright © 2018 Flowable. All rights reserved.