Interface DeviceEntity
- All Superinterfaces:
Device,org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
DeviceEntityImpl
public interface DeviceEntity
extends Device, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationId(String applicationId) voidsetCreationTime(Date creationTime) voidsetCreatorId(String creatorId) voidsetDeviceOS(String deviceOS) voidsetEnabled(boolean enabled) voidsetTenantId(String tenantId) voidvoidsetTokenEncoding(String tokenEncoding) voidsetUpdaterId(String updaterId) voidsetUpdateTime(Date updateTime) voidMethods inherited from interface com.flowable.engage.api.notification.push.Device
getApplicationId, getCreationTime, getCreatorId, getDeviceOS, getId, getTenantId, getToken, getTokenEncoding, getUpdaterId, getUpdateTime, getUserId, isEnabledMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setToken
-
setTokenEncoding
-
setEnabled
void setEnabled(boolean enabled) -
setDeviceOS
-
setUserId
-
setApplicationId
-
setCreatorId
-
setCreationTime
-
setUpdaterId
-
setUpdateTime
-
setTenantId
-