Uses of Class
org.openiam.idm.srvc.meta.dto.PageElement
-
Packages that use PageElement Package Description org.openiam.idm.srvc.meta.comparator org.openiam.idm.srvc.meta.dto -
-
Uses of PageElement in org.openiam.idm.srvc.meta.comparator
Fields in org.openiam.idm.srvc.meta.comparator with type parameters of type PageElement Modifier and Type Field Description static Comparator<PageElement>PageElementComparator. INSTANCEMethods in org.openiam.idm.srvc.meta.comparator with parameters of type PageElement Modifier and Type Method Description intPageElementComparator. compare(PageElement o1, PageElement o2) -
Uses of PageElement in org.openiam.idm.srvc.meta.dto
Methods in org.openiam.idm.srvc.meta.dto that return types with arguments of type PageElement Modifier and Type Method Description TreeSet<PageElement>PageTempate. getPageElements()Methods in org.openiam.idm.srvc.meta.dto with parameters of type PageElement Modifier and Type Method Description voidPageTempate. addElement(PageElement element)Method parameters in org.openiam.idm.srvc.meta.dto with type arguments of type PageElement Modifier and Type Method Description voidPageTempate. setPageElements(Collection<PageElement> pageElements)
-