|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.server.impl.atompub.XMLDocumentBase
org.apache.chemistry.opencmis.server.impl.atompub.AtomDocumentBase
org.apache.chemistry.opencmis.server.impl.atompub.AtomEntry
public class AtomEntry
Atom Entry class.
Field Summary |
---|
Fields inherited from class org.apache.chemistry.opencmis.server.impl.atompub.XMLDocumentBase |
---|
PREFIX_APP, PREFIX_ATOM, PREFIX_CMIS, PREFIX_RESTATOM, PREFIX_XSI |
Constructor Summary | |
---|---|
AtomEntry()
Creates an Atom entry document. |
|
AtomEntry(javax.xml.stream.XMLStreamWriter writer)
Creates an Atom entry that is embedded somewhere. |
Method Summary | |
---|---|
void |
endEntry()
Closes the entry tag. |
void |
startEntry(boolean isRoot)
Opens the entry tag. |
void |
writeContent(String src,
String type)
Writes a content tag. |
void |
writeDeletedObject(ObjectData object)
Writes a delete object. |
void |
writeObject(ObjectData object,
ObjectInfo info,
String contentSrc,
String contentType,
String pathSegment,
String relativePathSegment)
Writes an object. |
void |
writeType(TypeDefinition type)
Writes a type. |
Methods inherited from class org.apache.chemistry.opencmis.server.impl.atompub.XMLDocumentBase |
---|
endDocument, getWriter, setNamespaces, setWriter, startDocument, writeNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomEntry()
public AtomEntry(javax.xml.stream.XMLStreamWriter writer)
Method Detail |
---|
public void startEntry(boolean isRoot) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public void endEntry() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public void writeObject(ObjectData object, ObjectInfo info, String contentSrc, String contentType, String pathSegment, String relativePathSegment) throws javax.xml.stream.XMLStreamException, javax.xml.bind.JAXBException
javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBException
public void writeDeletedObject(ObjectData object) throws javax.xml.stream.XMLStreamException, javax.xml.bind.JAXBException
javax.xml.stream.XMLStreamException
javax.xml.bind.JAXBException
public void writeType(TypeDefinition type) throws javax.xml.stream.XMLStreamException, javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
javax.xml.stream.XMLStreamException
public void writeContent(String src, String type) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |