public interface CoreAppDefinitionQuery extends AppDefinitionBaseQuery<CoreAppDefinitionQuery,CoreAppDefinition>
Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
CoreAppDefinitionQuery |
appUrl(String appUrl)
Only select app definitions with the given app url.
|
CoreAppDefinitionQuery |
onlyFlowApps()
Only select flow app definitions of the given type.
|
CoreAppDefinitionQuery |
state(String state)
Only select app definitions with the given state.
|
CoreAppDefinitionQuery |
subState(String subState)
Only select app definitions with the given sub state.
|
CoreAppDefinitionQuery |
subType(String subType)
Only select app definitions with the given sub type.
|
CoreAppDefinitionQuery |
type(String type)
Only select app definitions of the given type.
|
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
CoreAppDefinitionQuery onlyFlowApps()
CoreAppDefinitionQuery type(String type)
CoreAppDefinitionQuery subType(String subType)
CoreAppDefinitionQuery state(String state)
CoreAppDefinitionQuery subState(String subState)
CoreAppDefinitionQuery appUrl(String appUrl)