public interface WorkQueueSearch
Application
that are in work queue for determination.Modifier and Type | Method and Description |
---|---|
curam.intake.facade.struct.WorkQueueSearchResultsDetailsList |
searchWorkQueueForEligibilityWorker(curam.intake.facade.struct.WorkQueueSearchKey key)
Searches all unreserved tasks in the work queue assigned for the user.
|
curam.intake.facade.struct.WorkQueueSearchResultsDetailsList |
searchWorkQueueForUser(curam.intake.facade.struct.WorkQueueSearchKey key)
Searches all unreserved tasks in the work queue assigned for the user.
|
curam.intake.facade.struct.WorkQueueSearchResultsDetailsList searchWorkQueueForUser(curam.intake.facade.struct.WorkQueueSearchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
queueSearchKey
- List of Processing Deadlines that will be used to
filter the List returned.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.intake.facade.struct.WorkQueueSearchResultsDetailsList searchWorkQueueForEligibilityWorker(curam.intake.facade.struct.WorkQueueSearchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
searchKey
- List of Processing Deadlines that will be used to filter
the List returned.curam.util.exception.AppException
curam.util.exception.InformationalException