Class AppDeploymentQueryImpl
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.AppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
- All Implemented Interfaces:
Serializable,AppDeploymentBaseQuery<AppDeploymentQuery,,AppDeployment> AppDeploymentQuery,Query<AppDeploymentQuery,,AppDeployment> Command<Object>
public class AppDeploymentQueryImpl
extends AppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
implements AppDeploymentQuery
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested 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.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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionAppDeploymentQueryImpl(CommandContext commandContext) AppDeploymentQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected longexecuteFindAppDeploymentCount(CommandContext commandContext) protected List<AppDeployment>executeFindAppDeploymentList(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, 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, 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, orderByTenantId
-
Constructor Details
-
AppDeploymentQueryImpl
public AppDeploymentQueryImpl() -
AppDeploymentQueryImpl
-
AppDeploymentQueryImpl
-
-
Method Details
-
executeFindAppDeploymentCount
- Specified by:
executeFindAppDeploymentCountin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
executeFindAppDeploymentList
- Specified by:
executeFindAppDeploymentListin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getDeploymentId
- Overrides:
getDeploymentIdin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getDeploymentIds
- Overrides:
getDeploymentIdsin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getName
- Overrides:
getNamein classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getNameLike
- Overrides:
getNameLikein classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getCategory
- Overrides:
getCategoryin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getCategoryNotEquals
- Overrides:
getCategoryNotEqualsin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getKey
- Overrides:
getKeyin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getTenantId
- Overrides:
getTenantIdin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getTenantIdLike
- Overrides:
getTenantIdLikein classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
isWithoutTenantId
public boolean isWithoutTenantId()- Overrides:
isWithoutTenantIdin classAppDeploymentBaseQueryImpl<AppDeploymentQuery,AppDeployment>
-
getCreatorId
-