Interface KnowledgeBaseItemSectionEntity

All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity, KnowledgeBaseItemSection
All Known Implementing Classes:
KnowledgeBaseItemSectionEntityImpl

public interface KnowledgeBaseItemSectionEntity extends KnowledgeBaseItemSection, org.flowable.common.engine.impl.persistence.entity.Entity
  • Method Details

    • setId

      void setId(String id)
      Specified by:
      setId in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • setKnowledgeBaseItemId

      void setKnowledgeBaseItemId(String knowledgeBaseItemId)
    • setKnowledgeBaseDefinitionId

      void setKnowledgeBaseDefinitionId(String knowledgeBaseDefinitionId)
    • setExternalId

      void setExternalId(String externalId)