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 TypeMethodDescriptionvoidsetCreationTime(Date creationTime) voidsetCreatorId(String creatorId) voidsetDefinitionContent(String definitionContent) voidvoidvoidsetTenantId(String tenantId) voidsetUpdaterId(String updaterId) voidsetUpdateTime(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, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods 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
-