Uses of Interface
com.flowable.agent.engine.impl.content.ContentToMarkdownConverter
Packages that use ContentToMarkdownConverter
Package
Description
-
Uses of ContentToMarkdownConverter in com.flowable.agent.engine
Fields in com.flowable.agent.engine with type parameters of type ContentToMarkdownConverterModifier and TypeFieldDescriptionprotected List<ContentToMarkdownConverter> AgentEngineConfiguration.contentToMarkdownConvertersMethods in com.flowable.agent.engine that return types with arguments of type ContentToMarkdownConverterMethod parameters in com.flowable.agent.engine with type arguments of type ContentToMarkdownConverterModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setContentToMarkdownConverters(List<ContentToMarkdownConverter> contentToMarkdownConverters) -
Uses of ContentToMarkdownConverter in com.flowable.agent.engine.impl.content
Classes in com.flowable.agent.engine.impl.content that implement ContentToMarkdownConverterModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of ContentToMarkdownConverter in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.extractor
Fields in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.extractor with type parameters of type ContentToMarkdownConverterModifier and TypeFieldDescriptionprotected List<ContentToMarkdownConverter> MarkdownKnowledgeBaseTextBasedFormatExtractor.contentToMarkdownConvertersConstructor parameters in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.extractor with type arguments of type ContentToMarkdownConverterModifierConstructorDescriptionMarkdownKnowledgeBaseTextBasedFormatExtractor(List<ContentToMarkdownConverter> contentToMarkdownConverters, Map<String, String> headerStyleMapping) -
Uses of ContentToMarkdownConverter in com.flowable.agent.engine.impl.runtime.invocation
Methods in com.flowable.agent.engine.impl.runtime.invocation that return ContentToMarkdownConverterModifier and TypeMethodDescriptionprotected ContentToMarkdownConverterAgentInvocationContextBuilderImpl.determineContentToMarkdownConverter(AgentDefinitionModel agentDefinitionModel, org.flowable.content.api.ContentItem contentItem)