Uses of Class
org.openiam.idm.searchbeans.ResourceAttributeSearchBean
-
-
Uses of ResourceAttributeSearchBean in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type ResourceAttributeSearchBean Modifier and Type Method Description List<ResourceProp>ResourceRabbitMQService. findResourceProp(ResourceAttributeSearchBean sb) -
Uses of ResourceAttributeSearchBean in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type ResourceAttributeSearchBean Modifier and Type Method Description List<ResourcePropEntity>ResourceService. findBeans(ResourceAttributeSearchBean sb, int from, int size)List<ResourceProp>ResourceService. findBeansDTO(ResourceAttributeSearchBean sb, int from, int size) -
Uses of ResourceAttributeSearchBean in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type ResourceAttributeSearchBean Modifier and Type Method Description List<ResourcePropEntity>ResourceServiceImpl. findBeans(ResourceAttributeSearchBean sb, int from, int size)List<ResourceProp>ResourceServiceImpl. findBeansDTO(ResourceAttributeSearchBean sb, int from, int size) -
Uses of ResourceAttributeSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type ResourceAttributeSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<ResourcePropEntity>ResourcePropRepositoryImpl. buildSpecifications(ResourceAttributeSearchBean sb)Search ResourcePropEntity by conditions in ResourcePropSearchBean -
Uses of ResourceAttributeSearchBean in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans that return ResourceAttributeSearchBean Modifier and Type Method Description protected ResourceAttributeSearchBeanResourceSearchBean. createAttributeSearchBean(String name, String value, String metadataElementId) -
Uses of ResourceAttributeSearchBean in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type ResourceAttributeSearchBean Modifier and Type Method Description List<ResourceProp>ResourceDataService. findResourceProps(ResourceAttributeSearchBean sb, int from, int size)List<ResourceProp>ResourceDataServiceImpl. findResourceProps(ResourceAttributeSearchBean sb, int from, int size)
-