public interface FindPublicObjectByPathContext 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.
|
PublicObject |
getPublicObject()
Gets the returning PublicObject.
|
void |
setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPath(String path)
Sets the path.
|
void |
setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
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
IfsExceptionPublicObject getPublicObject() throws IfsException
IfsExceptionvoid setPublicObject(PublicObject po) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.