Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.db | |
org.activiti.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentCategory(String deploymentCategory) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentCategoryNotEquals(String deploymentCategoryNotEquals) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentId(String deploymentId) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentName(String deploymentName) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentNameLike(String nameLike) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentTenantId(String tenantId) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentTenantIdLike(String tenantIdLike) |
DeploymentQueryImpl |
DeploymentQueryImpl.deploymentWithoutTenantId() |
DeploymentQueryImpl |
DeploymentQueryImpl.processDefinitionKey(String key) |
DeploymentQueryImpl |
DeploymentQueryImpl.processDefinitionKeyLike(String keyLike) |
Modifier and Type | Method and Description |
---|---|
DeploymentQueryImpl |
DbSqlSession.createDeploymentQuery() |
Modifier and Type | Method and Description |
---|---|
long |
DeploymentEntityManager.findDeploymentCountByQueryCriteria(DeploymentQueryImpl deploymentQuery) |
List<Deployment> |
DeploymentEntityManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Copyright © 2016 Alfresco. All rights reserved.