Uses of Interface
com.flowable.agent.api.history.HistoricAgentInstanceKnowledgeBaseLinkQuery
Packages that use HistoricAgentInstanceKnowledgeBaseLinkQuery
Package
Description
-
Uses of HistoricAgentInstanceKnowledgeBaseLinkQuery in com.flowable.agent.api.history
Subinterfaces with type arguments of type HistoricAgentInstanceKnowledgeBaseLinkQuery in com.flowable.agent.api.historyMethods in com.flowable.agent.api.history that return HistoricAgentInstanceKnowledgeBaseLinkQueryModifier and TypeMethodDescriptionHistoricAgentInstanceKnowledgeBaseLinkQuery.agentInstanceId(String agentInstanceId) Query by the id of the agent instanceAgentHistoryService.createHistoricAgentInstanceKnowledgeBaseLinkQuery()Query by the id of the instanceHistoricAgentInstanceKnowledgeBaseLinkQuery.ids(Collection<String> ids) Query by multiple ids of instancesHistoricAgentInstanceKnowledgeBaseLinkQuery.knowledgeBaseDefinitionId(String knowledgeBaseDefinitionId) Query by the id of the knowledge itemHistoricAgentInstanceKnowledgeBaseLinkQuery.knowledgeBaseItemId(String knowledgeBaseItemId) Query by the id of the knowledge itemHistoricAgentInstanceKnowledgeBaseLinkQuery.knowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) Query by the section id of the knowledge base itemQuery by the tenant id of the knowledge base source item -
Uses of HistoricAgentInstanceKnowledgeBaseLinkQuery in com.flowable.agent.engine.impl.history
Classes in com.flowable.agent.engine.impl.history that implement HistoricAgentInstanceKnowledgeBaseLinkQuerySubclasses with type arguments of type HistoricAgentInstanceKnowledgeBaseLinkQuery in com.flowable.agent.engine.impl.historyMethods in com.flowable.agent.engine.impl.history that return HistoricAgentInstanceKnowledgeBaseLinkQueryModifier and TypeMethodDescriptionHistoricAgentInstanceKnowledgeBaseLinkQueryImpl.agentInstanceId(String agentInstanceId) AgentHistoryServiceImpl.createHistoricAgentInstanceKnowledgeBaseLinkQuery()HistoricAgentInstanceKnowledgeBaseLinkQueryImpl.ids(Collection<String> ids) HistoricAgentInstanceKnowledgeBaseLinkQueryImpl.knowledgeBaseDefinitionId(String knowledgeBaseDefinitionId) HistoricAgentInstanceKnowledgeBaseLinkQueryImpl.knowledgeBaseItemId(String knowledgeBaseItemId) HistoricAgentInstanceKnowledgeBaseLinkQueryImpl.knowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) -
Uses of HistoricAgentInstanceKnowledgeBaseLinkQuery in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type HistoricAgentInstanceKnowledgeBaseLinkQueryModifier and TypeMethodDescriptionlongHistoricAgentInstanceKnowledgeBaseLinkEntityManager.countByCriteria(HistoricAgentInstanceKnowledgeBaseLinkQuery historicAgentInstanceKnowledgeBaseLinkQuery) longHistoricAgentInstanceKnowledgeBaseLinkEntityManagerImpl.countByCriteria(HistoricAgentInstanceKnowledgeBaseLinkQuery historicAgentInstanceKnowledgeBaseLinkQuery) HistoricAgentInstanceKnowledgeBaseLinkEntityManager.findByCriteria(HistoricAgentInstanceKnowledgeBaseLinkQuery historicAgentInstanceKnowledgeBaseLinkQuery) HistoricAgentInstanceKnowledgeBaseLinkEntityManagerImpl.findByCriteria(HistoricAgentInstanceKnowledgeBaseLinkQuery historicAgentInstanceKnowledgeBaseLinkQuery)