Interface CertReviewEvent
- All Superinterfaces:
- AccessCertificationEvent,- DebugDumpable,- Event,- Serializable,- ShortDumpable
Event for certification reviewers (reminding him/her of the need to do the work).
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionActual reviewer - the person which the work item is assigned to.getCases()@NotNull Collection<AccessCertificationCaseType>List of cases that await response from the actual reviewer.Methods inherited from interface com.evolveum.midpoint.notifications.api.events.AccessCertificationEventgetCampaign, getCampaignName, getCurrentStageDefinition, getOperationType, getStatusMethods 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- 
getActualReviewerSimpleObjectRef getActualReviewer()Actual reviewer - the person which the work item is assigned to. This is never his/her deputy.
- 
getCasesAwaitingResponseFromActualReviewer@NotNull @NotNull Collection<AccessCertificationCaseType> getCasesAwaitingResponseFromActualReviewer()List of cases that await response from the actual reviewer.
- 
getCasesList<AccessCertificationCaseType> getCases()
 
-