Uses of Class
com.sas.hls.common.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
com.sas.hls.security.acl Service and class definitions for manipulating and creating acls. 
com.sas.hls.work.workitem Service and class definitions for getting work item and task information. 
 

Uses of ObjectNotFoundException in com.sas.hls.security.acl
 

Methods in com.sas.hls.security.acl that throw ObjectNotFoundException
 Acl AclService.getAcl(AclSecurable aclSecurable)
          Gets the acl for the object.
 AclContainer AclService.getAclContainer(AclContainerSecurable aclContainerSecurable)
          Gets the AclContainer for the specified container
 

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

Methods in com.sas.hls.work.workitem that throw ObjectNotFoundException
 List<WorkItem> WorkItemService.getAllWorkItemsByContext(ObjectIdentity context, boolean includeChildren)
          Get all work items at a specified context, and (optionally) below.
 List<WorkItem> WorkItemService.getMyWorkItemsByContext(ObjectIdentity context, boolean includeChildren)
          Get all work items that are owned by the current user at a specified context, and (optionally) below.
 



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