Package com.flowable.core.app.api
Interface CoreAppDefinitionQuery
- All Superinterfaces:
AppDefinitionBaseQuery<CoreAppDefinitionQuery,
,CoreAppDefinition> Query<CoreAppDefinitionQuery,
CoreAppDefinition>
- All Known Implementing Classes:
CoreAppDefinitionQueryImpl
public interface CoreAppDefinitionQuery
extends AppDefinitionBaseQuery<CoreAppDefinitionQuery,CoreAppDefinition>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionappDefinitionTenantIds
(Set<String> tenantIds) Only select apps with tenantIds by listOnly select app definitions with the given app url.Only select flow app definitions of the given type.Only select app definitions with the given state.Only select app definitions with the given sub state.Only select app definitions with the given sub type.Only select app definitions of the given type.Methods inherited from interface org.flowable.app.api.repository.AppDefinitionBaseQuery
appDefinitionCategory, appDefinitionCategoryLike, appDefinitionCategoryNotEquals, appDefinitionId, appDefinitionIds, appDefinitionKey, appDefinitionKeyLike, appDefinitionName, appDefinitionNameLike, appDefinitionResourceName, appDefinitionResourceNameLike, appDefinitionTenantId, appDefinitionTenantIdLike, appDefinitionVersion, appDefinitionVersionGreaterThan, appDefinitionVersionGreaterThanOrEquals, appDefinitionVersionLowerThan, appDefinitionVersionLowerThanOrEquals, appDefinitionWithoutTenantId, deploymentId, deploymentIds, latestVersion, orderByAppDefinitionCategory, orderByAppDefinitionId, orderByAppDefinitionKey, orderByAppDefinitionName, orderByAppDefinitionVersion, orderByDeploymentId, orderByTenantId
-
Method Details
-
onlyFlowApps
CoreAppDefinitionQuery onlyFlowApps()Only select flow app definitions of the given type. -
appDefinitionTenantIds
Only select apps with tenantIds by list -
type
Only select app definitions of the given type. -
subType
Only select app definitions with the given sub type. -
state
Only select app definitions with the given state. -
subState
Only select app definitions with the given sub state. -
appUrl
Only select app definitions with the given app url.
-