Interface HistoricAgentInstanceKnowledgeBaseLinkQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<HistoricAgentInstanceKnowledgeBaseLinkQuery, HistoricAgentInstanceKnowledgeBaseLink>
- All Known Implementing Classes:
HistoricAgentInstanceKnowledgeBaseLinkQueryImpl
public interface HistoricAgentInstanceKnowledgeBaseLinkQuery
extends org.flowable.common.engine.api.query.Query<HistoricAgentInstanceKnowledgeBaseLinkQuery, HistoricAgentInstanceKnowledgeBaseLink>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder -
Method Summary
Modifier and TypeMethodDescriptionagentInstanceId(String agentInstanceId) Query by the id of the agent instanceQuery by the id of the instanceids(Collection<String> ids) Query by multiple ids of instancesknowledgeBaseDefinitionId(String knowledgeBaseDefinitionId) Query by the id of the knowledge itemknowledgeBaseItemId(String knowledgeBaseItemId) Query by the id of the knowledge itemknowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) Query by the section id of the knowledge base itemQuery by the tenant id of the knowledge base source itemMethods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
Query by the id of the instance -
ids
Query by multiple ids of instances -
agentInstanceId
Query by the id of the agent instance -
knowledgeBaseDefinitionId
HistoricAgentInstanceKnowledgeBaseLinkQuery knowledgeBaseDefinitionId(String knowledgeBaseDefinitionId) Query by the id of the knowledge item -
knowledgeBaseItemId
Query by the id of the knowledge item -
knowledgeBaseItemSectionId
HistoricAgentInstanceKnowledgeBaseLinkQuery knowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) Query by the section id of the knowledge base item -
tenantId
Query by the tenant id of the knowledge base source item
-