| Package | Description |
|---|---|
| com.h3c.sdn.adm.json |
Implementations of Core Services JSON factory and associated codecs.
|
| com.h3c.sdn.support |
Support services and concepts available to all modules.
|
| Modifier and Type | Method and Description |
|---|---|
ReportContent |
ReportContentCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
ReportContentCodec.encode(ReportContent pojo) |
| Modifier and Type | Method and Description |
|---|---|
List<ReportContent> |
SupportReportService.getReportContents(String... ids)
Return an ordered list of report contents for the given array of
contributor identifications.
|
List<ReportContent> |
SupportReportService.getReportContentsForFields(Set<String> fieldSet,
String... ids)
Return an ordered list of report contents with only the specified fields
populated, based on the given array of contributor identifications.
|
Copyright © 2014. All Rights Reserved.