Interface CrowdDeletedEntity

All Superinterfaces:
BambooIdProvider, BambooObject
All Known Implementing Classes:
CrowdDeletedEntityImpl

public interface CrowdDeletedEntity extends BambooObject
Information about an entity (user or group) deleted in Embedded Crowd. Used to perform delayed cleanup of Bamboo stored data.
  • Method Details

    • getEntityType

      @NotNull @NotNull CrowdDeletedEntity.EntityType getEntityType()
      Type of the entity.
    • setEntityType

      void setEntityType(@NotNull @NotNull CrowdDeletedEntity.EntityType entityType)
    • getEntityName

      @NotNull @NotNull String getEntityName()
      Name of the entity.
      See Also:
      • Entity.getName()
      • Entity.getName()
    • setEntityName

      void setEntityName(@NotNull @NotNull String entityName)
    • getDeletionDate

      @NotNull @NotNull Date getDeletionDate()
      Date at which the deletion of the entity was registered.
    • setDeletionDate

      void setDeletionDate(@NotNull @NotNull Date deletionDate)