public interface ExportPolicyFilter extends PolicyFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
void |
processDataExport(Data data,
java.lang.StringBuffer sb,
java.util.Map context)
This method is called for each data to export.
|
void |
processDataSetExport(java.util.Set<? extends Data> dataSet,
java.lang.StringBuffer sb,
java.util.Map context)
This method is called for each data set to export.
|
void |
processDataXmlRelatedExport(Data data,
java.lang.StringBuffer sb,
java.lang.String related)
This method is called for related field being request for export, for each data to export.
|
init
static final java.lang.String REVISION
void processDataExport(Data data, java.lang.StringBuffer sb, java.util.Map context)
sb
contains the XML export of the data.data
- the exported data.sb
- contains the XML representation of the data.context
- the export context.void processDataSetExport(java.util.Set<? extends Data> dataSet, java.lang.StringBuffer sb, java.util.Map context)
sb
contains the XML export of the data set.dataSet
- the data set.sb
- contains the XML representation of the data set.context
- the export context.void processDataXmlRelatedExport(Data data, java.lang.StringBuffer sb, java.lang.String related)
sb
contains the XML export of the data,
after data field, during related output, and before data closing tag.data
- the exported data.sb
- contains the XML representation of the data.related
- name of the related field being requested for exportCopyright © 2001-2021 Jalios SA. All Rights Reserved.