Interface UserDefinitionEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
,UserDefinition
- All Known Implementing Classes:
UserDefinitionEntityImpl
public interface UserDefinitionEntity
extends UserDefinition, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionList
<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> void
setCreationTime
(Date creationTime) void
setCreatorId
(String creatorId) void
setDefinitionContent
(String definitionContent) void
setIdentityLinks
(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks) 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.UserDefinition
getCandidateGroupIds, getCandidateUserIds, getCreationTime, getCreatorId, getId, getKey, getName, getTenantId, getUpdaterId, getUpdateTime
-
Method Details
-
setKey
-
setName
-
setTenantId
-
setCreationTime
-
setCreatorId
-
setUpdateTime
-
setUpdaterId
-
getDefinitionContent
String getDefinitionContent() -
setDefinitionContent
-
getIdentityLinks
List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> getIdentityLinks() -
setIdentityLinks
void setIdentityLinks(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks)
-