public interface CreateDocumentContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
getAcl()
Gets the ACL.
|
InputStream |
getContentStream()
Gets the content stream.
|
Document |
getDocument()
Gets the returning document.
|
Folder |
getFolder()
Gets the parent folder.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the document name.
|
void |
setAcl(AccessControlList acl)
Sets the ACL.
|
void |
setContentStream(InputStream stream)
Sets the content stream.
|
void |
setDocument(Document doc)
Sets the returning document.
|
void |
setFolder(Folder folder)
Sets the parent folder.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the document name.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString getName() throws IfsException
IfsExceptionvoid setName(String name) throws IfsException
IfsExceptionInputStream getContentStream() throws IfsException
IfsExceptionvoid setContentStream(InputStream stream) throws IfsException
IfsExceptionFolder getFolder() throws IfsException
IfsExceptionvoid setFolder(Folder folder) throws IfsException
IfsExceptionAccessControlList getAcl() throws IfsException
IfsExceptionvoid setAcl(AccessControlList acl) throws IfsException
IfsExceptionDocument getDocument() throws IfsException
IfsExceptionvoid setDocument(Document doc) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.