|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.resource.repository.RepositoryCopyResults
public class RepositoryCopyResults
A data transfer object specifying the list of repository files and repository folders that were successfully copied in a repository copy operation.
Constructor Summary | |
---|---|
RepositoryCopyResults()
Zero-arg constructor |
Method Summary | |
---|---|
List<String> |
getNewFilePaths()
Get the list of new files created in this copy operation. |
List<String> |
getNewFolderPaths()
Get the list of new folders created in this copy operation. |
void |
setNewFilePaths(List<String> newFilePaths)
Set the list of new files created in this copy operation. |
void |
setNewFolderPaths(List<String> newContainerPaths)
Set the list of new folders created in this copy operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryCopyResults()
Method Detail |
---|
public List<String> getNewFolderPaths()
public void setNewFolderPaths(List<String> newContainerPaths)
newContainerPaths
- The list of new folders created in this copy operation.public List<String> getNewFilePaths()
public void setNewFilePaths(List<String> newFilePaths)
newFilePaths
- The list of new files created in this copy operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |