Interface CoreAppDefinitionQuery
- All Superinterfaces:
org.flowable.app.api.repository.AppDefinitionBaseQuery<CoreAppDefinitionQuery, CoreAppDefinition>, org.flowable.common.engine.api.query.Query<CoreAppDefinitionQuery, CoreAppDefinition>
- All Known Implementing Classes:
CoreAppDefinitionQueryImpl
public interface CoreAppDefinitionQuery
extends org.flowable.app.api.repository.AppDefinitionBaseQuery<CoreAppDefinitionQuery, CoreAppDefinition>
-
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 TypeMethodDescriptionappDefinitionNameLikeIgnoreCase(String nameLikeIgnoreCase) Only select app definitions with a name like the given value, ignoring case.appDefinitionTenantIds(Set<String> tenantIds) Only select apps with tenantIds by listOnly select app definitions with the given app url.Only select app definitions with the given creator id.Only select flow app definitions of the given type.revisionKey(String revisionKey) Only select app definitions with the given revision key.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.workspaceKey(String workspaceKey) Only select app definitions with the given design workspace key.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, orderByTenantIdMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
appDefinitionNameLikeIgnoreCase
Only select app definitions with a name like the given value, ignoring case. -
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. -
workspaceKey
Only select app definitions with the given design workspace key. -
revisionKey
Only select app definitions with the given revision key. -
creatorId
Only select app definitions with the given creator id.
-