Uses of Class
org.openiam.elasticsearch.model.ManagedSysDoc
-
Packages that use ManagedSysDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository.impl -
-
Uses of ManagedSysDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return ManagedSysDoc Modifier and Type Method Description ManagedSysDocManagedSysDocumentToEntityConverter. convertToDocument(ManagedSysEntity entity)protected ManagedSysDocManagedSysDocumentToEntityConverter. newDocument()Methods in org.openiam.elasticsearch.converter that return types with arguments of type ManagedSysDoc Modifier and Type Method Description Class<ManagedSysDoc>ManagedSysDocumentToEntityConverter. getDocumentClass()Methods in org.openiam.elasticsearch.converter with parameters of type ManagedSysDoc Modifier and Type Method Description ManagedSysDtoManagedSysDocumentToEntityConverter. convertToDTO(ManagedSysDoc doc)ManagedSysEntityManagedSysDocumentToEntityConverter. convertToEntity(ManagedSysDoc doc) -
Uses of ManagedSysDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type ManagedSysDoc Modifier and Type Method Description Class<ManagedSysDoc>ManagedSysElasticSearchRepositoryImpl. getDocumentClass()Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type ManagedSysDoc Modifier and Type Method Description voidManagedSysElasticSearchRepositoryImpl. prepare(ManagedSysDoc entity)
-