wt.inf.template
Interface ContainerCopyWorklist

All Known Subinterfaces:
CommonCopyWorklist
All Known Implementing Classes:
LibraryCopyWorklist, ProductCopyWorklist, ProjectCopyWorklist

public interface ContainerCopyWorklist



Supported API: false

Extendable: false


Method Summary
 List getToDoList()
          Returns a list of identifier keys for the to do list.
 void validateWorklist()
          

Supported API: false
 

Method Detail

validateWorklist

public void validateWorklist()
                      throws WTException


Supported API: false

Throws:
WTException

getToDoList

public List getToDoList()
                 throws WTException
Returns a list of identifier keys for the to do list. This is the list of items that need to be done.

Supported API: false

Returns:
List
Throws:
WTException