org.smartcomps.twister.worklist.priv
Class WorkListImpl

java.lang.Object
  |
  +--org.smartcomps.twister.worklist.priv.WorkListImpl
All Implemented Interfaces:
TwisterWorkList

public class WorkListImpl
extends java.lang.Object
implements TwisterWorkList

Implementation of the WorkList interface.


Constructor Summary
WorkListImpl()
           
 
Method Summary
 void completeWorkItem(java.lang.Long wiId)
           
 java.lang.Long createWorkItem(org.dom4j.Document creationMessage)
           
 java.util.Collection getWorkList(java.lang.String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkListImpl

public WorkListImpl()
Method Detail

createWorkItem

public java.lang.Long createWorkItem(org.dom4j.Document creationMessage)
                              throws InvalidMessageException,
                                     CreationException
Specified by:
createWorkItem in interface TwisterWorkList
InvalidMessageException
CreationException

getWorkList

public java.util.Collection getWorkList(java.lang.String user)
                                 throws FinderException
Specified by:
getWorkList in interface TwisterWorkList
FinderException

completeWorkItem

public void completeWorkItem(java.lang.Long wiId)
                      throws WorkListException
Specified by:
completeWorkItem in interface TwisterWorkList
WorkListException


Copyright © 2003 SmartComps. All Rights Reserved.