Interface AccessCertificationEvent
- All Superinterfaces:
- DebugDumpable,- Event,- Serializable,- ShortDumpable
- All Known Subinterfaces:
- CertCampaignEvent,- CertCampaignStageEvent,- CertReviewEvent
An event related to access certification.
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescription@NotNull AccessCertificationCampaignTypeRelated certification campaign.default StringName of the related certification campaign.Definition of the current stage.Type of the operation: usually - ADD (opening campaign/stage) - DELETE (closing campaign/stage).Status of the operation.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.notifications.api.events.EventgetChannel, getFocusPassword, getId, getRequestee, getRequesteeDisplayName, getRequesteeObject, getRequesteeOid, getRequester, getRequesterOid, getStatusAsText, isAccountRelated, isAdd, isAlsoSuccess, isCategoryType, isCertCampaignStageRelated, isDelete, isFailure, isInProgress, isModify, isOnlyFailure, isOperationType, isPolicyRuleRelated, isRelatedToItem, isStatusType, isSuccess, isUserRelated, isWorkflowProcessRelated, isWorkflowRelated, isWorkItemRelated, requesteeIs, requesteeIsUserMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDump, shortDumpLazily
- 
Method Details- 
getOperationTypeEventOperationType 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".
- 
getStatusOperationResultStatus getStatus()Status of the operation. (Currently always SUCCESS.)
- 
getCampaignRelated certification campaign.
- 
getCampaignNameName of the related certification campaign.
- 
getCurrentStageDefinitionAccessCertificationStageDefinitionType getCurrentStageDefinition()Definition of the current stage.
 
-