Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationResponseType
-
Packages that use AccessCertificationResponseType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AccessCertificationResponseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AccessCertificationResponseType Modifier and Type Method Description void
AccessCertificationService. recordDecision(String campaignOid, long caseId, long workItemId, AccessCertificationResponseType response, String comment, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Records a particular decision of a reviewer. -
Uses of AccessCertificationResponseType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type AccessCertificationResponseType Modifier and Type Method Description static List<AccessCertificationResponseType>
CertCampaignTypeUtil. getOutcomesToStopOn(List<AccessCertificationResponseType> stopReviewOn, List<AccessCertificationResponseType> advanceToNextStageOn)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type AccessCertificationResponseType Modifier and Type Method Description static List<AccessCertificationResponseType>
CertCampaignTypeUtil. getOutcomesToStopOn(List<AccessCertificationResponseType> stopReviewOn, List<AccessCertificationResponseType> advanceToNextStageOn)
-
Uses of AccessCertificationResponseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type AccessCertificationResponseType Modifier and Type Field Description protected List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType. advanceToNextStageOn
protected List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType. stopReviewOn
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AccessCertificationResponseType Modifier and Type Method Description static AccessCertificationResponseType
AccessCertificationResponseType. fromValue(String v)
AccessCertificationResponseType
AccessCertificationCaseStageOutcomeType. getOutcome()
AccessCertificationResponseType
AccessCertificationStageDefinitionType. getOutcomeIfNoReviewers()
static AccessCertificationResponseType
AccessCertificationResponseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessCertificationResponseType[]
AccessCertificationResponseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type AccessCertificationResponseType Modifier and Type Method Description List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType. getAdvanceToNextStageOn()
List<AccessCertificationResponseType>
AccessCertificationStageDefinitionType. getAdvanceToNextStageOn()
List<AccessCertificationResponseType>
AccessCertificationConfigurationType. getAvailableResponse()
List<AccessCertificationResponseType>
AccessCertificationRemediationDefinitionType. getRevokeOn()
List<AccessCertificationResponseType>
AccessCertificationCaseReviewStrategyType. getStopReviewOn()
List<AccessCertificationResponseType>
AccessCertificationStageDefinitionType. getStopReviewOn()
-