public class MybatisDeploymentDataManager extends AbstractDataManager<DeploymentEntity> implements DeploymentDataManager
processEngineConfiguration
Constructor and Description |
---|
MybatisDeploymentDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
DeploymentEntity |
create() |
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) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
Class<? extends DeploymentEntity> |
getManagedEntityClass() |
delete, delete, findById, findById, findByQuery, getDbSqlSession, getEntityCache, getList, getManagedEntitySubClasses, insert, update
getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getEventSubscriptionEntityManager, getExecutionEntityManager, getGroupEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceEntityManager, getHistoricTaskInstanceEntityManager, getHistoricVariableInstanceEntityManager, getHistoryManager, getIdentityInfoEntityManager, getIdentityLinkEntityManager, getJobEntityManager, getJobExecutor, getMembershipEntityManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession, getTaskEntityManager, getUserIdentityEntityManager, getVariableInstanceEntityManager
public MybatisDeploymentDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends DeploymentEntity> getManagedEntityClass()
getManagedEntityClass
in class AbstractDataManager<DeploymentEntity>
public DeploymentEntity create()
create
in interface DataManager<DeploymentEntity>
public DeploymentEntity findLatestDeploymentByName(String deploymentName)
findLatestDeploymentByName
in interface DeploymentDataManager
public long findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)
findDeploymentCountByQueryCriteria
in interface DeploymentDataManager
public List<Deployment> findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
findDeploymentsByQueryCriteria
in interface DeploymentDataManager
public List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames
in interface DeploymentDataManager
public List<Deployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findDeploymentsByNativeQuery
in interface DeploymentDataManager
public long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
findDeploymentCountByNativeQuery
in interface DeploymentDataManager
Copyright © 2015 Alfresco. All rights reserved.