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 Summary
Modifier and TypeMethodDescriptionvoidsetExternalId(String externalId) voidvoidsetKnowledgeBaseDefinitionId(String knowledgeBaseDefinitionId) voidsetKnowledgeBaseItemId(String knowledgeBaseItemId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface com.flowable.agent.api.runtime.KnowledgeBaseItemSection
getExternalId, getId, getKnowledgeBaseDefinitionId, getKnowledgeBaseItemId
-
Method Details
-
setId
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setKnowledgeBaseItemId
-
setKnowledgeBaseDefinitionId
-
setExternalId
-