|
||||||||||
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.AtomEntryParser
public class AtomEntryParser
Parser for Atom Entries.
Field Summary | |
---|---|
protected boolean |
ignoreAtomContentSrc
|
Constructor Summary | |
---|---|
AtomEntryParser()
Constructor. |
|
AtomEntryParser(java.io.InputStream stream)
Constructor that immediately parses the given stream. |
Method Summary | |
---|---|
Acl |
getAcl()
Returns the ACL of the object. |
ContentStream |
getContentStream()
Returns the content stream. |
java.lang.String |
getId()
Returns the Id of the object. |
ObjectData |
getObject()
Returns the object. |
java.util.List<java.lang.String> |
getPolicyIds()
Returns the policy id list of the object. |
Properties |
getProperties()
Returns the properties of the object. |
void |
parse(java.io.InputStream stream)
Parses the stream. |
void |
setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
Sets the flag controlling whether atom content src (external content) is ignored. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean ignoreAtomContentSrc
Constructor Detail |
---|
public AtomEntryParser()
public AtomEntryParser(java.io.InputStream stream) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
public ObjectData getObject()
public Properties getProperties()
public java.lang.String getId()
public Acl getAcl()
public java.util.List<java.lang.String> getPolicyIds()
public ContentStream getContentStream()
public void parse(java.io.InputStream stream) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |