Uses of Interface
com.flowable.action.api.repository.ActionDeploymentQuery
Packages that use ActionDeploymentQuery
Package
Description
-
Uses of ActionDeploymentQuery in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDeploymentQueryModifier and TypeMethodDescriptionActionDeploymentQuery.actionDefinitionKey(String key) Only select deployments with the given action definition key.ActionDeploymentQuery.actionDefinitionKeyLike(String keyLike) Only select deployments with a action definition key like the given string.ActionRepositoryService.createDeploymentQuery()Query deploymentsActionDeploymentQuery.deploymentCategory(String category) Only select deployments with the given category.ActionDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) Only select deployments that have a different category then the given one.ActionDeploymentQuery.deploymentId(String deploymentId) Only select deployments with the given deployment id.ActionDeploymentQuery.deploymentIds(List<String> deploymentIds) Only select deployments with the given deployment ids.ActionDeploymentQuery.deploymentKey(String key) Only select deployments with the given key.ActionDeploymentQuery.deploymentName(String name) Only select deployments with the given name.ActionDeploymentQuery.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.ActionDeploymentQuery.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.ActionDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.ActionDeploymentQuery.deploymentWithoutTenantId()Only select deployments that do not have a tenant id.ActionDeploymentQuery.latest()Only select the latest deployments per deployment key.ActionDeploymentQuery.orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQuery.orderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQuery.orderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).ActionDeploymentQuery.parentDeploymentId(String deploymentParentId) Only select deployment that have the given deployment parent id.ActionDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) Only select deployments with a deployment parent id like the given one. -
Uses of ActionDeploymentQuery in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionDeploymentQueryModifier and TypeMethodDescriptionActionDeploymentEntityManager.createActionDeploymentQuery()ActionDeploymentEntityManagerImpl.createActionDeploymentQuery() -
Uses of ActionDeploymentQuery in com.flowable.action.engine.impl.repository
Classes in com.flowable.action.engine.impl.repository that implement ActionDeploymentQueryMethods in com.flowable.action.engine.impl.repository that return ActionDeploymentQueryModifier and TypeMethodDescriptionActionRepositoryServiceImpl.createDeploymentQuery()ActionDeploymentQueryImpl.orderByDeploymentId()ActionDeploymentQueryImpl.orderByDeploymentName()ActionDeploymentQueryImpl.orderByDeploymentTime()ActionDeploymentQueryImpl.orderByTenantId()