public interface ParseStreamContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
AccessControlList |
getAcl()
Gets the ACL.
|
String |
getCharacterSet()
Gets the character set.
|
InputStream |
getContentStream()
Gets the content stream.
|
String |
getFolderPath()
Gets the parent folder path.
|
String |
getLanguage()
Gets the language.
|
LibraryObject |
getLibraryObject()
Gets the returning LibraryObject.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the name.
|
Parser |
getParser()
Gets the parser.
|
ParserCallback |
getParserCallback()
Gets the ParserCallback.
|
void |
setAcl(AccessControlList acl)
Sets the ACL.
|
void |
setCharacterSet(String charSet)
Sets the character set.
|
void |
setContentStream(InputStream stream)
Sets the content stream.
|
void |
setFolderPath(String folderPath)
Sets the parent folder path.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setLibraryObject(LibraryObject lo)
Sets the returning LibraryObject.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the name.
|
void |
setParser(Parser parser)
Sets the parser.
|
void |
setParserCallback(ParserCallback callback)
Sets the ParserCallback.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
Parser getParser() throws IfsException
IfsException
void setParser(Parser parser) throws IfsException
IfsException
InputStream getContentStream() throws IfsException
IfsException
void setContentStream(InputStream stream) throws IfsException
IfsException
String getName() throws IfsException
IfsException
void setName(String name) throws IfsException
IfsException
String getFolderPath() throws IfsException
IfsException
void setFolderPath(String folderPath) throws IfsException
IfsException
ParserCallback getParserCallback() throws IfsException
IfsException
void setParserCallback(ParserCallback callback) throws IfsException
IfsException
AccessControlList getAcl() throws IfsException
IfsException
void setAcl(AccessControlList acl) throws IfsException
IfsException
String getLanguage() throws IfsException
IfsException
void setLanguage(String language) throws IfsException
IfsException
String getCharacterSet() throws IfsException
IfsException
void setCharacterSet(String charSet) throws IfsException
IfsException
LibraryObject getLibraryObject() throws IfsException
IfsException
void setLibraryObject(LibraryObject lo) throws IfsException
IfsException
Copyright © 2023. All rights reserved.