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<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition>
com.flowable.app.engine.impl.repository.AppDefinitionQueryImpl
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.app.api.repository.AppDefinitionBaseQuery<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition>
,org.flowable.app.api.repository.AppDefinitionQuery
,org.flowable.common.engine.api.query.Query<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class AppDefinitionQueryImpl extends AppDefinitionBaseQueryImpl<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition> implements org.flowable.app.api.repository.AppDefinitionQuery
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
Nested Class Summary
-
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
-
Constructor Summary
Constructors Constructor Description AppDefinitionQueryImpl()
AppDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
AppDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description protected long
executeFindAppDefinitionCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected java.util.List<org.flowable.app.api.repository.AppDefinition>
executeFindAppDefinitionList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getAppUrl()
java.lang.String
getState()
java.lang.String
getSubState()
java.lang.String
getSubType()
java.lang.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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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 Details
-
AppDefinitionQueryImpl
public AppDefinitionQueryImpl() -
AppDefinitionQueryImpl
public AppDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
AppDefinitionQueryImpl
public AppDefinitionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeFindAppDefinitionCount
protected long executeFindAppDefinitionCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindAppDefinitionCount
in classAppDefinitionBaseQueryImpl<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition>
-
executeFindAppDefinitionList
protected java.util.List<org.flowable.app.api.repository.AppDefinition> executeFindAppDefinitionList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeFindAppDefinitionList
in classAppDefinitionBaseQueryImpl<org.flowable.app.api.repository.AppDefinitionQuery,org.flowable.app.api.repository.AppDefinition>
-
getType
public java.lang.String getType() -
getSubType
public java.lang.String getSubType() -
getState
public java.lang.String getState() -
getSubState
public java.lang.String getSubState() -
getAppUrl
public java.lang.String getAppUrl()
-