Interface CertReviewEvent
- All Superinterfaces:
AccessCertificationEvent
,DebugDumpable
,Event
,Serializable
,ShortDumpable
Event for certification reviewers (reminding him/her of the need to do the work).
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier 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.AccessCertificationEvent
getCampaign, getCampaignName, getCurrentStageDefinition, getOperationType, getStatus
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
-
getActualReviewer
SimpleObjectRef 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. -
getCases
List<AccessCertificationCaseType> getCases()
-