Interface TranslationEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,Translation
- All Known Implementing Classes:
TranslationEntityImpl
public interface TranslationEntity
extends Translation, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
void
void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) void
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 com.flowable.platform.api.translation.Translation
getCreationTime, getCreatorId, getId, getKey, getLocale, getScopeId, getScopeType, getUpdaterId, getUpdateTime, getValue
-
Method Details
-
setCreatorId
-
setCreationTime
-
setUpdaterId
-
setUpdateTime
-
setScopeId
-
setScopeType
-
setKey
-
setLocale
-
setValue
-