Interface CoreAppDefinitionQuery

    • 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CoreAppDefinitionQuery appUrl​(java.lang.String appUrl)
      Only select app definitions with the given app url.
      CoreAppDefinitionQuery onlyFlowApps()
      Only select flow app definitions of the given type.
      CoreAppDefinitionQuery state​(java.lang.String state)
      Only select app definitions with the given state.
      CoreAppDefinitionQuery subState​(java.lang.String subState)
      Only select app definitions with the given sub state.
      CoreAppDefinitionQuery subType​(java.lang.String subType)
      Only select app definitions with the given sub type.
      CoreAppDefinitionQuery type​(java.lang.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
    • Method Detail

      • subType

        CoreAppDefinitionQuery subType​(java.lang.String subType)
        Only select app definitions with the given sub type.
      • state

        CoreAppDefinitionQuery state​(java.lang.String state)
        Only select app definitions with the given state.
      • subState

        CoreAppDefinitionQuery subState​(java.lang.String subState)
        Only select app definitions with the given sub state.
      • appUrl

        CoreAppDefinitionQuery appUrl​(java.lang.String appUrl)
        Only select app definitions with the given app url.