Interface AccessCertificationEvent
- All Superinterfaces:
DebugDumpable
,Event
,Serializable
,ShortDumpable
- All Known Subinterfaces:
CertCampaignEvent
,CertCampaignStageEvent
,CertReviewEvent
An event related to access certification.
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescription@NotNull AccessCertificationCampaignType
Related certification campaign.default String
Name 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.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.notifications.api.events.Event
getChannel, 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, requesteeIsUser
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDump, shortDumpLazily
-
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
OperationResultStatus getStatus()Status of the operation. (Currently always SUCCESS.) -
getCampaign
Related certification campaign. -
getCampaignName
Name of the related certification campaign. -
getCurrentStageDefinition
AccessCertificationStageDefinitionType getCurrentStageDefinition()Definition of the current stage.
-