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.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.AppDeploymentBaseQueryImpl
category, categoryNotEquals, creatorId, deploymentId, deploymentIds, key, latest, name, nameLike, tenantId, tenantIdLike, 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
ConstructorsConstructorDescriptionAppDeploymentQueryImpl
(CommandContext commandContext) AppDeploymentQueryImpl
(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected long
executeFindAppDeploymentCount
(CommandContext commandContext) protected List<AppDeployment>
executeFindAppDeploymentList
(CommandContext commandContext) getKey()
getName()
boolean
Methods 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, 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.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:
executeFindAppDeploymentCount
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
executeFindAppDeploymentList
- Specified by:
executeFindAppDeploymentList
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getDeploymentId
- Overrides:
getDeploymentId
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getDeploymentIds
- Overrides:
getDeploymentIds
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getName
- Overrides:
getName
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getNameLike
- Overrides:
getNameLike
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getCategory
- Overrides:
getCategory
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getCategoryNotEquals
- Overrides:
getCategoryNotEquals
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getKey
- Overrides:
getKey
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getTenantId
- Overrides:
getTenantId
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getTenantIdLike
- Overrides:
getTenantIdLike
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
isWithoutTenantId
public boolean isWithoutTenantId()- Overrides:
isWithoutTenantId
in classAppDeploymentBaseQueryImpl<AppDeploymentQuery,
AppDeployment>
-
getCreatorId
-