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 ManagedSysDoc
ManagedSysDocumentToEntityConverter. convertToDocument(ManagedSysEntity entity)
protected ManagedSysDoc
ManagedSysDocumentToEntityConverter. 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 ManagedSysDto
ManagedSysDocumentToEntityConverter. convertToDTO(ManagedSysDoc doc)
ManagedSysEntity
ManagedSysDocumentToEntityConverter. 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 void
ManagedSysElasticSearchRepositoryImpl. prepare(ManagedSysDoc entity)
-