Interface DataDictionaryDefinitionEntity
- All Superinterfaces:
DataDictionaryDefinition
,Entity
,HasRevision
- All Known Implementing Classes:
DataDictionaryDefinitionEntityImpl
public interface DataDictionaryDefinitionEntity
extends DataDictionaryDefinition, Entity, HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDeploymentId
(String deploymentId) void
void
void
setResourceName
(String resourceName) void
setTenantId
(String tenantId) void
setVersion
(int version) Methods inherited from interface com.flowable.platform.api.repository.datadictionary.DataDictionaryDefinition
getDeploymentId, getId, getKey, getName, getResourceName, getTenantId, getVersion
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setKey
-
setVersion
void setVersion(int version) -
setDeploymentId
-
setTenantId
-
setName
-
setResourceName
-