public class AtomApimMessage extends Object implements ApimMessage
xsd:base64Binary values are
indicated as "[OMITTED]".fedora-types:ArrayOfString values are represented as a
comma-separated list, e.g. "value1, value2, value3".xsd:base64Binary values are not returned, and
only indicated as "[OMITTED]".fedora-types:Datastream values are not returned,
and only indicated as "[OMITTED]".fedora-types:RelationshipTuple values are represented in
Notation3 (N3).| Constructor and Description |
|---|
AtomApimMessage(String messageText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getBaseUrl() |
Date |
getDate() |
String |
getFormat()
An identifier for the serialization format of the message.
|
String |
getMethodName() |
String |
getMethodParamVal(String paramName) |
String |
getPID() |
String |
getReturnVal() |
String |
getServerVersion()
Version of the Fedora server that produced the message
(version.major + version.minor), e.g.
|
String |
toString()
Serialization of the API-M message as an Atom entry.
|
public AtomApimMessage(String messageText)
public String toString()
public String getBaseUrl()
getBaseUrl in interface ApimMessagepublic Date getDate()
getDate in interface ApimMessagepublic String getMethodName()
getMethodName in interface ApimMessagepublic String getPID()
getPID in interface ApimMessagepublic String getAuthor()
public String getFormat()
FedoraMessagegetFormat in interface FedoraMessagepublic String getServerVersion()
FedoraMessagegetServerVersion in interface FedoraMessagepublic String getReturnVal()
getReturnVal in interface ApimMessagepublic String getMethodParamVal(String paramName)
getMethodParamVal in interface ApimMessageCopyright © 2010-2013 MediaShelf. All Rights Reserved.