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, updategetAsyncExecutor, 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, getVariableInstanceEntityManagerpublic 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 DeploymentDataManagerpublic long findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery)
findDeploymentCountByQueryCriteria in interface DeploymentDataManagerpublic List<Deployment> findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery, Page page)
findDeploymentsByQueryCriteria in interface DeploymentDataManagerpublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface DeploymentDataManagerpublic List<Deployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
findDeploymentsByNativeQuery in interface DeploymentDataManagerpublic long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
findDeploymentCountByNativeQuery in interface DeploymentDataManagerCopyright © 2015 Alfresco. All rights reserved.