Modifier and Type | Method and Description |
---|---|
ExportSupervisor |
ExportSupervisorFactory.create(ExportConfig config,
java.util.List<Exporter> exporters,
javax.xml.stream.XMLStreamWriter xsw) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EnclosedObjectConfig> |
Exporter.addEnclosed(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<EnclosedObjectConfig> |
ExporterImpl.addEnclosed(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<EnclosedObjectConfig> |
Exporter.addEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
java.util.Collection<EnclosedObjectConfig> |
ExporterImpl.addEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
java.util.Collection<ExportItemConfig<?>> |
Exporter.addReferences(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<ExportItemConfig<?>> |
ExporterImpl.addReferences(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<ExportItemConfig<?>> |
Exporter.addReferences(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
java.util.Collection<ExportItemConfig<?>> |
ExporterImpl.addReferences(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
void |
Exporter.export(ExportSupervisor exportSupervisor)
Starts the export of the given configuration.
|
void |
ExporterImpl.export(ExportSupervisor exportSupervisor) |
void |
Exporter.exportEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig config)
Exports an enclosed entity.
|
void |
ExporterImpl.exportEnclosed(ExportSupervisor supervisor,
EnclosedObjectConfig config) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EnclosedObjectConfig> |
EnclosedObjectExporter.addEnclosed(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<EnclosedObjectConfig> |
EnclosedObjectExporter.addEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
java.util.Collection<ExportItemConfig<?>> |
EnclosedObjectExporter.addReferences(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> queue) |
java.util.Collection<ExportItemConfig<?>> |
EnclosedObjectExporter.addReferences(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
void |
EnclosedObjectExporter.export(ExportSupervisor exportSupervisor) |
void |
EnclosedObjectExporter.exportEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig config) |
Modifier and Type | Method and Description |
---|---|
BasicObjectExporter |
BasicObjectExporterFactory.create(ExportSupervisor exportSupervisor,
java.lang.String id,
java.lang.Object toExport) |
EntityObjectExporter |
EntityObjectExporterFactory.create(ExportSupervisor exportSupervisor,
java.lang.String id,
java.lang.Object toExport) |
Constructor and Description |
---|
BasicObjectExporter(ExImportHelperService eiHelper,
HookHandlerService hookHandler,
ReflectionService reflectionServices,
ExportSupervisor exportSupervisor,
java.lang.String toExportId,
java.lang.Object toExport) |
EntityObjectExporter(ExImportHelperService eiHelper,
HookHandlerService hookHandler,
ReflectionService reflectionServices,
EntityUtils jpaServices,
ExportSupervisor exportSupervisor,
java.lang.String toExportId,
java.lang.Object toExport) |
Modifier and Type | Method and Description |
---|---|
void |
ByteArrayExporterHelperHooker.export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
void |
DateExporterHelperHooker.export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
void |
EnumExporterHelperHooker.export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
void |
StringExporterHelperHooker.export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
BasicObjectExImporterHelperHook.export(ExportSupervisor exportSupervisor,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterInstanceExporter.exportEnclosed(ExportSupervisor exportSupervisor,
EnclosedObjectConfig config) |