Class AppDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
- All Implemented Interfaces:
Serializable,org.flowable.app.api.repository.AppDeploymentBaseQuery<org.flowable.app.api.repository.AppDeploymentQuery,,org.flowable.app.api.repository.AppDeployment> org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.common.engine.api.query.Query<org.flowable.app.api.repository.AppDeploymentQuery,,org.flowable.app.api.repository.AppDeployment> org.flowable.common.engine.impl.interceptor.Command<Object>
public class AppDeploymentQueryImpl
extends AppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
implements org.flowable.app.api.repository.AppDeploymentQuery
- Author:
- Tijs Rademakers, Joram Barrez
- 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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Field Summary
Fields inherited from class com.flowable.app.engine.impl.repository.AppDeploymentBaseQueryImpl
category, categoryNotEquals, creatorId, deploymentId, deploymentIds, key, latest, name, nameLike, tenantId, tenantIdLike, withoutTenantIdFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionAppDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) AppDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected longexecuteFindAppDeploymentCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected List<org.flowable.app.api.repository.AppDeployment> executeFindAppDeploymentList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKey()getName()booleanMethods inherited from class com.flowable.app.engine.impl.repository.AppDeploymentBaseQueryImpl
deploymentCategory, deploymentCategoryNotEquals, deploymentId, deploymentIds, deploymentKey, deploymentName, deploymentNameLike, deploymentTenantId, deploymentTenantIdLike, deploymentWithoutTenantId, executeCount, executeList, latest, orderByDeploymentId, orderByDeploymentName, orderByDeploymentTime, orderByTenantIdMethods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.app.api.repository.AppDeploymentBaseQuery
deploymentCategory, deploymentCategoryNotEquals, deploymentId, deploymentIds, deploymentKey, deploymentName, deploymentNameLike, deploymentTenantId, deploymentTenantIdLike, deploymentWithoutTenantId, latest, orderByDeploymentId, orderByDeploymentName, orderByDeploymentTime, orderByTenantIdMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Constructor Details
-
AppDeploymentQueryImpl
public AppDeploymentQueryImpl() -
AppDeploymentQueryImpl
public AppDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
AppDeploymentQueryImpl
public AppDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeFindAppDeploymentCount
protected long executeFindAppDeploymentCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeFindAppDeploymentCountin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
executeFindAppDeploymentList
protected List<org.flowable.app.api.repository.AppDeployment> executeFindAppDeploymentList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeFindAppDeploymentListin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getDeploymentId
- Overrides:
getDeploymentIdin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getDeploymentIds
- Overrides:
getDeploymentIdsin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getName
- Overrides:
getNamein classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getNameLike
- Overrides:
getNameLikein classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getCategory
- Overrides:
getCategoryin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getCategoryNotEquals
- Overrides:
getCategoryNotEqualsin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getKey
- Overrides:
getKeyin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getTenantId
- Overrides:
getTenantIdin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getTenantIdLike
- Overrides:
getTenantIdLikein classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
isWithoutTenantId
public boolean isWithoutTenantId()- Overrides:
isWithoutTenantIdin classAppDeploymentBaseQueryImpl<org.flowable.app.api.repository.AppDeploymentQuery,org.flowable.app.api.repository.AppDeployment>
-
getCreatorId
-