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.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getName() throws IfsException
IfsException
void setName(String name) throws IfsException
IfsException
InputStream getContentStream() throws IfsException
IfsException
void setContentStream(InputStream stream) throws IfsException
IfsException
Folder getFolder() throws IfsException
IfsException
void setFolder(Folder folder) throws IfsException
IfsException
AccessControlList getAcl() throws IfsException
IfsException
void setAcl(AccessControlList acl) throws IfsException
IfsException
Document getDocument() throws IfsException
IfsException
void setDocument(Document doc) throws IfsException
IfsException
Copyright © 2023. All rights reserved.