public class IfsFindPublicObjectByPathContext extends IfsCommandContext implements FindPublicObjectByPathContext
| Constructor and Description |
|---|
IfsFindPublicObjectByPathContext()
Deafult Constructor.
|
IfsFindPublicObjectByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
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.
|
public IfsFindPublicObjectByPathContext()
throws IfsException
IfsExceptionpublic IfsFindPublicObjectByPathContext(LibrarySession session, String path, FolderPathResolver fpr) throws IfsException
session - LibrarySession.path - Path to find.fpr - FolderPathResolver.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface FindPublicObjectByPathContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface FindPublicObjectByPathContextIfsExceptionpublic String getPath() throws IfsException
getPath in interface FindPublicObjectByPathContextIfsExceptionpublic void setPath(String path) throws IfsException
setPath in interface FindPublicObjectByPathContextIfsExceptionpublic FolderPathResolver getFolderPathResolver() throws IfsException
getFolderPathResolver in interface FindPublicObjectByPathContextIfsExceptionpublic void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
setFolderPathResolver in interface FindPublicObjectByPathContextIfsExceptionpublic PublicObject getPublicObject() throws IfsException
getPublicObject in interface FindPublicObjectByPathContextIfsExceptionpublic void setPublicObject(PublicObject po) throws IfsException
setPublicObject in interface FindPublicObjectByPathContextIfsExceptionCopyright © 2025. All rights reserved.