Class AppDefinitionBaseQueryImpl<T extends org.flowable.app.api.repository.AppDefinitionBaseQuery<T,C>,C extends org.flowable.app.api.repository.AppDefinition>
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<T,C>
com.flowable.app.engine.impl.repository.AppDefinitionBaseQueryImpl<T,C>
- All Implemented Interfaces:
Serializable
,org.flowable.app.api.repository.AppDefinitionBaseQuery<T,
,C> org.flowable.common.engine.api.query.Query<T,
,C> org.flowable.common.engine.impl.interceptor.Command<Object>
- Direct Known Subclasses:
AppDefinitionQueryImpl
,CoreAppDefinitionQueryImpl
public abstract class AppDefinitionBaseQueryImpl<T extends org.flowable.app.api.repository.AppDefinitionBaseQuery<T,C>,C extends org.flowable.app.api.repository.AppDefinition>
extends org.flowable.common.engine.impl.query.AbstractQuery<T,C>
implements org.flowable.app.api.repository.AppDefinitionBaseQuery<T,C>
- Author:
- Tijs Rademakers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected boolean
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorsConstructorDescriptionAppDefinitionBaseQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) AppDefinitionBaseQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionappDefinitionCategory
(String category) appDefinitionCategoryLike
(String categoryLike) appDefinitionCategoryNotEquals
(String categoryNotEquals) appDefinitionId
(String appDefinitionId) appDefinitionIds
(Set<String> appsDefinitionIds) appDefinitionKey
(String key) appDefinitionKeyLike
(String keyLike) appDefinitionName
(String name) appDefinitionNameLike
(String nameLike) appDefinitionResourceName
(String resourceName) appDefinitionResourceNameLike
(String resourceNameLike) appDefinitionTenantId
(String tenantId) appDefinitionTenantIdLike
(String tenantIdLike) appDefinitionVersion
(Integer version) appDefinitionVersionGreaterThan
(Integer appDefinitionVersion) appDefinitionVersionGreaterThanOrEquals
(Integer appDefinitionVersion) appDefinitionVersionLowerThan
(Integer appDefinitionVersion) appDefinitionVersionLowerThanOrEquals
(Integer appDefinitionVersion) protected void
checkVersion
(Integer version) deploymentId
(String deploymentId) deploymentIds
(Set<String> deploymentIds) long
executeCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected abstract long
executeFindAppDefinitionCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeFindAppDefinitionList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()
getIds()
getKey()
getName()
boolean
isLatest()
boolean
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
ids
-
category
-
categoryLike
-
categoryNotEquals
-
name
-
nameLike
-
deploymentId
-
deploymentIds
-
key
-
keyLike
-
resourceName
-
resourceNameLike
-
version
-
versionGt
-
versionGte
-
versionLt
-
versionLte
-
latest
protected boolean latest -
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
AppDefinitionBaseQueryImpl
public AppDefinitionBaseQueryImpl() -
AppDefinitionBaseQueryImpl
public AppDefinitionBaseQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
AppDefinitionBaseQueryImpl
public AppDefinitionBaseQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
appDefinitionId
-
appDefinitionIds
-
appDefinitionCategory
-
appDefinitionCategoryLike
-
appDefinitionCategoryNotEquals
-
appDefinitionName
-
appDefinitionNameLike
-
deploymentId
-
deploymentIds
-
appDefinitionKey
-
appDefinitionKeyLike
-
appDefinitionResourceName
-
appDefinitionResourceNameLike
-
appDefinitionVersion
-
appDefinitionVersionGreaterThan
-
appDefinitionVersionGreaterThanOrEquals
-
appDefinitionVersionLowerThan
-
appDefinitionVersionLowerThanOrEquals
-
checkVersion
-
latestVersion
-
appDefinitionTenantId
-
appDefinitionTenantIdLike
-
appDefinitionWithoutTenantId
-
orderByDeploymentId
-
orderByAppDefinitionKey
-
orderByAppDefinitionCategory
-
orderByAppDefinitionId
-
orderByAppDefinitionVersion
-
orderByAppDefinitionName
-
orderByTenantId
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
executeFindAppDefinitionCount
protected abstract long executeFindAppDefinitionCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
executeList
-
executeFindAppDefinitionList
-
getDeploymentId
-
getDeploymentIds
-
getId
-
getIds
-
getName
-
getNameLike
-
getKey
-
getKeyLike
-
getVersion
-
getVersionGt
-
getVersionGte
-
getVersionLt
-
getVersionLte
-
isLatest
public boolean isLatest() -
getCategory
-
getCategoryLike
-
getResourceName
-
getResourceNameLike
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-