Class KnowledgeBaseItemQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<KnowledgeBaseItemQuery,KnowledgeBaseItem>
com.flowable.agent.engine.impl.knowledgebase.runtime.KnowledgeBaseItemQueryImpl
- All Implemented Interfaces:
KnowledgeBaseItemQuery,Serializable,org.flowable.common.engine.api.query.Query<KnowledgeBaseItemQuery,,KnowledgeBaseItem> org.flowable.common.engine.impl.interceptor.Command<Object>
public class KnowledgeBaseItemQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<KnowledgeBaseItemQuery,KnowledgeBaseItem>
implements KnowledgeBaseItemQuery
- 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.ResultTypeNested 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 Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected 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
ConstructorsConstructorDescriptionKnowledgeBaseItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondefinitionId(String definitionId) longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()isContainer(boolean isContainer) booleanMethods 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
tenantId
-
tenantIdSet
protected boolean tenantIdSet -
withoutParent
protected boolean withoutParent -
parentId
-
rootId
-
definitionId
-
isContainer
-
scopeId
-
scopeType
-
checksum
-
-
Constructor Details
-
KnowledgeBaseItemQueryImpl
public KnowledgeBaseItemQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
idin interfaceKnowledgeBaseItemQuery
-
tenantId
- Specified by:
tenantIdin interfaceKnowledgeBaseItemQuery
-
withoutParent
- Specified by:
withoutParentin interfaceKnowledgeBaseItemQuery
-
parentId
- Specified by:
parentIdin interfaceKnowledgeBaseItemQuery
-
rootId
- Specified by:
rootIdin interfaceKnowledgeBaseItemQuery
-
definitionId
- Specified by:
definitionIdin interfaceKnowledgeBaseItemQuery
-
isContainer
- Specified by:
isContainerin interfaceKnowledgeBaseItemQuery
-
scopeId
- Specified by:
scopeIdin interfaceKnowledgeBaseItemQuery
-
scopeType
- Specified by:
scopeTypein interfaceKnowledgeBaseItemQuery
-
checksum
- Specified by:
checksumin interfaceKnowledgeBaseItemQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<KnowledgeBaseItemQuery,KnowledgeBaseItem>
-
executeList
public List<KnowledgeBaseItem> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<KnowledgeBaseItemQuery,KnowledgeBaseItem>
-
getId
-
getTenantId
-
isWithoutParent
public boolean isWithoutParent() -
getParentId
-
getRootId
-
getDefinitionId
-
getContainer
-
getScopeId
-
getScopeType
-
getChecksum
-