public interface DoesPublicObjectExistByPathContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
FolderPathResolver |
getFolderPathResolver()
Gets the folder path resolver.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getPath()
Gets the path.
|
boolean |
getResults()
Gets the results.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPath(String path)
Sets the path.
|
void |
setResults(boolean results)
Sets the results.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString getPath() throws IfsException
IfsExceptionvoid setPath(String path) throws IfsException
IfsExceptionFolderPathResolver getFolderPathResolver() throws IfsException
IfsExceptionvoid setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsExceptionboolean getResults()
throws IfsException
IfsExceptionvoid setResults(boolean results)
throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.