public class ExportDataAnalyzerService
extends java.lang.Object
ExportService
Constructor and Description |
---|
ExportDataAnalyzerService(ExImportHelperService eiHelper,
ReflectionService reflectionService) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute(Element el,
java.lang.String attribute)
Returns the
Element s value of the given attribute |
EnclosedItemProperty |
getEnclosedPropertyFor(ExportDataProvider dataProvider,
java.lang.String id)
Returns the
EnclosedItemProperty for the exported element identified
by the given ID. |
java.util.Date |
getExportDate(ExportDataProvider dataProvider)
Returns the export
Date of a given Document |
java.lang.String |
getExportDescription(ExportDataProvider dataProvider)
Returns the export description of a given
Document |
ExportedItem |
getExportedItemById(ExportDataProvider dataProvider,
java.lang.String id)
Gets the
ExportedItem identified by the given ID. |
Elements |
getExportedItemElementsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter)
|
java.util.List<ExportedItem> |
getExportedItemsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter)
|
ExportedItem |
getExportedItemWithEnclosed(ExportDataProvider dataProvider,
java.lang.String id)
Gets the
ExportedItem identified by the given ID including enclosed
elements. |
java.lang.Class<?> |
getExporterClass(Element el)
Returns the
Class of the exporter of the given Element |
java.util.Collection<java.lang.Class<?>> |
getExporterClasses(ExportDataProvider dataProvider)
Returns a
Collection of exporter Class es of a given
Document |
Elements |
getExporterElements(ExportDataProvider dataProvider)
Returns a
NodeList of exporter elements of a given Document |
java.lang.Class<?> |
getExporterForEnclosed(ExportDataProvider dataProvider,
java.lang.String id)
Gets the
Class of the exporter type used for the enclosed elements of
the Element identified by the given ID. |
java.lang.String |
getExportName(ExportDataProvider dataProvider)
Returns the export name of a given
Document |
java.lang.String |
getItemId(Element el)
Returns the ID attribute of the given
Element |
java.util.Collection<ItemProperty> |
getItemPropertiesFor(Element el)
|
java.util.List<Element> |
getItemsPropertyElements(Element el)
Returns the
Element s property elements as a NodeList |
java.lang.String |
getItemType(Element el)
Returns the type attribute of the given
Element |
java.lang.Class<?> |
getItemTypeAsClass(Element el)
Returns the type attribute of the given
Element as a Class |
boolean |
hasAttribute(Element el,
java.lang.String attribute)
Checks wether the given
Element has the given attribute or not |
boolean |
isExportedItemElement(Element el)
Checks wether a given
Element is an exported item element or not |
public ExportDataAnalyzerService(ExImportHelperService eiHelper, ReflectionService reflectionService)
public java.lang.String getExportName(ExportDataProvider dataProvider)
Document
Document
public java.lang.String getExportDescription(ExportDataProvider dataProvider)
Document
Document
public java.util.Date getExportDate(ExportDataProvider dataProvider)
Date
of a given Document
Date
public Elements getExporterElements(ExportDataProvider dataProvider)
NodeList
of exporter elements of a given Document
NodeList
of exporter elementspublic java.util.Collection<java.lang.Class<?>> getExporterClasses(ExportDataProvider dataProvider) throws java.lang.ClassNotFoundException
Collection
of exporter Class
es of a given
Document
Collection
of exporter Class
esjava.lang.ClassNotFoundException
public java.lang.Class<?> getExporterClass(Element el) throws java.lang.ClassNotFoundException
Class
of the exporter of the given Element
el
- The Element
Class
of the exporterjava.lang.ClassNotFoundException
public java.util.List<ExportedItem> getExportedItemsFor(ExportDataProvider dataProvider, java.lang.Class<? extends Exporter> exporter) throws java.lang.ClassNotFoundException
exporter
- The Exporter
to useList
of ExportedItemsjava.lang.ClassNotFoundException
public java.util.Collection<ItemProperty> getItemPropertiesFor(Element el) throws java.lang.ClassNotFoundException
el
- The Element
Collection
of ItemProperty
sjava.lang.ClassNotFoundException
public Elements getExportedItemElementsFor(ExportDataProvider dataProvider, java.lang.Class<? extends Exporter> exporter)
public boolean isExportedItemElement(Element el)
Element
is an exported item element or notel
- The Element
Element
is an exporter item element; False
otherwisepublic java.lang.String getItemId(Element el)
Element
el
- The Element
public java.lang.String getItemType(Element el)
Element
el
- The Element
public java.lang.Class<?> getItemTypeAsClass(Element el) throws java.lang.ClassNotFoundException
Element
as a Class
el
- The Element
Class
java.lang.ClassNotFoundException
public java.util.List<Element> getItemsPropertyElements(Element el)
Element
s property elements as a NodeList
el
- The Element
NodeList
public boolean hasAttribute(Element el, java.lang.String attribute)
Element
has the given attribute or notel
- The Element
attribute
- The attributeElement
as the given attribute; False otherwisepublic java.lang.String getAttribute(Element el, java.lang.String attribute)
Element
s value of the given attributeel
- The Element
attribute
- The attributepublic ExportedItem getExportedItemById(ExportDataProvider dataProvider, java.lang.String id) throws java.lang.ClassNotFoundException
ExportedItem
identified by the given ID.id
- The ID of the ExportedItem
ExportedItem
or nulljava.lang.ClassNotFoundException
public ExportedItem getExportedItemWithEnclosed(ExportDataProvider dataProvider, java.lang.String id) throws java.lang.ClassNotFoundException
ExportedItem
identified by the given ID including enclosed
elements.id
- The ID of the ExportedItem
ExportedItem
including enclosed elements or nulljava.lang.ClassNotFoundException
public java.lang.Class<?> getExporterForEnclosed(ExportDataProvider dataProvider, java.lang.String id) throws java.lang.ClassNotFoundException
Class
of the exporter type used for the enclosed elements of
the Element
identified by the given ID.id
- The ID of the exported elementClass
of the used exporter type or nulljava.lang.ClassNotFoundException
public EnclosedItemProperty getEnclosedPropertyFor(ExportDataProvider dataProvider, java.lang.String id) throws java.lang.ClassNotFoundException
EnclosedItemProperty
for the exported element identified
by the given ID.id
- The ID of the exported ElementEnclosedItemProperty
of the exported elementjava.lang.ClassNotFoundException