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 KnowledgeBaseItemSectionEntitySubclasses with type arguments of type KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entitySubinterfaces with type arguments of type KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity -
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data
Subinterfaces with type arguments of type KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data -
Uses of KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data.implFields 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
Subclasses with type arguments of type KnowledgeBaseItemSectionEntity in com.flowable.agent.engine.impl.persistence.entity.data.impl.cachematcherModifier and TypeClassDescriptionclassclassMethods 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)