Uses of Class
org.openiam.elasticsearch.model.ResourceDoc
-
-
Uses of ResourceDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ResourceDoc Modifier and Type Method Description ResourceDocResourceDocumentToEntityConverter. convertToDocument(ResourceEntity entity)protected ResourceDocResourceDocumentToEntityConverter. newDocument()Methods in org.openiam.elasticsearch.converter that return types with arguments of type ResourceDoc Modifier and Type Method Description Class<ResourceDoc>ResourceDocumentToEntityConverter. getDocumentClass()Methods in org.openiam.elasticsearch.converter with parameters of type ResourceDoc Modifier and Type Method Description ResourceResourceDocumentToEntityConverter. convertToDTO(ResourceDoc doc)ResourceEntityResourceDocumentToEntityConverter. convertToEntity(ResourceDoc doc) -
Uses of ResourceDoc in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type ResourceDoc Modifier and Type Method Description protected abstract Predicate<ResourceDoc>AbstractDetachableBeansServiceImpl. filterResourceDocs(String id)protected Predicate<ResourceDoc>GroupDataServiceImpl. filterResourceDocs(String id)protected Predicate<ResourceDoc>RoleDataServiceImpl. filterResourceDocs(String id) -
Uses of ResourceDoc in org.openiam.esb.elasticsearch.repository.custom
Methods in org.openiam.esb.elasticsearch.repository.custom that return types with arguments of type ResourceDoc Modifier and Type Method Description org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryCustom. getByEntitlementLists(ResourceSearchBean resourceSearchBean, int from, int size) -
Uses of ResourceDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type ResourceDoc Modifier and Type Method Description org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryImpl. findBeans(ResourceSearchBean searchBean, int from, int size)org.springframework.data.domain.Page<ResourceDoc>ResourceElasticSearchRepositoryImpl. getByEntitlementLists(ResourceSearchBean searchBean, int from, int size)Class<ResourceDoc>ResourceElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type ResourceDoc Modifier and Type Method Description voidResourceElasticSearchRepositoryImpl. prepare(ResourceDoc entity)
-