Interface UserAccountEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
,UserAccount
- All Known Implementing Classes:
UserAccountEntityImpl
public interface UserAccountEntity
extends UserAccount, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBusinessAccountId
(String businessAccountId) void
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
setExternalUserId
(String externalUserId) void
void
void
setSubState
(String subState) void
setSubType
(String subType) void
setTenantId
(String tenantId) void
void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) void
setUserAccountDefinitionId
(String userAccountDefinitionId) 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 org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods inherited from interface com.flowable.core.idm.api.UserAccount
getBusinessAccountId, getCreationTime, getCreatorId, getExternalUserId, getId, getName, getState, getSubState, getSubType, getTenantId, getType, getUpdaterId, getUpdateTime, getUserAccountDefinitionId, getUserId, isActive
-
Method Details
-
setUserId
-
setTenantId
-
setName
-
setType
-
setSubType
-
setState
-
setSubState
-
setBusinessAccountId
-
setExternalUserId
-
setUserAccountDefinitionId
-
setCreatorId
-
setCreationTime
-
setUpdaterId
-
setUpdateTime
-