|
||||||||||
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(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. |
String |
getId()
Returns the Id of the object. |
ObjectData |
getObject()
Returns the object. |
List<String> |
getPolicyIds()
Returns the policy id list of the object. |
Properties |
getProperties()
Returns the properties of the object. |
void |
parse(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(InputStream stream) throws Exception
Exception
Method Detail |
---|
public void setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
public ObjectData getObject()
public Properties getProperties()
public String getId()
public Acl getAcl()
public List<String> getPolicyIds()
public ContentStream getContentStream()
public void parse(InputStream stream) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |