Class AppDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AppDeploymentQuery,AppDeployment>
org.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
- All Implemented Interfaces:
Serializable,AppDeploymentBaseQuery<AppDeploymentQuery,,AppDeployment> AppDeploymentQuery,Query<AppDeploymentQuery,,AppDeployment> Command<Object>
public class AppDeploymentQueryImpl
extends AbstractQuery<AppDeploymentQuery,AppDeployment>
implements AppDeploymentQuery, Serializable
- 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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanFields 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(CommandContext commandContext) AppDeploymentQueryImpl(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) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getKey()getName()booleanisLatest()booleanlatest()Methods 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, setParameter
-
Field Details
-
deploymentId
-
deploymentIds
-
name
-
nameLike
-
category
-
categoryNotEquals
-
key
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
latest
protected boolean latest
-
-
Constructor Details
-
AppDeploymentQueryImpl
public AppDeploymentQueryImpl() -
AppDeploymentQueryImpl
-
AppDeploymentQueryImpl
-
-
Method Details
-
deploymentId
- Specified by:
deploymentIdin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentIds
- Specified by:
deploymentIdsin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentName
- Specified by:
deploymentNamein interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEqualsin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentKey
- Specified by:
deploymentKeyin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
latest
- Specified by:
latestin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTimein interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
orderByDeploymentName
- Specified by:
orderByDeploymentNamein interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceAppDeploymentBaseQuery<AppDeploymentQuery,AppDeployment>
-
executeCount
- Specified by:
executeCountin classAbstractQuery<AppDeploymentQuery,AppDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<AppDeploymentQuery,AppDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getKey
-
isLatest
public boolean isLatest() -
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-