Interface CrowdDeletedEntity
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
CrowdDeletedEntityImpl
Information about an entity (user or group) deleted in Embedded Crowd. Used to perform delayed cleanup of Bamboo
stored data.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Type of Embedded Crowd entity. -
Method Summary
Modifier and TypeMethodDescription@NotNull Date
Date at which the deletion of the entity was registered.@NotNull String
Name of the entity.@NotNull CrowdDeletedEntity.EntityType
Type of the entity.void
setDeletionDate
(@NotNull Date deletionDate) void
setEntityName
(@NotNull String entityName) void
setEntityType
(@NotNull CrowdDeletedEntity.EntityType entityType) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getEntityType
Type of the entity. -
setEntityType
-
getEntityName
Name of the entity.- See Also:
-
Entity.getName()
Entity.getName()
-
setEntityName
-
getDeletionDate
Date at which the deletion of the entity was registered. -
setDeletionDate
-