Uses of Class
com.evolveum.midpoint.web.page.admin.certification.CertDecisionHelper.WhichObject
-
Packages that use CertDecisionHelper.WhichObject Package Description com.evolveum.midpoint.web.page.admin.certification com.evolveum.midpoint.web.page.admin.certification.dto -
-
Uses of CertDecisionHelper.WhichObject in com.evolveum.midpoint.web.page.admin.certification
Methods in com.evolveum.midpoint.web.page.admin.certification that return CertDecisionHelper.WhichObject Modifier and Type Method Description static CertDecisionHelper.WhichObject
CertDecisionHelper.WhichObject. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertDecisionHelper.WhichObject[]
CertDecisionHelper.WhichObject. 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 with parameters of type CertDecisionHelper.WhichObject Modifier and Type Method Description <T extends CertCaseOrWorkItemDto>
org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>CertDecisionHelper. createTypeColumn(CertDecisionHelper.WhichObject which, PageBase page)
-
Uses of CertDecisionHelper.WhichObject in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type CertDecisionHelper.WhichObject Modifier and Type Method Description QName
CertCaseOrWorkItemDto. getObjectType(CertDecisionHelper.WhichObject which)
-