|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.messaging.AtomAPIMMessage
public class AtomAPIMMessage
Representation of an API-M method call as an Atom entry.
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 Summary | |
|---|---|
AtomAPIMMessage(FedoraMethod method,
String fedoraBaseUrl,
String serverVersion,
String format)
|
|
AtomAPIMMessage(String messageText)
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
|
String |
getBaseUrl()
|
Date |
getDate()
|
String |
getFormat()
An identifier for the serialization format of the message. |
String |
getMethodName()
|
String |
getPID()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AtomAPIMMessage(FedoraMethod method,
String fedoraBaseUrl,
String serverVersion,
String format)
throws MessagingException
MessagingExceptionpublic AtomAPIMMessage(String messageText)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic 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()
getFormat in interface FedoraMessagepublic String getServerVersion()
getServerVersion in interface FedoraMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||