public final class AtomEntryParser extends Object
Constructor and Description |
---|
AtomEntryParser(InputStream stream,
ThresholdOutputStreamFactory streamFactory)
Constructor that immediately parses the given stream.
|
AtomEntryParser(ThresholdOutputStreamFactory streamFactory)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Acl |
getAcl()
Returns the ACL of the object.
|
BulkUpdateImpl |
getBulkUpdate()
Returns the bulk update data.
|
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.
|
TypeDefinition |
getTypeDefinition()
Returns the type definition.
|
void |
parse(InputStream stream)
Parses the stream.
|
void |
setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
Sets the flag controlling whether atom content src (external content) is
ignored.
|
public AtomEntryParser(ThresholdOutputStreamFactory streamFactory)
public AtomEntryParser(InputStream stream, ThresholdOutputStreamFactory streamFactory) throws javax.xml.stream.XMLStreamException, IOException
public void setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
public ObjectData getObject()
public Properties getProperties()
public String getId()
public Acl getAcl()
public ContentStream getContentStream()
public TypeDefinition getTypeDefinition()
public BulkUpdateImpl getBulkUpdate()
public void parse(InputStream stream) throws javax.xml.stream.XMLStreamException, IOException
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.