Uses of Interface
com.flowable.agent.engine.impl.persistence.entity.KnowledgeBaseItemSectionEntity
Packages that use KnowledgeBaseItemSectionEntity
Package
Description
-
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator
Fields in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator declared as KnowledgeBaseItemSectionEntityModifier and TypeFieldDescriptionprotected final KnowledgeBaseItemSectionEntityDefaultKnowledgeBaseItemCreator.KnowledgeBaseItemSection.sectionConstructors in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.itemcreator with parameters of type KnowledgeBaseItemSectionEntityModifierConstructorDescriptionprotectedKnowledgeBaseItemSection(KnowledgeBaseItemSectionEntity section, TextBasedContent content) -
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity
Classes in com.flowable.agent.engine.impl.persistence.entity that implement KnowledgeBaseItemSectionEntity -
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl
Fields in com.flowable.agent.engine.impl.persistence.entity.data.impl with type parameters of type KnowledgeBaseItemSectionEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<KnowledgeBaseItemSectionEntity> MybatisKnowledgeBaseItemSectionDataManager.knowledgeBaseItemSectionByDefinitionIdMatcherprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<KnowledgeBaseItemSectionEntity> MybatisKnowledgeBaseItemSectionDataManager.knowledgeBaseItemSectionByItemIdMatcherMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return KnowledgeBaseItemSectionEntityMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type KnowledgeBaseItemSectionEntityModifier and TypeMethodDescriptionClass<? extends KnowledgeBaseItemSectionEntity> MybatisKnowledgeBaseItemSectionDataManager.getManagedEntityClass() -
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl.cachematcher
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type KnowledgeBaseItemSectionEntityModifier and TypeMethodDescriptionbooleanKnowledgeBaseItemSectionByDefinitionIdMatcher.isRetained(KnowledgeBaseItemSectionEntity entity, Object param) booleanKnowledgeBaseItemSectionByItemIdMatcher.isRetained(KnowledgeBaseItemSectionEntity entity, Object param)