it.eng.spagobi.workflow.modules
Class WorkListModule

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spago.dispatching.module.AbstractModule
          extended by it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
              extended by it.eng.spagobi.workflow.modules.WorkListModule
All Implemented Interfaces:
it.eng.spago.dispatching.module.ModuleIFace, it.eng.spago.dispatching.service.list.basic.IFaceBasicListService, it.eng.spago.dispatching.service.RequestContextIFace, it.eng.spago.dispatching.service.ServiceIFace, it.eng.spago.init.InitializerIFace, java.io.Serializable

public class WorkListModule
extends it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule

See Also:
Serialized Form

Constructor Summary
WorkListModule()
           
 
Method Summary
 it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean arg0, it.eng.spago.base.SourceBean arg1)
          Ovverided to code the logic to get the worklist from workflow engine
 
Methods inherited from class it.eng.spago.dispatching.module.list.basic.AbstractBasicListModule
callback, delete, getList, service, setList
 
Methods inherited from class it.eng.spago.dispatching.module.AbstractModule
getConfig, getModule, getPage, getSharedData, init, setModule, setPage, setSharedData
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkListModule

public WorkListModule()
Method Detail

getList

public it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.base.SourceBean arg0,
                                                      it.eng.spago.base.SourceBean arg1)
                                               throws java.lang.Exception
Ovverided to code the logic to get the worklist from workflow engine

Throws:
java.lang.Exception