Uses of Class
com.sas.hls.work.workitem.exception.WorkItemNotFoundException

Packages that use WorkItemNotFoundException
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

Uses of WorkItemNotFoundException in com.sas.hls.work.workitem
 

Methods in com.sas.hls.work.workitem that throw WorkItemNotFoundException
 List<Task> WorkItemService.getActiveTasksOfWorkItem(String workItemId)
          Get all active tasks for a work item.
 List<RepositoryFile> WorkItemService.getAttachmentsForWorkItem(String workItemId)
          Get all attachments associated with a work item.
 List<CompletedTask> WorkItemService.getCompletedTasksForWorkItem(String workItemId)
          Get all completed tasks for a work item.
 FlowDetails WorkItemService.getFlowForWorkItem(String workItemId)
          Get the work flow definition details for a work item.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA