public interface UploadFileContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
getAcl()
Gets the ACL.
|
boolean |
getAclFromParent()
Gets the ACL from parent folder.
|
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 document name.
|
boolean |
getParseFlag()
Gets the if we are parsing or not.
|
ParserCallback |
getParserCallback()
Gets the parser callback.
|
void |
setAcl(AccessControlList acl)
Sets the ACL.
|
void |
setAclFromParent(boolean aclFromParent)
Sets the ACL from parent folder.
|
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 document name.
|
void |
setParseFlag(boolean parse)
Sets if we are parsing or not.
|
void |
setParserCallback(ParserCallback callback)
Sets the parser callback.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionboolean getParseFlag()
throws IfsException
IfsExceptionvoid setParseFlag(boolean parse)
throws IfsException
IfsExceptionString getName() throws IfsException
IfsExceptionvoid setName(String name) throws IfsException
IfsExceptionInputStream getContentStream() throws IfsException
IfsExceptionvoid setContentStream(InputStream stream) throws IfsException
IfsExceptionString getFolderPath() throws IfsException
IfsExceptionvoid setFolderPath(String folderPath) throws IfsException
IfsExceptionAccessControlList getAcl() throws IfsException
IfsExceptionvoid setAcl(AccessControlList acl) throws IfsException
IfsExceptionboolean getAclFromParent()
throws IfsException
IfsExceptionvoid setAclFromParent(boolean aclFromParent)
throws IfsException
IfsExceptionParserCallback getParserCallback() throws IfsException
IfsExceptionvoid setParserCallback(ParserCallback callback) throws IfsException
IfsExceptionString getLanguage() throws IfsException
IfsExceptionvoid setLanguage(String language) throws IfsException
IfsExceptionString getCharacterSet() throws IfsException
IfsExceptionvoid setCharacterSet(String charSet) throws IfsException
IfsExceptionLibraryObject getLibraryObject() throws IfsException
IfsExceptionvoid setLibraryObject(LibraryObject lo) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.