Interface DesignAuthenticationEntity
-
- All Superinterfaces:
DesignAuthentication
,Entity
- All Known Implementing Classes:
DesignAuthenticationEntityImpl
public interface DesignAuthenticationEntity extends Entity, DesignAuthentication
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCreateTime(Date createTime)
void
setTenantId(String tenantId)
void
setToken(String token)
void
setUserId(String userId)
-
Methods inherited from interface com.flowable.idm.engine.impl.persistence.entity.DesignAuthentication
getCreateTime, getId, getTenantId, getToken, getUserId
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-