public class IfsDoesPublicObjectExistByPathContext extends IfsCommandContext implements DoesPublicObjectExistByPathContext
| Constructor and Description | 
|---|
IfsDoesPublicObjectExistByPathContext()
Deafult Constructor. 
 | 
IfsDoesPublicObjectExistByPathContext(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. 
 | 
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. 
 | 
public IfsDoesPublicObjectExistByPathContext()
                                      throws IfsException
IfsExceptionpublic IfsDoesPublicObjectExistByPathContext(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 DoesPublicObjectExistByPathContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface DoesPublicObjectExistByPathContextIfsExceptionpublic String getPath() throws IfsException
getPath in interface DoesPublicObjectExistByPathContextIfsExceptionpublic void setPath(String path) throws IfsException
setPath in interface DoesPublicObjectExistByPathContextIfsExceptionpublic FolderPathResolver getFolderPathResolver() throws IfsException
getFolderPathResolver in interface DoesPublicObjectExistByPathContextIfsExceptionpublic void setFolderPathResolver(FolderPathResolver fpr) throws IfsException
setFolderPathResolver in interface DoesPublicObjectExistByPathContextIfsExceptionpublic boolean getResults()
                   throws IfsException
getResults in interface DoesPublicObjectExistByPathContextIfsExceptionpublic void setResults(boolean results)
                throws IfsException
setResults in interface DoesPublicObjectExistByPathContextIfsExceptionCopyright © 2025. All rights reserved.