Uses of Class
org.openiam.elasticsearch.model.GroupDoc
-
Packages that use GroupDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository.impl -
-
Uses of GroupDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return GroupDoc Modifier and Type Method Description GroupDocGroupDocumentToEntityConverter. convertToDocument(GroupEntity entity)protected GroupDocGroupDocumentToEntityConverter. newDocument()Methods in org.openiam.elasticsearch.converter that return types with arguments of type GroupDoc Modifier and Type Method Description Class<GroupDoc>GroupDocumentToEntityConverter. getDocumentClass()Methods in org.openiam.elasticsearch.converter with parameters of type GroupDoc Modifier and Type Method Description GroupGroupDocumentToEntityConverter. convertToDTO(GroupDoc doc)GroupEntityGroupDocumentToEntityConverter. convertToEntity(GroupDoc doc) -
Uses of GroupDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type GroupDoc Modifier and Type Method Description Class<GroupDoc>GroupElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type GroupDoc Modifier and Type Method Description voidGroupElasticSearchRepositoryImpl. prepare(GroupDoc entity)
-