Uses of Interface
com.flowable.agent.api.runtime.KnowledgeBaseItem
Packages that use KnowledgeBaseItem
Package
Description
-
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps that return KnowledgeBaseItem -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator
Fields in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator declared as KnowledgeBaseItemModifier and TypeFieldDescriptionprotected final KnowledgeBaseItemDefaultKnowledgeBaseItemCreator.KnowledgeBaseItemContextImpl.itemMethods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator that return KnowledgeBaseItemModifier and TypeMethodDescriptionDefaultKnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem) KnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem) DefaultKnowledgeBaseItemCreator.KnowledgeBaseItemContextImpl.getItem()Constructors in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator with parameters of type KnowledgeBaseItemModifierConstructorDescriptionprotectedKnowledgeBaseItemContextImpl(KnowledgeBaseItem item, Collection<KnowledgeBaseItemContext.Section> sections) -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore with parameters of type KnowledgeBaseItemModifier and TypeMethodDescriptionprotected StringAbstractKnowledgeBaseVectorStore.getVectorStoreId(KnowledgeBaseItem knowledgeBaseItem) protected voidOpenAiKnowledgeBaseVectorStore.uploadAndCreateFileName(KnowledgeBaseItem knowledgeBaseItem, KnowledgeBaseItemContext.Section section, String vectorStoreId, byte[] bytes, String fileName) -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.knowledgebase.runtime
Methods in com.flowable.agent.engine.impl.knowledgebase.runtime that return types with arguments of type KnowledgeBaseItemModifier and TypeMethodDescriptionKnowledgeBaseItemQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of KnowledgeBaseItem in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement KnowledgeBaseItemMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type KnowledgeBaseItemModifier and TypeMethodDescriptionKnowledgeBaseItemEntityManager.findKnowledgeBaseItemsByQueryCriteria(KnowledgeBaseItemQuery knowledgeBaseItemQuery) KnowledgeBaseItemEntityManagerImpl.findKnowledgeBaseItemsByQueryCriteria(KnowledgeBaseItemQuery knowledgeBaseItemQuery) -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type KnowledgeBaseItemModifier and TypeMethodDescriptionKnowledgeBaseItemDataManager.findKnowledgeBaseItemsByQueryCriteria(KnowledgeBaseItemQueryImpl knowledgeBaseItemQuery) -
Uses of KnowledgeBaseItem in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type KnowledgeBaseItemModifier and TypeMethodDescriptionMybatisKnowledgeBaseItemDataManager.findKnowledgeBaseItemsByQueryCriteria(KnowledgeBaseItemQueryImpl query)