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.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getPath() throws IfsException
IfsException
void setPath(String path) throws IfsException
IfsException
FolderPathResolver getFolderPathResolver() throws IfsException
IfsException
void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
IfsException
PublicObject getPublicObject() throws IfsException
IfsException
void setPublicObject(PublicObject po) throws IfsException
IfsException
Copyright © 2023. All rights reserved.