Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignStateType
-
Packages that use AccessCertificationCampaignStateType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AccessCertificationCampaignStateType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type AccessCertificationCampaignStateType Modifier and Type Method Description protected static IntegerCertCampaignTypeUtil. accountForClosingStates(Integer stage, AccessCertificationCampaignStateType state)static intCertCampaignTypeUtil. getActiveCases(List<AccessCertificationCaseType> caseList, int campaignStageNumber, AccessCertificationCampaignStateType state)static floatCertCampaignTypeUtil. getCasesDecidedPercentage(List<AccessCertificationCaseType> caseList, Integer stage, Integer iteration, AccessCertificationCampaignStateType state) -
Uses of AccessCertificationCampaignStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AccessCertificationCampaignStateType Modifier and Type Method Description static AccessCertificationCampaignStateTypeAccessCertificationCampaignStateType. fromValue(String v)AccessCertificationCampaignStateTypeAccessCertificationCampaignType. getState()static AccessCertificationCampaignStateTypeAccessCertificationCampaignStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessCertificationCampaignStateType[]AccessCertificationCampaignStateType. 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 with parameters of type AccessCertificationCampaignStateType Modifier and Type Method Description voidAccessCertificationCampaignType. setState(AccessCertificationCampaignStateType value)AccessCertificationCampaignTypeAccessCertificationCampaignType. state(AccessCertificationCampaignStateType value)
-