Class AppDeploymentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AppDeploymentQuery,AppDeployment>
com.flowable.app.engine.impl.repository.AppDeploymentQueryImpl
- All Implemented Interfaces:
Serializable,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, 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()booleanlatest()Methods 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, 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 interfaceAppDeploymentQuery
-
deploymentIds
- Specified by:
deploymentIdsin interfaceAppDeploymentQuery
-
deploymentName
- Specified by:
deploymentNamein interfaceAppDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceAppDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceAppDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEqualsin interfaceAppDeploymentQuery
-
deploymentKey
- Specified by:
deploymentKeyin interfaceAppDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceAppDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceAppDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceAppDeploymentQuery
-
latest
- Specified by:
latestin interfaceAppDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceAppDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTimein interfaceAppDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentNamein interfaceAppDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceAppDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<AppDeploymentQuery,AppDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<AppDeploymentQuery,AppDeployment>
-
getDeploymentId
-
getDeploymentIds
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getKey
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-