com.adobe.idp.taskmanager.dsc.client.task
Class BatchResult

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.task.BatchResult
All Implemented Interfaces:
java.io.Serializable

public class BatchResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BatchResult()
           
 
Method Summary
 void addFailure(BatchFailure failure)
          sets a list of Failures
 java.util.List getFailures()
          returns a list of failures from the batchReassign operation, if IgnoreErrors == true was passed
 java.util.List getReassignments()
          retrieve the list of Tasks which were reassigned
 void setReassignments(java.util.List aReassignments)
          sets a list of reassignments
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchResult

public BatchResult()
Method Detail

getReassignments

public java.util.List getReassignments()
retrieve the list of Tasks which were reassigned

Returns:
a List of TaskIds for which we successfully reassigned a task

setReassignments

public void setReassignments(java.util.List aReassignments)
sets a list of reassignments

Parameters:
aReassignments - a list of tasks which were reassigned.

getFailures

public java.util.List getFailures()
returns a list of failures from the batchReassign operation, if IgnoreErrors == true was passed

Returns:
list of failures

addFailure

public void addFailure(BatchFailure failure)
sets a list of Failures

Parameters:
failure - list of Failures