Modifier and Type | Method and Description |
---|---|
Exporter |
ExportService.getExporterFor(java.lang.Class<?> exporterType)
Returns the
Exporter for the given exporter type |
Exporter |
ExportServiceImpl.getExporterFor(java.lang.Class<?> exporterType) |
Exporter |
ExportService.getExporterFor(java.lang.Object object)
Returns the correct exporter for the given object or null if none was found.
|
Exporter |
ExportServiceImpl.getExporterFor(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
void |
ExImportHelperService.setEnclosedAttributes(javax.xml.stream.XMLStreamWriter xsw,
Exporter exporter)
Sets the
XMLStreamWriter s EXPORTER_TYPE and
IS_ENCLOSED_ATTRIBUTE attributes |
void |
ExImportHelperService.setExporterType(javax.xml.stream.XMLStreamWriter xsw,
Exporter exporter)
Sets the EXPORTER_TYPE attribute of the given
XMLStreamWriter |
void |
ExImportHelperService.setReferenceAttributes(javax.xml.stream.XMLStreamWriter xsw,
java.lang.String id,
Exporter exporter)
Sets the following attributes to the corresponding values:
TYPE_ATTRIBUTE <- type.getName()
REFERENCE_ID <- id
EXPORTER_TYPE <- exporter.getClass().getName()
|
void |
ExImportHelperService.setReferenceAttributes(javax.xml.stream.XMLStreamWriter xsw,
java.lang.String id,
Exporter exporter,
boolean optional)
Sets the following attributes to the corresponding values:
TYPE_ATTRIBUTE <- type.getName()
REFERENCE_ID <- id
EXPORTER_TYPE <- exporter.getClass().getName()
If optional is true:
IS_OPTIONAL_REFERENCE <- XML_TRUE
|
Modifier and Type | Method and Description |
---|---|
void |
ImportService.configureParents(ExportedItem item,
ImportConfig config,
java.lang.String topMostParentId,
AbstractNode<?> topMostParentTarget,
java.lang.Class<? extends Exporter> exporter) |
void |
ImportServiceImpl.configureParents(ExportedItem item,
ImportConfig config,
java.lang.String topMostParentId,
AbstractNode<?> topMostParentTarget,
java.lang.Class<? extends Exporter> exporter) |
void |
ImportService.configureParents(ImportConfig config,
java.lang.String topMostParentId,
AbstractNode<?> topMostParentTarget,
java.lang.Class<? extends Exporter> exporter) |
void |
ImportServiceImpl.configureParents(ImportConfig config,
java.lang.String topMostParentId,
AbstractNode<?> topMostParentTarget,
java.lang.Class<? extends Exporter> exporter) |
Elements |
ExportDataAnalyzerService.getExportedItemElementsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter)
|
Elements |
ExportDataAnalyzerServiceImpl.getExportedItemElementsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter) |
java.util.List<ExportedItem> |
ExportDataAnalyzerService.getExportedItemsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter)
|
java.util.List<ExportedItem> |
ExportDataAnalyzerServiceImpl.getExportedItemsFor(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter) |
ExportedItem |
ExportDataAnalyzerService.getRoot(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter) |
ExportedItem |
ExportDataAnalyzerServiceImpl.getRoot(ExportDataProvider dataProvider,
java.lang.Class<? extends Exporter> exporter) |
void |
ExImportHelperService.setExporterType(javax.xml.stream.XMLStreamWriter xsw,
java.lang.Class<? extends Exporter> type)
Sets the EXPORTER_TYPE attribute of the given
XMLStreamWriter |
Modifier and Type | Class and Description |
---|---|
class |
ExporterImpl<C extends ExportItemConfig<?>>
Provides a base implementation for simple exporters.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportSupervisor.beginExporterElement(Exporter exporter) |
Modifier and Type | Method and Description |
---|---|
ExportSupervisor |
ExportSupervisorFactory.create(ExportConfig config,
java.util.List<Exporter> exporters,
javax.xml.stream.XMLStreamWriter xsw) |
Constructor and Description |
---|
ExportSupervisor(ExImportIdService idService,
ExImportHelperService eiHelper,
ReflectionService reflectionServices,
ExportConfig config,
java.util.List<Exporter> exporters,
javax.xml.stream.XMLStreamWriter xsw) |
Modifier and Type | Class and Description |
---|---|
class |
EnclosedEntityExporter |
class |
EnclosedObjectExporter |
Modifier and Type | Class and Description |
---|---|
class |
GenericEntityExporter |
Modifier and Type | Class and Description |
---|---|
class |
DashboardManagerExporter |
Modifier and Type | Class and Description |
---|---|
class |
DatasinkManagerExporter |
Modifier and Type | Class and Description |
---|---|
class |
DatasourceManagerExporter |
Modifier and Type | Class and Description |
---|---|
class |
ParameterInstanceExporter |
class |
ReportManagerExporter |
Modifier and Type | Class and Description |
---|---|
class |
GenericRightsExporter |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExportedItem> |
HttpImportService.getExportedItemsFor(java.lang.Class<? extends Exporter> exporterType) |
java.util.List<ExportedItem> |
HttpImportServiceImpl.getExportedItemsFor(java.lang.Class<? extends Exporter> exporterType) |
Modifier and Type | Class and Description |
---|---|
class |
FileServerExporter |
Modifier and Type | Class and Description |
---|---|
class |
GlobalConstantExporter |
Modifier and Type | Class and Description |
---|---|
class |
RemoteServerManagerExporter |
Modifier and Type | Class and Description |
---|---|
class |
TeamSpaceExporter |
Modifier and Type | Class and Description |
---|---|
class |
TsDiskExporter |
Modifier and Type | Class and Description |
---|---|
class |
UserVariableExporter |
Modifier and Type | Class and Description |
---|---|
class |
TreeNodeExporter |
Constructor and Description |
---|
ImportAllNodesHooker(TreeDBManager<N> treeManager,
java.lang.Class<? extends Exporter> exporterType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImportTreeModel> |
HttpTreeImportService.loadTreeDto(java.lang.Class<? extends Exporter> exporterType) |
java.util.List<ImportTreeModel> |
HttpTreeImportServiceImpl.loadTreeDto(java.lang.Class<? extends Exporter> exporterType) |
Modifier and Type | Class and Description |
---|---|
class |
UserManagerExporter |