Package | Description |
---|---|
org.dataone.client | |
org.dataone.client.formats |
Package org.dataone.client.formats defines a set of utility classes for
accessing information about ObjectFormats that is useful in constructing
nodes and clients.
|
org.dataone.eml | |
org.dataone.service.cn.v1 | |
org.dataone.service.types.v1 | |
org.dataone.service.types.v1.util |
Modifier and Type | Method and Description |
---|---|
ObjectFormat |
CNode.getFormat(ObjectFormatIdentifier formatid)
Return the ObjectFormat for the given ObjectFormatIdentifier, obtained
either from a client-cached ObjectFormatList from the ObjectFormatCache,
or from a call to the CN.
|
ObjectFormat |
ObjectFormatCache.getFormat(ObjectFormatIdentifier formatId)
Lookup and return the format specified by the Identifier.
|
ObjectFormat |
ObjectFormatCache.getFormat(String fmtidStr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
ObjectFormatInfo.getExtension(ObjectFormat format)
Look up the extension for an ObjectFormat.
|
String |
ObjectFormatInfo.getMimeType(ObjectFormat format)
Look up the mime type for an ObjectFormat.
|
Modifier and Type | Field and Description |
---|---|
ObjectFormat |
EMLDocument.format |
Modifier and Type | Method and Description |
---|---|
void |
EMLDocument.setObjectFormat(ObjectFormat format)
set the format of the document
|
Modifier and Type | Method and Description |
---|---|
ObjectFormat |
CNCore.getFormat(ObjectFormatIdentifier formatid) |
Modifier and Type | Method and Description |
---|---|
ObjectFormat |
ObjectFormatList.getObjectFormat(int index)
Get 'objectFormat' element item by position.
|
Modifier and Type | Method and Description |
---|---|
List<ObjectFormat> |
ObjectFormatList.getObjectFormatList()
Get the list of 'objectFormat' element items.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectFormatList.addObjectFormat(ObjectFormat item)
Add a 'objectFormat' element item.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectFormatList.setObjectFormatList(List<ObjectFormat> list)
Set the list of 'objectFormat' element items.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<ObjectFormatIdentifier,ObjectFormat> |
ObjectFormatServiceImpl.objectFormatMap |
Modifier and Type | Method and Description |
---|---|
ObjectFormat |
ObjectFormatServiceImpl.getFormat(ObjectFormatIdentifier formatId)
Get the object format based on the given identifier.
|
Modifier and Type | Method and Description |
---|---|
protected HashMap<ObjectFormatIdentifier,ObjectFormat> |
ObjectFormatServiceImpl.getObjectFormatMap()
Return the hash containing the formatId and format mapping
|
Copyright © 2014. All Rights Reserved.