Uses of Interface
com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.KnowledgeBaseItemContext.Section
Packages that use KnowledgeBaseItemContext.Section
Package
Description
-
Uses of KnowledgeBaseItemContext.Section in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps that return types with arguments of type KnowledgeBaseItemContext.Section -
Uses of KnowledgeBaseItemContext.Section in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator
Classes in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator that implement KnowledgeBaseItemContext.SectionModifier and TypeClassDescriptionprotected classFields in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator with type parameters of type KnowledgeBaseItemContext.SectionModifier and TypeFieldDescriptionprotected final Collection<KnowledgeBaseItemContext.Section> DefaultKnowledgeBaseItemCreator.KnowledgeBaseItemContextImpl.sectionsMethods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator that return types with arguments of type KnowledgeBaseItemContext.SectionModifier and TypeMethodDescriptionDefaultKnowledgeBaseItemCreator.KnowledgeBaseItemContextImpl.getSections()Constructor parameters in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator with type arguments of type KnowledgeBaseItemContext.SectionModifierConstructorDescriptionprotectedKnowledgeBaseItemContextImpl(KnowledgeBaseItem item, Collection<KnowledgeBaseItemContext.Section> sections) -
Uses of KnowledgeBaseItemContext.Section 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 KnowledgeBaseItemContext.SectionModifier and TypeMethodDescriptionprotected voidOpenAiKnowledgeBaseVectorStore.uploadAndCreateFileName(KnowledgeBaseItem knowledgeBaseItem, KnowledgeBaseItemContext.Section section, String vectorStoreId, byte[] bytes, String fileName)