Interface RtfCategory
- All Known Implementing Classes:
ExportCategory
public interface RtfCategory
Represents a grouping of (configured/desired) attributes that should be captured from a
Metacard.-
Method Summary
Modifier and TypeMethodDescriptiongetTitle()voidsetAttributes(List<String> attributes) voidtoExportMap(ddf.catalog.data.Metacard metacard)
-
Method Details
-
getTitle
String getTitle() -
setTitle
-
getAttributes
-
setAttributes
-
toExportMap
This method creates aMapofStringtoExportCategory.ExportValuefrom suppliedMetacard. It formatsAttributethat correspond to the list set.- Parameters:
metacard-Metacardfrom which the desired attributes will be retrieved- Returns:
MapofString-ExportCategory.ExportValuepairs. With the key corresponding to the title of the currentRtfCategory
-