Uses of Class
com.evolveum.midpoint.web.page.admin.certification.dto.CertCampaignStateFilter
-
Packages that use CertCampaignStateFilter Package Description com.evolveum.midpoint.web.page.admin.certification.dto -
-
Uses of CertCampaignStateFilter in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return CertCampaignStateFilter Modifier and Type Method Description @NotNull CertCampaignStateFilter
CertCampaignsSearchDto. getStateFilter()
static CertCampaignStateFilter
CertCampaignStateFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertCampaignStateFilter[]
CertCampaignStateFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type CertCampaignStateFilter Modifier and Type Method Description void
CertCampaignsSearchDto. setStateFilter(@NotNull CertCampaignStateFilter stateFilter)
-