Uses of Class
org.openiam.am.srvc.searchbean.URIPatternSearchBean
-
Packages that use URIPatternSearchBean Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.repository.impl org.openiam.srvc.am -
-
Uses of URIPatternSearchBean in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type URIPatternSearchBean Modifier and Type Method Description int
ContentProviderService. getNumOfUriPatterns(URIPatternSearchBean searchBean)
List<URIPattern>
ContentProviderService. getUriPatternsList(URIPatternSearchBean searchBean, int from, int size)
-
Uses of URIPatternSearchBean in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type URIPatternSearchBean Modifier and Type Method Description int
ContentProviderServiceImpl. getNumOfUriPatterns(URIPatternSearchBean searchBean)
List<URIPattern>
ContentProviderServiceImpl. getUriPatternsList(URIPatternSearchBean searchBean, int from, int size)
-
Uses of URIPatternSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type URIPatternSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<URIPatternEntity>
URIPatternRepositoryImpl. buildSpecifications(URIPatternSearchBean sb)
-
Uses of URIPatternSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type URIPatternSearchBean Modifier and Type Method Description List<URIPattern>
ContentProviderWebService. findUriPatterns(URIPatternSearchBean searchBean, int from, int size)
List<URIPattern>
ContentProviderWebServiceImpl. findUriPatterns(URIPatternSearchBean searchBean, int from, int size)
int
ContentProviderWebService. getNumOfUriPatterns(URIPatternSearchBean searchBean)
int
ContentProviderWebServiceImpl. getNumOfUriPatterns(URIPatternSearchBean searchBean)
-