Modifier and Type | Field and Description |
---|---|
protected FolderPathResolver |
ClassSelectionParser.m_fpr
Deprecated.
for path verification
|
Modifier and Type | Field and Description |
---|---|
protected FolderPathResolver |
CommandProcessorOperations.m_FolderPathResolver |
Modifier and Type | Method and Description |
---|---|
protected FolderPathResolver |
CommandProcessorOperations.getFolderPathResolver() |
Modifier and Type | Field and Description |
---|---|
protected FolderPathResolver |
UserManager.m_Resolver |
Modifier and Type | Method and Description |
---|---|
FolderPathResolver |
ChangeDirectoryContext.getFolderPathResolver()
Gets the FolderPathResolver.
|
FolderPathResolver |
DoesPublicObjectExistByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
FindPublicObjectByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
IfsChangeDirectoryContext.getFolderPathResolver()
Gets the FolderPathResolver.
|
FolderPathResolver |
IfsDoesPublicObjectExistByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
IfsFindPublicObjectByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsCopyCommand.copy(LibrarySession session,
FolderPathResolver fpr,
PublicObject srcPO,
Folder destParentFolder,
String newName,
boolean shouldOverwrite)
Copy the PublicObject po into the specified folder.
|
protected PublicObject |
IfsCopyCommand.copyFolderWithNameConflictOverwrite(LibrarySession session,
FolderPathResolver fpr,
Folder fromFolder,
Folder toFolder)
Recursively copies the folder, overwriting any objects with a name conflict.
|
protected PublicObject[] |
IfsCopyCommand.listFolder(FolderPathResolver fpr,
Folder folder,
String pattern)
Returns a list of PublicObjects in the specified folder.
|
protected PublicObject |
IfsDoesPublicObjectExistByPathCommand.runFindPOByPathCommand(LibrarySession session,
String path,
FolderPathResolver fpr)
Execute an IfsFindPublicObjectByPathCommand.
|
void |
ChangeDirectoryContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
DoesPublicObjectExistByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
FindPublicObjectByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
IfsChangeDirectoryContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
IfsDoesPublicObjectExistByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
IfsFindPublicObjectByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
Constructor and Description |
---|
IfsChangeDirectoryContext(FolderPathResolver fpr,
String path)
Other Constructor.
|
IfsDoesPublicObjectExistByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
IfsFindPublicObjectByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
Modifier and Type | Method and Description |
---|---|
protected LibraryObject[] |
CupArgumentTranslator.resolveObject(LibrarySession session,
FolderPathResolver fpr,
Hashtable tstate,
boolean multipleObjectsAllowed)
This returns an array of LibraryObjects based on the flags and positionals.
|
Modifier and Type | Method and Description |
---|---|
FolderPathResolver |
CupSession.getFolderPathResolver()
Gets the FolderPathResolver.
|
Modifier and Type | Method and Description |
---|---|
void |
CupSession.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
Copyright © 2023. All rights reserved.