Uses of Class
org.openiam.idm.srvc.meta.dto.PageElementValidValue
-
Packages that use PageElementValidValue Package Description org.openiam.esb.core.meta.service org.openiam.idm.srvc.meta.comparator org.openiam.idm.srvc.meta.dto -
-
Uses of PageElementValidValue in org.openiam.esb.core.meta.service
Methods in org.openiam.esb.core.meta.service that return types with arguments of type PageElementValidValue Modifier and Type Method Description List<PageElementValidValue>
FieldDataModel. getDataModel(String requesterId, Map<String,Object> bindingMap)
-
Uses of PageElementValidValue in org.openiam.idm.srvc.meta.comparator
Fields in org.openiam.idm.srvc.meta.comparator with type parameters of type PageElementValidValue Modifier and Type Field Description static Comparator<PageElementValidValue>
PageElementValidValueComparator. INSTANCE
Methods in org.openiam.idm.srvc.meta.comparator with parameters of type PageElementValidValue Modifier and Type Method Description int
PageElementValidValueComparator. compare(PageElementValidValue o1, PageElementValidValue o2)
-
Uses of PageElementValidValue in org.openiam.idm.srvc.meta.dto
Methods in org.openiam.idm.srvc.meta.dto with parameters of type PageElementValidValue Modifier and Type Method Description void
PageElement. addValidValue(PageElementValidValue validValue)
Method parameters in org.openiam.idm.srvc.meta.dto with type arguments of type PageElementValidValue Modifier and Type Method Description void
PageElement. setValidValues(List<PageElementValidValue> validValues)
-