Interface DashboardComponentDefinitionEntity
- All Superinterfaces:
DashboardComponentDefinition
,Entity
,HasRevision
- All Known Implementing Classes:
DashboardComponentDefinitionEntityImpl
public interface DashboardComponentDefinitionEntity
extends DashboardComponentDefinition, Entity, HasRevision
-
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.DashboardComponentDefinition
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
-
setName
-
setKey
-
setVersion
void setVersion(int version) -
setDeploymentId
-
setResourceName
-
setTenantId
-