public interface AppDefinitionBaseQuery<T extends AppDefinitionBaseQuery<T,C>,C extends AppDefinition> extends Query<T,C>
Query.NullHandlingOnOrderT appDefinitionVersionGreaterThanOrEquals(Integer caseDefinitionVersion)
T appDefinitionVersionLowerThanOrEquals(Integer caseDefinitionVersion)
T latestVersion()
T appDefinitionWithoutTenantId()
T orderByAppDefinitionCategory()
T orderByAppDefinitionKey()
T orderByAppDefinitionId()
T orderByAppDefinitionVersion()
T orderByAppDefinitionName()
T orderByDeploymentId()
T orderByTenantId()
Copyright © 2021 Flowable. All rights reserved.