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 GroupDoc
GroupDocumentToEntityConverter. convertToDocument(GroupEntity entity)
protected GroupDoc
GroupDocumentToEntityConverter. 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 Group
GroupDocumentToEntityConverter. convertToDTO(GroupDoc doc)
GroupEntity
GroupDocumentToEntityConverter. 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 void
GroupElasticSearchRepositoryImpl. prepare(GroupDoc entity)
-