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