public interface RemoveFolderRelationshipContext extends CommandContext
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()
Clears the Context. 
 | 
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. 
 | 
void clear()
clear in interface CommandContextFolder getFolder() throws IfsException
IfsException - if the operation failsvoid setFolder(Folder folder) throws IfsException
folder - referencing 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 © 2025. All rights reserved.