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 Type
    Method
    Description
    Only select apps with tenantIds by list
    appUrl(String appUrl)
    Only select app definitions with the given app url.
    creatorId(String creatorId)
    Only select app definitions with the given creator id.
    Only select flow app definitions of the given type.
    state(String state)
    Only select app definitions with the given state.
    subState(String subState)
    Only select app definitions with the given sub state.
    subType(String subType)
    Only select app definitions with the given sub type.
    type(String 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

    Methods inherited from interface org.flowable.common.engine.api.query.Query

    asc, count, desc, list, listPage, orderBy, orderBy, singleResult