Interface UserAccountDefinitionEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
,UserAccountDefinition
- All Known Implementing Classes:
UserAccountDefinitionEntityImpl
public interface UserAccountDefinitionEntity
extends UserAccountDefinition, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
setDefinitionContent
(String definitionContent) void
void
void
setTenantId
(String tenantId) void
setUpdaterId
(String updaterId) void
setUpdateTime
(Date updateTime) 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.UserAccountDefinition
getCreationTime, getCreatorId, getId, getKey, getName, getTenantId, getUpdaterId, getUpdateTime
-
Method Details
-
setKey
-
setName
-
setTenantId
-
setCreationTime
-
setCreatorId
-
setUpdateTime
-
setUpdaterId
-
getDefinitionContent
String getDefinitionContent() -
setDefinitionContent
-