Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType
-
-
Uses of AccessCertificationCaseType in com.evolveum.midpoint.certification.api
Methods in com.evolveum.midpoint.certification.api with parameters of type AccessCertificationCaseType Modifier and Type Method Description static boolean
OutcomeUtils. isRevoke(AccessCertificationCaseType aCase, AccessCertificationCampaignType campaign)
Method parameters in com.evolveum.midpoint.certification.api with type arguments of type AccessCertificationCaseType Modifier and Type Method Description void
AccessCertificationEventListener. onReviewDeadlineApproaching(ObjectReferenceType reviewerOrDeputyRef, ObjectReferenceType actualReviewerRef, List<AccessCertificationCaseType> cases, AccessCertificationCampaignType campaign, Task task, OperationResult result)
This method is called by certification module when a certification case review deadline is approaching.void
AccessCertificationEventListener. onReviewRequested(ObjectReferenceType reviewerOrDeputyRef, ObjectReferenceType actualReviewerRef, List<AccessCertificationCaseType> cases, AccessCertificationCampaignType campaign, Task task, OperationResult result)
This method is called when a review is requested -
Uses of AccessCertificationCaseType in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return types with arguments of type AccessCertificationCaseType Modifier and Type Method Description List<AccessCertificationCaseType>
CertReviewEvent. getCases()
@NotNull Collection<AccessCertificationCaseType>
CertReviewEvent. getCasesAwaitingResponseFromActualReviewer()
List of cases that await response from the actual reviewer. -
Uses of AccessCertificationCaseType in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Methods in com.evolveum.midpoint.repo.sqale.qmodel.accesscert that return AccessCertificationCaseType Modifier and Type Method Description AccessCertificationCaseType
QAccessCertificationCaseMapping. toSchemaObject(@NotNull com.querydsl.core.Tuple row, @NotNull QAccessCertificationCase entityPath, @NotNull JdbcSession jdbcSession, Collection<SelectorOptions<GetOperationOptions>> options)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.accesscert that return types with arguments of type AccessCertificationCaseType Modifier and Type Method Description ResultListRowTransformer<AccessCertificationCaseType,QAccessCertificationCase,MAccessCertificationCase>
QAccessCertificationCaseMapping. createRowTransformer(SqlQueryContext<AccessCertificationCaseType,QAccessCertificationCase,MAccessCertificationCase> sqlQueryContext, JdbcSession jdbcSession)
Methods in com.evolveum.midpoint.repo.sqale.qmodel.accesscert with parameters of type AccessCertificationCaseType Modifier and Type Method Description MAccessCertificationCase
QAccessCertificationCaseMapping. insert(AccessCertificationCaseType acase, MAccessCertificationCampaign ownerRow, JdbcSession jdbcSession)
void
QAccessCertificationCaseMapping. storeWorkItems(@NotNull MAccessCertificationCase caseRow, @NotNull AccessCertificationCaseType schemaObject, @NotNull JdbcSession jdbcSession)
Method parameters in com.evolveum.midpoint.repo.sqale.qmodel.accesscert with type arguments of type AccessCertificationCaseType Modifier and Type Method Description void
QAccessCertificationCaseMapping. afterModify(SqaleUpdateContext<AccessCertificationCaseType,QAccessCertificationCase,MAccessCertificationCase> updateContext)
ResultListRowTransformer<AccessCertificationCaseType,QAccessCertificationCase,MAccessCertificationCase>
QAccessCertificationCaseMapping. createRowTransformer(SqlQueryContext<AccessCertificationCaseType,QAccessCertificationCase,MAccessCertificationCase> sqlQueryContext, JdbcSession jdbcSession)
-
Uses of AccessCertificationCaseType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return AccessCertificationCaseType Modifier and Type Method Description static AccessCertificationCaseType
CertCampaignTypeUtil. findCase(AccessCertificationCampaignType campaign, long caseId)
static AccessCertificationCaseType
CertCampaignTypeUtil. getCase(AccessCertificationWorkItemType workItem)
static @NotNull AccessCertificationCaseType
CertCampaignTypeUtil. getCaseChecked(AccessCertificationWorkItemType workItem)
-
Uses of AccessCertificationCaseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of AccessCertificationCaseType in com.evolveum.midpoint.xml.ns._public.common.common_3 Modifier and Type Class Description class
AccessCertificationAssignmentCaseType
Java class for AccessCertificationAssignmentCaseType complex type.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AccessCertificationCaseType Modifier and Type Method Description javax.xml.bind.JAXBElement<AccessCertificationCaseType>
ObjectFactory. createAccessCertificationCase(AccessCertificationCaseType value)
List<AccessCertificationCaseType>
AccessCertificationCampaignType. createCaseList()
List<AccessCertificationCaseType>
AccessCertificationCampaignType. getCase()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AccessCertificationCaseType Modifier and Type Method Description AccessCertificationCampaignType
AccessCertificationCampaignType. _case(AccessCertificationCaseType value)
javax.xml.bind.JAXBElement<AccessCertificationCaseType>
ObjectFactory. createAccessCertificationCase(AccessCertificationCaseType value)
-