Interface AgentDefinitionQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<AgentDefinitionQuery,
AgentDefinition>
public interface AgentDefinitionQuery
extends org.flowable.common.engine.api.query.Query<AgentDefinitionQuery,AgentDefinition>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId
(String deploymentId) ids
(Collection<String> ids) nameLikeIgnoreCase
(String nameLikeIgnoreCase) parentDeploymentId
(String parentDeploymentId) startableByUser
(String userId) startableByUserOrGroups
(String userId, Collection<String> groups) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
ids
-
key
-
keyLike
-
name
-
nameLike
-
nameLikeIgnoreCase
-
type
-
apiEnabled
AgentDefinitionQuery apiEnabled() -
apiDisabled
AgentDefinitionQuery apiDisabled() -
version
-
latestVersion
AgentDefinitionQuery latestVersion() -
deploymentId
-
parentDeploymentId
-
tenantId
-
withoutTenantId
AgentDefinitionQuery withoutTenantId() -
startableByUser
-
startableByUserOrGroups
-
orderByDefinitionId
AgentDefinitionQuery orderByDefinitionId() -
orderByDefinitionName
AgentDefinitionQuery orderByDefinitionName() -
orderByTenantId
AgentDefinitionQuery orderByTenantId()
-