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 RoleDocRoleDocumentToEntityConverter. convertToDocument(RoleEntity entity)protected RoleDocRoleDocumentToEntityConverter. 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 RoleRoleDocumentToEntityConverter. convertToDTO(RoleDoc doc)RoleEntityRoleDocumentToEntityConverter. 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 voidRoleElasticSearchRepositoryImpl. prepare(RoleDoc entity)
-