Package | Description |
---|---|
de.unirostock.sems.cbarchive.web.dataholder | |
de.unirostock.sems.cbarchive.web.rest |
Modifier and Type | Class and Description |
---|---|
class |
OmexMetaObjectDataholder |
class |
XmlTreeMetaObjectDataholder |
Modifier and Type | Field and Description |
---|---|
protected List<MetaObjectDataholder> |
ArchiveEntryDataholder.meta |
protected List<MetaObjectDataholder> |
Archive.meta |
Modifier and Type | Method and Description |
---|---|
static MetaObjectDataholder |
MetaObjectDataholder.construct(de.unirostock.sems.cbarchive.meta.MetaDataObject metaObject) |
static MetaObjectDataholder |
MetaObjectDataholder.construct(de.unirostock.sems.cbarchive.meta.MetaDataObject metaObject,
ArchiveEntryDataholder parent) |
Modifier and Type | Method and Description |
---|---|
List<MetaObjectDataholder> |
ArchiveEntryDataholder.getMeta() |
List<MetaObjectDataholder> |
ImportRequest.AdditionalFile.getMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveEntryDataholder.addMetaEntry(MetaObjectDataholder metaObject) |
abstract void |
MetaObjectDataholder.update(MetaObjectDataholder newMetaObject)
Updates the existing dataholder and the underlaying MetaDataObject with new information from another dataholder
|
void |
XmlTreeMetaObjectDataholder.update(MetaObjectDataholder newMetaObject) |
void |
OmexMetaObjectDataholder.update(MetaObjectDataholder newMetaObject) |
Modifier and Type | Method and Description |
---|---|
void |
ImportRequest.AdditionalFile.setMetaData(List<MetaObjectDataholder> metaData) |
Constructor and Description |
---|
ArchiveEntryDataholder(boolean master,
String id,
String filePath,
String fileName,
URI format,
List<MetaObjectDataholder> meta) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RestApi.createMetaObject(String archiveId,
String entryId,
String userPath,
MetaObjectDataholder metaObject) |
javax.ws.rs.core.Response |
RestApi.updateMetaObject(String archiveId,
String entryId,
String metaId,
String userPath,
MetaObjectDataholder metaObject) |
Copyright © 2015. All Rights Reserved.