Class PageDefinitionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<PageDefinitionQuery,PageDefinition>
com.flowable.app.engine.impl.repository.PageDefinitionQueryImpl
- All Implemented Interfaces:
PageDefinitionQuery,Serializable,Query<PageDefinitionQuery,,PageDefinition> Command<Object>
public class PageDefinitionQueryImpl
extends AbstractQuery<PageDefinitionQuery,PageDefinition>
implements PageDefinitionQuery
- Author:
- Tijs Rademakers
- 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 Stringprotected Stringprotected Stringprotected 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
ConstructorsConstructorDescriptionPageDefinitionQueryImpl(CommandContext commandContext) PageDefinitionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionappDefinitionId(String appDefinitionId) appDefinitionIds(Set<String> appDefinitionIds) appDefinitionKey(String appDefinitionKey) deploymentId(String deploymentId) deploymentIds(Set<String> deploymentIds) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()getKey()getName()booleantenantIdLike(String tenantIdLike) 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
-
id
-
ids
-
appDefinitionId
-
appDefinitionIds
-
appDefinitionKey
-
name
-
nameLike
-
key
-
keyLike
-
pageUrl
-
deploymentId
-
deploymentIds
-
tenantId
-
tenantIdLike
-
tenantIds
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
PageDefinitionQueryImpl
public PageDefinitionQueryImpl() -
PageDefinitionQueryImpl
-
PageDefinitionQueryImpl
-
-
Method Details
-
id
- Specified by:
idin interfacePageDefinitionQuery
-
ids
- Specified by:
idsin interfacePageDefinitionQuery
-
appDefinitionId
- Specified by:
appDefinitionIdin interfacePageDefinitionQuery
-
appDefinitionIds
- Specified by:
appDefinitionIdsin interfacePageDefinitionQuery
-
appDefinitionKey
- Specified by:
appDefinitionKeyin interfacePageDefinitionQuery
-
name
- Specified by:
namein interfacePageDefinitionQuery
-
nameLike
- Specified by:
nameLikein interfacePageDefinitionQuery
-
key
- Specified by:
keyin interfacePageDefinitionQuery
-
keyLike
- Specified by:
keyLikein interfacePageDefinitionQuery
-
pageUrl
- Specified by:
pageUrlin interfacePageDefinitionQuery
-
deploymentId
- Specified by:
deploymentIdin interfacePageDefinitionQuery
-
deploymentIds
- Specified by:
deploymentIdsin interfacePageDefinitionQuery
-
tenantId
- Specified by:
tenantIdin interfacePageDefinitionQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfacePageDefinitionQuery
-
tenantIds
- Specified by:
tenantIdsin interfacePageDefinitionQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfacePageDefinitionQuery
-
orderByAppDefinitionKey
- Specified by:
orderByAppDefinitionKeyin interfacePageDefinitionQuery
-
orderByName
- Specified by:
orderByNamein interfacePageDefinitionQuery
-
orderByKey
- Specified by:
orderByKeyin interfacePageDefinitionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<PageDefinitionQuery,PageDefinition>
-
executeList
- Specified by:
executeListin classAbstractQuery<PageDefinitionQuery,PageDefinition>
-
getId
-
getIds
-
getAppDefinitionId
-
getAppDefinitionIds
-
getAppDefinitionKey
-
getName
-
getNameLike
-
getKey
-
getKeyLike
-
getPageUrl
-
getDeploymentId
-
getDeploymentIds
-
getTenantId
-
getTenantIdLike
-
getTenantIds
-
isWithoutTenantId
public boolean isWithoutTenantId()
-