Modifier and Type | Class and Description |
---|---|
class |
ExporterImpl<C extends ExportItemConfig<?>>
Provides a base implementation for simple exporters.
|
Modifier and Type | Method and Description |
---|---|
ExportItemConfig<?> |
Exporter.generateExportConfig(java.lang.Object object)
Asks the exporter to generate an export config for the given object.
|
ExportItemConfig<?> |
Exporter.getConfigFor(java.lang.Object value) |
ExportItemConfig<?> |
ExporterImpl.getConfigFor(java.lang.Object value) |
ExportItemConfig<?> |
ExportSupervisor.getNewExportConfigFor(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
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) |
java.util.Set<ExportItemConfig<?>> |
ExportConfig.getItemConfigs() |
Modifier and Type | Method and Description |
---|---|
boolean |
ExportConfig.addItemConfig(ExportItemConfig<?>... configs) |
boolean |
Exporter.consumes(ExportItemConfig<?> config)
Tells the exportservice whether this exporter can handle the given config
item.
|
boolean |
ExporterImpl.consumes(ExportItemConfig<?> config) |
boolean |
ExportConfig.containsItemConfig(ExportItemConfig<?> config) |
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) |
boolean |
ExportConfig.addItemConfig(java.util.Collection<ExportItemConfig<?>> configs) |
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) |
void |
Exporter.configure(java.util.Collection<ExporterSpecificExportConfig> specificConfigs,
java.util.Collection<ExportItemConfig<?>> configItems)
Configures the exporter and tells it what items it should export.
|
void |
ExporterImpl.configure(java.util.Collection<ExporterSpecificExportConfig> specificConfigs,
java.util.Collection<ExportItemConfig<?>> configItems) |
void |
ExportConfig.setItemConfigs(java.util.Set<ExportItemConfig<?>> itemConfigs) |
Modifier and Type | Method and Description |
---|---|
ExportItemConfig<?> |
EnclosedObjectExporter.generateExportConfig(java.lang.Object object) |
ExportItemConfig<?> |
EnclosedObjectExporter.getConfigFor(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExportItemConfig<?>> |
EnclosedObjectExporter.addReferences(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> queue) |
java.util.Collection<ExportItemConfig<?>> |
EnclosedObjectExporter.addReferences(ExportSupervisor exportSupervisor,
EnclosedObjectConfig enclosedCon) |
Modifier and Type | Method and Description |
---|---|
boolean |
EnclosedObjectExporter.consumes(ExportItemConfig<?> config) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EnclosedObjectConfig> |
EnclosedObjectExporter.addEnclosed(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> configItems) |
java.util.Collection<ExportItemConfig<?>> |
EnclosedObjectExporter.addReferences(ExportSupervisor exportSupervisor,
java.util.Collection<ExportItemConfig<?>> queue) |
void |
EnclosedObjectExporter.configure(java.util.Collection<ExporterSpecificExportConfig> specificConfigs,
java.util.Collection<ExportItemConfig<?>> configItems) |
Modifier and Type | Class and Description |
---|---|
class |
EntityExportItemConfig |
Modifier and Type | Method and Description |
---|---|
ExportItemConfig<?> |
GenericEntityExporter.generateExportConfig(java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
boolean |
GenericEntityExporter.consumes(ExportItemConfig<?> config) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExportItemConfig<?>> |
BasicObjectExporter.getReferences() |
java.util.Collection<ExportItemConfig<?>> |
EntityObjectExporter.getReferences() |
Modifier and Type | Class and Description |
---|---|
class |
TreeNodeExportItemConfig |
Modifier and Type | Method and Description |
---|---|
ExportItemConfig<?> |
TreeNodeExporter.generateExportConfig(java.lang.Object object) |
ExportItemConfig<?> |
TreeNodeExporter.getConfigFor(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeNodeExporter.consumes(ExportItemConfig<?> config) |