Class AppDefinitionQueryImpl
- 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<AppDefinitionQuery,AppDefinition>
-
- com.flowable.app.engine.impl.repository.AppDefinitionQueryImpl
-
- All Implemented Interfaces:
Serializable
,AppDefinitionBaseQuery<AppDefinitionQuery,AppDefinition>
,AppDefinitionQuery
,Query<AppDefinitionQuery,AppDefinition>
,Command<Object>
public class AppDefinitionQueryImpl extends AppDefinitionBaseQueryImpl<AppDefinitionQuery,AppDefinition> implements AppDefinitionQuery
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
-
Fields inherited from class com.flowable.app.engine.impl.repository.AppDefinitionBaseQueryImpl
category, categoryLike, categoryNotEquals, deploymentId, deploymentIds, id, ids, key, keyLike, latest, name, nameLike, resourceName, resourceNameLike, tenantId, tenantIdLike, version, versionGt, versionGte, versionLt, versionLte, withoutTenantId
-
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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description AppDefinitionQueryImpl()
AppDefinitionQueryImpl(CommandContext commandContext)
AppDefinitionQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
executeFindAppDefinitionCount(CommandContext commandContext)
protected List<AppDefinition>
executeFindAppDefinitionList(CommandContext commandContext)
String
getAppUrl()
String
getState()
String
getSubState()
String
getSubType()
String
getType()
-
Methods inherited from class com.flowable.app.engine.impl.repository.AppDefinitionBaseQueryImpl
appDefinitionCategory, appDefinitionCategoryLike, appDefinitionCategoryNotEquals, appDefinitionId, appDefinitionIds, appDefinitionKey, appDefinitionKeyLike, appDefinitionName, appDefinitionNameLike, appDefinitionResourceName, appDefinitionResourceNameLike, appDefinitionTenantId, appDefinitionTenantIdLike, appDefinitionVersion, appDefinitionVersionGreaterThan, appDefinitionVersionGreaterThanOrEquals, appDefinitionVersionLowerThan, appDefinitionVersionLowerThanOrEquals, appDefinitionWithoutTenantId, checkVersion, deploymentId, deploymentIds, executeCount, executeList, getCategory, getCategoryLike, getCategoryNotEquals, getDeploymentId, getDeploymentIds, getId, getIds, getKey, getKeyLike, getName, getNameLike, getResourceName, getResourceNameLike, getTenantId, getTenantIdLike, getVersion, getVersionGt, getVersionGte, getVersionLt, getVersionLte, isLatest, isWithoutTenantId, latestVersion, orderByAppDefinitionCategory, orderByAppDefinitionId, orderByAppDefinitionKey, orderByAppDefinitionName, orderByAppDefinitionVersion, orderByDeploymentId, orderByTenantId
-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, 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, 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.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
-
-
-
-
Constructor Detail
-
AppDefinitionQueryImpl
public AppDefinitionQueryImpl()
-
AppDefinitionQueryImpl
public AppDefinitionQueryImpl(CommandContext commandContext)
-
AppDefinitionQueryImpl
public AppDefinitionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
executeFindAppDefinitionCount
protected long executeFindAppDefinitionCount(CommandContext commandContext)
- Specified by:
executeFindAppDefinitionCount
in classAppDefinitionBaseQueryImpl<AppDefinitionQuery,AppDefinition>
-
executeFindAppDefinitionList
protected List<AppDefinition> executeFindAppDefinitionList(CommandContext commandContext)
- Specified by:
executeFindAppDefinitionList
in classAppDefinitionBaseQueryImpl<AppDefinitionQuery,AppDefinition>
-
getType
public String getType()
-
getSubType
public String getSubType()
-
getState
public String getState()
-
getSubState
public String getSubState()
-
getAppUrl
public String getAppUrl()
-
-