Interface CertReviewEvent
-
- All Superinterfaces:
AccessCertificationEvent
,DebugDumpable
,Event
,Serializable
,ShortDumpable
public interface CertReviewEvent extends AccessCertificationEvent
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleObjectRef
getActualReviewer()
Actual reviewer - the person which the work item is assigned to.List<AccessCertificationCaseType>
getCases()
@NotNull Collection<AccessCertificationCaseType>
getCasesAwaitingResponseFromActualReviewer()
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
getAdHocHandler, 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 Detail
-
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()
-
-