Package com.flowable.agent.api.history
Interface HistoricAgentInstanceKnowledgeBaseLinkQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<HistoricAgentInstanceKnowledgeBaseLinkQuery,
HistoricAgentInstanceKnowledgeBaseLink>
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 instancesknowledgeBaseItemId
(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 -
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
-