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