com.sas.hls.resource.repository
Class RepositoryCopyResults

java.lang.Object
  extended by com.sas.hls.resource.repository.RepositoryCopyResults
All Implemented Interfaces:
Serializable

public class RepositoryCopyResults
extends Object
implements Serializable

A data transfer object specifying the list of repository files and repository folders that were successfully copied in a repository copy operation.

See Also:
Serialized Form

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

RepositoryCopyResults

public RepositoryCopyResults()
Zero-arg constructor

Method Detail

getNewFolderPaths

public List<String> getNewFolderPaths()
Get the list of new folders created in this copy operation.

Returns:
The list of new folders created in this copy operation.

setNewFolderPaths

public void setNewFolderPaths(List<String> newContainerPaths)
Set the list of new folders created in this copy operation.

Parameters:
newContainerPaths - The list of new folders created in this copy operation.

getNewFilePaths

public List<String> getNewFilePaths()
Get the list of new files created in this copy operation.

Returns:
The list of new files created in this copy operation.

setNewFilePaths

public void setNewFilePaths(List<String> newFilePaths)
Set the list of new files created in this copy operation.

Parameters:
newFilePaths - The list of new files created in this copy operation.


Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA