Uses of Interface
com.flowable.agent.api.repository.AgentDefinitionQuery
Packages that use AgentDefinitionQuery
-
Uses of AgentDefinitionQuery in com.flowable.agent.api.repository
Methods in com.flowable.agent.api.repository that return AgentDefinitionQueryModifier and TypeMethodDescriptionAgentDefinitionQuery.apiDisabled()
AgentDefinitionQuery.apiEnabled()
AgentRepositoryService.createAgentDefinitionQuery()
Query for agent definitions.AgentDefinitionQuery.deploymentId
(String deploymentId) AgentDefinitionQuery.ids
(Collection<String> ids) AgentDefinitionQuery.latestVersion()
AgentDefinitionQuery.nameLikeIgnoreCase
(String nameLikeIgnoreCase) AgentDefinitionQuery.orderByDefinitionId()
AgentDefinitionQuery.orderByDefinitionName()
AgentDefinitionQuery.orderByTenantId()
AgentDefinitionQuery.parentDeploymentId
(String parentDeploymentId) AgentDefinitionQuery.startableByUser
(String userId) AgentDefinitionQuery.startableByUserOrGroups
(String userId, Collection<String> groups) AgentDefinitionQuery.withoutTenantId()