public interface AddFolderRelationshipContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
Folder |
getFolder()
Gets the Folder.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
PublicObject |
getPublicObject()
Gets the PublicObject.
|
void |
setFolder(Folder folder)
Sets the Folder.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setPublicObject(PublicObject publicObject)
Sets the PublicObject.
|
clear
Folder getFolder() throws IfsException
IfsException
- if the operation failsvoid setFolder(Folder folder) throws IfsException
folder
- destination folderIfsException
- if the operation failsPublicObject getPublicObject() throws IfsException
IfsException
- if the operation failsvoid setPublicObject(PublicObject publicObject) throws IfsException
publicObject
- instance of PublicObject to be used in this contextIfsException
- if the operation failsLibrarySession getLibrarySession() throws IfsException
IfsException
- if the operation failsvoid setLibrarySession(LibrarySession session) throws IfsException
session
- instance of LibrarySession to be used in this command contextIfsException
- if the operation failsCopyright © 2023. All rights reserved.