Interface KnowledgeBaseItemEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, KnowledgeBaseItem
All Known Implementing Classes:
KnowledgeBaseItemEntityImpl

public interface KnowledgeBaseItemEntity extends KnowledgeBaseItem, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
  • Method Details

    • setKnowledgeBaseDefinitionId

      void setKnowledgeBaseDefinitionId(String knowledgeBaseDefinitionId)
    • setContainer

      void setContainer(boolean container)
    • setScopeId

      void setScopeId(String scopeId)
    • setScopeType

      void setScopeType(String scopeType)
    • setParentId

      void setParentId(String parentId)
    • setRootId

      void setRootId(String rootId)
    • setChecksum

      void setChecksum(String checksum)
    • setTenantId

      void setTenantId(String tenantId)