Interface AccessCertificationEvent

All Superinterfaces:
DebugDumpable, Event, Serializable, ShortDumpable
All Known Subinterfaces:
CertCampaignEvent, CertCampaignStageEvent, CertReviewEvent

public interface AccessCertificationEvent extends Event
An event related to access certification.
  • Method Details

    • getOperationType

      EventOperationType getOperationType()
      Type of the operation: usually - ADD (opening campaign/stage) - DELETE (closing campaign/stage). In special cases there can be MODIFY e.g. meaning "stage deadline approaching".
    • getStatus

      Status of the operation. (Currently always SUCCESS.)
    • getCampaign

      @NotNull @NotNull AccessCertificationCampaignType getCampaign()
      Related certification campaign.
    • getCampaignName

      default String getCampaignName()
      Name of the related certification campaign.
    • getCurrentStageDefinition

      AccessCertificationStageDefinitionType getCurrentStageDefinition()
      Definition of the current stage.