Uses of Interface
com.flowable.agent.engine.impl.persistence.entity.KnowledgeBaseItemEntity
Packages that use KnowledgeBaseItemEntity
Package
Description
-
Uses of KnowledgeBaseItemEntity in com.flowable.agent.engine.impl.knowledgebase.contentitem
Methods in com.flowable.agent.engine.impl.knowledgebase.contentitem with parameters of type KnowledgeBaseItemEntityModifier and TypeMethodDescriptionprotected voidKnowledgeBaseContentItemSavedListener.createJob(KnowledgeBaseItemEntity sourceItem, String tenantId, String contentItemId) -
Uses of KnowledgeBaseItemEntity in com.flowable.agent.engine.impl.persistence.entity
Classes in com.flowable.agent.engine.impl.persistence.entity that implement KnowledgeBaseItemEntityMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type KnowledgeBaseItemEntityModifier and TypeMethodDescriptionKnowledgeBaseItemEntityManager.findByDefinitionId(String definitionId) KnowledgeBaseItemEntityManagerImpl.findByDefinitionId(String definitionId) KnowledgeBaseItemEntityManager.findByDefinitionIdAndScopeIdAndType(String definitionId, String scopeId, String scopeType) KnowledgeBaseItemEntityManagerImpl.findByDefinitionIdAndScopeIdAndType(String definitionId, String scopeId, String scopeType) KnowledgeBaseItemEntityManager.findByParentId(String parentId) KnowledgeBaseItemEntityManagerImpl.findByParentId(String parentId) KnowledgeBaseItemEntityManager.findByRootId(String rootId) KnowledgeBaseItemEntityManagerImpl.findByRootId(String rootId) KnowledgeBaseItemEntityManager.findByScopeIdAndType(String scopeId, String scopeType) KnowledgeBaseItemEntityManagerImpl.findByScopeIdAndType(String scopeId, String scopeType) Methods in com.flowable.agent.engine.impl.persistence.entity with parameters of type KnowledgeBaseItemEntityModifier and TypeMethodDescriptionvoidKnowledgeBaseItemEntityManagerImpl.delete(KnowledgeBaseItemEntity entity, boolean fireDeleteEvent) -
Uses of KnowledgeBaseItemEntity in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type KnowledgeBaseItemEntityModifier and TypeMethodDescriptionKnowledgeBaseItemDataManager.findByDefinitionId(String definitionId) KnowledgeBaseItemDataManager.findByDefinitionIdAndScopeIdAndScopeType(String definitionId, String scopeId, String scopeType) KnowledgeBaseItemDataManager.findByParentId(String parentId) KnowledgeBaseItemDataManager.findByRootId(String rootId) KnowledgeBaseItemDataManager.findByScopeIdAndScopeType(String scopeId, String scopeType) -
Uses of KnowledgeBaseItemEntity 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 KnowledgeBaseItemEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<KnowledgeBaseItemEntity> MybatisKnowledgeBaseItemDataManager.knowledgeBaseItemByDefinitionIdMatcherMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return KnowledgeBaseItemEntityMethods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type KnowledgeBaseItemEntityModifier and TypeMethodDescriptionMybatisKnowledgeBaseItemDataManager.findByDefinitionId(String definitionId) MybatisKnowledgeBaseItemDataManager.findByDefinitionIdAndScopeIdAndScopeType(String definitionId, String scopeId, String scopeType) MybatisKnowledgeBaseItemDataManager.findByParentId(String parentId) MybatisKnowledgeBaseItemDataManager.findByRootId(String rootId) MybatisKnowledgeBaseItemDataManager.findByScopeIdAndScopeType(String scopeId, String scopeType) Class<? extends KnowledgeBaseItemEntity> MybatisKnowledgeBaseItemDataManager.getManagedEntityClass() -
Uses of KnowledgeBaseItemEntity 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 KnowledgeBaseItemEntityModifier and TypeMethodDescriptionbooleanKnowledgeBaseItemByDefinitionIdMatcher.isRetained(KnowledgeBaseItemEntity entity, Object param)