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 ApimMessage
public Date getDate()
getDate
in interface ApimMessage
public String getMethodName()
getMethodName
in interface ApimMessage
public String getPID()
getPID
in interface ApimMessage
public String getAuthor()
public String getFormat()
FedoraMessage
getFormat
in interface FedoraMessage
public String getServerVersion()
FedoraMessage
getServerVersion
in interface FedoraMessage
public String getReturnVal()
getReturnVal
in interface ApimMessage
public String getMethodParamVal(String paramName)
getMethodParamVal
in interface ApimMessage
Copyright © 2010-2013 MediaShelf. All Rights Reserved.