Uses of Interface
magoffin.matt.ma2.biz.WorkBiz.WorkRequest

Packages that use WorkBiz.WorkRequest
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
 

Uses of WorkBiz.WorkRequest in magoffin.matt.ma2.biz
 

Subinterfaces of WorkBiz.WorkRequest in magoffin.matt.ma2.biz
static interface IOBiz.TwoPhaseExportRequest
          Extension of WorkBiz.WorkRequest to allow for two-phase export media reqeust handling.
 

Methods in magoffin.matt.ma2.biz that return WorkBiz.WorkRequest
 WorkBiz.WorkRequest WorkBiz.WorkInfo.getWorkRequest()
          Get the original WorkBiz.WorkRequest associated with this info.
 

Methods in magoffin.matt.ma2.biz with parameters of type WorkBiz.WorkRequest
 WorkBiz.WorkInfo WorkBiz.submitWork(WorkBiz.WorkRequest work)
          Submit a work request for processing.
 

Uses of WorkBiz.WorkRequest in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type WorkBiz.WorkRequest
 WorkBiz.WorkInfo WorkBizImpl.submitWork(WorkBiz.WorkRequest work)