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