Class AppDeploymentBaseQueryImpl<T extends org.flowable.app.api.repository.AppDeploymentBaseQuery<T,C>,C extends org.flowable.app.api.repository.AppDeployment>
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<T,C>
- All Implemented Interfaces:
Serializable
,org.flowable.app.api.repository.AppDeploymentBaseQuery<T,
,C> org.flowable.common.engine.api.query.Query<T,
,C> org.flowable.common.engine.impl.interceptor.Command<Object>
- Direct Known Subclasses:
AppDeploymentQueryImpl
,CoreAppDeploymentQueryImpl
public abstract class AppDeploymentBaseQueryImpl<T extends org.flowable.app.api.repository.AppDeploymentBaseQuery<T,C>,C extends org.flowable.app.api.repository.AppDeployment>
extends org.flowable.common.engine.impl.query.AbstractQuery<T,C>
implements org.flowable.app.api.repository.AppDeploymentBaseQuery<T,C>
- 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.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected boolean
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, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorsConstructorDescriptionAppDeploymentBaseQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) AppDeploymentBaseQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondeploymentCategory
(String deploymentCategory) deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) deploymentId
(String deploymentId) deploymentIds
(List<String> deploymentIds) deploymentKey
(String deploymentKey) deploymentName
(String deploymentName) deploymentNameLike
(String nameLike) deploymentTenantId
(String tenantId) deploymentTenantIdLike
(String tenantIdLike) long
executeCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected abstract long
executeFindAppDeploymentCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeFindAppDeploymentList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getKey()
getName()
boolean
latest()
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, 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, setIgnoreOrderBy, 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.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
deploymentId
-
deploymentIds
-
name
-
nameLike
-
category
-
categoryNotEquals
-
key
-
creatorId
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
latest
protected boolean latest
-
-
Constructor Details
-
AppDeploymentBaseQueryImpl
public AppDeploymentBaseQueryImpl() -
AppDeploymentBaseQueryImpl
public AppDeploymentBaseQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
AppDeploymentBaseQueryImpl
public AppDeploymentBaseQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
deploymentId
-
deploymentIds
-
deploymentName
-
deploymentNameLike
-
deploymentCategory
-
deploymentCategoryNotEquals
-
deploymentKey
-
deploymentTenantId
-
deploymentTenantIdLike
-
deploymentWithoutTenantId
-
latest
-
orderByDeploymentId
-
orderByDeploymentTime
-
orderByDeploymentName
-
orderByTenantId
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
executeFindAppDeploymentCount
protected abstract long executeFindAppDeploymentCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
executeList
-
executeFindAppDeploymentList
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getKey
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-