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 AccessCertificationCampaignStateTypeMAccessCertificationCampaign. stateFields 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 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.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return AccessCertificationCampaignStateType Modifier and Type Method Description AccessCertificationCampaignStateTypeCertCampaignDto. getState()AccessCertificationCampaignStateTypeCertCampaignListItemDto. getState() -
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)
-