Uses of Interface
com.flowable.agent.api.runtime.KnowledgeBaseSourceItem
Packages that use KnowledgeBaseSourceItem
Package
Description
-
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase
Classes in com.flowable.agent.engine.impl.knowledgebase that implement KnowledgeBaseSourceItem -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.pipeline
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline with parameters of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionvoidDefaultKnowledgeBaseSourceProcessingPipeline.process(String knowledgeBaseDefinitionId, KnowledgeBaseDefinitionModel definition, KnowledgeBaseSourceItem sourceItem) voidKnowledgeBaseSourceProcessingPipeline.process(String knowledgeBaseDefinitionId, KnowledgeBaseDefinitionModel definition, KnowledgeBaseSourceItem sourceItem) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.data
Fields in com.flowable.agent.engine.impl.knowledgebase.pipeline.data declared as KnowledgeBaseSourceItemModifier and TypeFieldDescriptionprotected KnowledgeBaseSourceItemNotExtractedTextContent.knowledgeBaseSourceItemMethods in com.flowable.agent.engine.impl.knowledgebase.pipeline.data that return KnowledgeBaseSourceItemConstructors in com.flowable.agent.engine.impl.knowledgebase.pipeline.data with parameters of type KnowledgeBaseSourceItemModifierConstructorDescriptionNotExtractedTextContent(KnowledgeBaseSourceItem knowledgeBaseSourceItem) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.enricher
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.enricher that return types with arguments of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionContentItemSourceItemEnricher.enrich(KnowledgeBaseSourceItem mainItem, String knowledgeBaseDefinitionId, Supplier<String> newIdSupplier) KnowledgeBaseSourceItemEnricher.enrich(KnowledgeBaseSourceItem mainItem, String knowledgeBaseDefinitionId, Supplier<String> newIdSupplier) Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.enricher with parameters of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionContentItemSourceItemEnricher.enrich(KnowledgeBaseSourceItem mainItem, String knowledgeBaseDefinitionId, Supplier<String> newIdSupplier) KnowledgeBaseSourceItemEnricher.enrich(KnowledgeBaseSourceItem mainItem, String knowledgeBaseDefinitionId, Supplier<String> newIdSupplier) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.extractor
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.extractor with parameters of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionDisabledKnowledgeBaseTextBasedFormatExtractor.extract(KnowledgeBaseSourceItem knowledgeBaseSourceItem) KnowledgeBaseTextBasedFormatExtractor.extract(KnowledgeBaseSourceItem knowledgeBaseSourceItem) MarkdownKnowledgeBaseTextBasedFormatExtractor.extract(KnowledgeBaseSourceItem knowledgeBaseSourceItem) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator with parameters of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionDefaultKnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem) DefaultKnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem, Collection<TextBasedContent> chunks) KnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem) KnowledgeBaseItemCreator.create(String knowledgeBaseDefinitionId, String tenantId, KnowledgeBaseSourceItem knowledgeBaseSourceItem, Collection<TextBasedContent> chunks) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.runtime
Methods in com.flowable.agent.engine.impl.knowledgebase.runtime that return types with arguments of type KnowledgeBaseSourceItemMethods in com.flowable.agent.engine.impl.knowledgebase.runtime with parameters of type KnowledgeBaseSourceItemModifier and TypeMethodDescriptionvoidKnowledgeBase.process(KnowledgeBaseSourceItem knowledgeBaseSourceItem) voidKnowledgeBaseImpl.process(KnowledgeBaseSourceItem knowledgeBaseSourceItem) -
Uses of KnowledgeBaseSourceItem in com.flowable.agent.engine.impl.knowledgebase.runtime.contentitem
Methods in com.flowable.agent.engine.impl.knowledgebase.runtime.contentitem that return types with arguments of type KnowledgeBaseSourceItem