Interface DashboardEntity
- All Superinterfaces:
Dashboard
,org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
DashboardEntityImpl
public interface DashboardEntity
extends Dashboard, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfiguration
(String configuration) void
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
void
void
setTenantId
(String tenantId) void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) Methods inherited from interface com.flowable.platform.api.dashboard.Dashboard
getConfiguration, getCreationTime, getCreatorId, getId, getName, getTenantId, getUpdaterId, getUpdateTime
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setId
- Specified by:
setId
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
setCreatorId
-
setCreationTime
-
setUpdaterId
-
setUpdateTime
-
setConfiguration
-
setTenantId
-