public interface ShowAllPathsContext extends CommandContext
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()
Clears the Context. 
 | 
String[] | 
getAllPaths()
Gets all folder paths to the target object starting from the
 root folder. 
 | 
LibraryObject | 
getLibraryObject()
Gets the target object. 
 | 
LibrarySession | 
getLibrarySession()
Gets the LibrarySession. 
 | 
void | 
setAllPaths(String[] paths)
Sets the string array of folder paths. 
 | 
void | 
setLibraryObject(LibraryObject po)
Sets the target object. 
 | 
void | 
setLibrarySession(LibrarySession session)
Sets the LibrarySession. 
 | 
void clear()
clear in interface CommandContextLibrarySession 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 failsString[] getAllPaths() throws IfsException
IfsException - if the operation failsvoid setAllPaths(String[] paths) throws IfsException
IfsException - if the operation failsLibraryObject getLibraryObject() throws IfsException
IfsException - if the operation fails.void setLibraryObject(LibraryObject po) throws IfsException
po - the LibraryObjectIfsException - if the operation fails.Copyright © 2025. All rights reserved.