Uses of Class
org.openiam.elasticsearch.model.ResourceAttributeDoc
-
Packages that use ResourceAttributeDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository.impl -
-
Uses of ResourceAttributeDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ResourceAttributeDoc Modifier and Type Method Description protected ResourceAttributeDoc
ResourceAttributeDocumentToEntityConverter. newDocument()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type ResourceAttributeDoc Modifier and Type Method Description Class<ResourceAttributeDoc>
ResourceAttributeDocumentToEntityConverter. getDocumentClass()
-
Uses of ResourceAttributeDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type ResourceAttributeDoc Modifier and Type Method Description Class<ResourceAttributeDoc>
ResourceAttributeElasticSearchRepositoryImpl. getDocumentClass()
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type ResourceAttributeDoc Modifier and Type Method Description void
ResourceAttributeElasticSearchRepositoryImpl. prepare(ResourceAttributeDoc entity)
-