Uses of Class
org.openiam.elasticsearch.model.RoleDoc
-
Packages that use RoleDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository.impl -
-
Uses of RoleDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return RoleDoc Modifier and Type Method Description RoleDoc
RoleDocumentToEntityConverter. convertToDocument(RoleEntity entity)
protected RoleDoc
RoleDocumentToEntityConverter. newDocument()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type RoleDoc Modifier and Type Method Description Class<RoleDoc>
RoleDocumentToEntityConverter. getDocumentClass()
Methods in org.openiam.elasticsearch.converter with parameters of type RoleDoc Modifier and Type Method Description Role
RoleDocumentToEntityConverter. convertToDTO(RoleDoc doc)
RoleEntity
RoleDocumentToEntityConverter. convertToEntity(RoleDoc doc)
-
Uses of RoleDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type RoleDoc Modifier and Type Method Description Class<RoleDoc>
RoleElasticSearchRepositoryImpl. getDocumentClass()
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type RoleDoc Modifier and Type Method Description void
RoleElasticSearchRepositoryImpl. prepare(RoleDoc entity)
-