public final class AtomEntryParser extends Object
Constructor and Description |
---|
AtomEntryParser(InputStream stream,
TempStoreOutputStreamFactory streamFactory)
Constructor that immediately parses the given stream.
|
AtomEntryParser(TempStoreOutputStreamFactory 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 |
release()
Releases all resources.
|
void |
setIgnoreAtomContentSrc(boolean ignoreAtomContentSrc)
Sets the flag controlling whether atom content src (external content) is
ignored.
|
public AtomEntryParser(TempStoreOutputStreamFactory streamFactory)
public AtomEntryParser(InputStream stream, TempStoreOutputStreamFactory streamFactory) throws XMLStreamException, IOException
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 XMLStreamException, IOException
XMLStreamException
IOException
public void release()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.