Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCampaignStateType
-
-
Uses of AccessCertificationCampaignStateType in com.evolveum.midpoint.repo.sqale.qmodel.accesscert
Fields in com.evolveum.midpoint.repo.sqale.qmodel.accesscert declared as AccessCertificationCampaignStateType Modifier and Type Field Description AccessCertificationCampaignStateType
MAccessCertificationCampaign. state
Fields in com.evolveum.midpoint.repo.sqale.qmodel.accesscert with type parameters of type AccessCertificationCampaignStateType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<AccessCertificationCampaignStateType>
QAccessCertificationCampaign. state
-
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 Integer
CertCampaignTypeUtil. accountForClosingStates(Integer stage, AccessCertificationCampaignStateType state)
static int
CertCampaignTypeUtil. getActiveCases(List<AccessCertificationCaseType> caseList, int campaignStageNumber, AccessCertificationCampaignStateType state)
static float
CertCampaignTypeUtil. 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 AccessCertificationCampaignStateType
AccessCertificationCampaignStateType. fromValue(String v)
AccessCertificationCampaignStateType
AccessCertificationCampaignType. getState()
static AccessCertificationCampaignStateType
AccessCertificationCampaignStateType. 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 void
AccessCertificationCampaignType. setState(AccessCertificationCampaignStateType value)
AccessCertificationCampaignType
AccessCertificationCampaignType. state(AccessCertificationCampaignStateType value)
-