org.smartcomps.twister.worklist
Interface TwisterWorkList

All Known Implementing Classes:
WorkListImpl

public interface TwisterWorkList

Main interface of the Twister WorkList Manager, used to arrange work items as a work list specific to one user and to complete or cancel work items.

See Also:
WorkItem

Method Summary
 void completeWorkItem(java.lang.Long wiId)
           
 java.lang.Long createWorkItem(org.dom4j.Document creationMessage)
           
 java.util.Collection getWorkList(java.lang.String user)
           
 

Method Detail

createWorkItem

public java.lang.Long createWorkItem(org.dom4j.Document creationMessage)
                              throws InvalidMessageException,
                                     CreationException
InvalidMessageException
CreationException

getWorkList

public java.util.Collection getWorkList(java.lang.String user)
                                 throws FinderException
FinderException

completeWorkItem

public void completeWorkItem(java.lang.Long wiId)
                      throws WorkListException
WorkListException


Copyright © 2003 SmartComps. All Rights Reserved.