Uses of Class
org.pentaho.commons.util.repository.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
org.pentaho.commons.util.repository   
org.pentaho.platform.util.client   
 

Uses of ObjectNotFoundException in org.pentaho.commons.util.repository
 

Methods in org.pentaho.commons.util.repository that throw ObjectNotFoundException
 GetCheckedoutDocsResponse INavigationService.getCheckedoutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 java.util.List<CmisObject> INavigationService.getChildren(java.lang.String repositoryId, java.lang.String folderId, TypesOfFileableObjects type, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 java.util.List<CmisObject> INavigationService.getDescendants(java.lang.String repositoryId, java.lang.String folderId, TypesOfFileableObjects type, int depth, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 java.util.List<CmisObject> INavigationService.getFolderParent(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 java.util.List<CmisObject> INavigationService.getObjectParent(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 

Uses of ObjectNotFoundException in org.pentaho.platform.util.client
 

Methods in org.pentaho.platform.util.client that throw ObjectNotFoundException
 GetCheckedoutDocsResponse BiPlatformRepositoryClientNavigationService.getCheckedoutDocs(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 java.util.List<CmisObject> BiPlatformRepositoryClientNavigationService.getChildren(java.lang.String repositoryId, java.lang.String folderId, TypesOfFileableObjects type, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, int maxItems, int skipCount)
           
 java.util.List<CmisObject> BiPlatformRepositoryClientNavigationService.getDescendants(java.lang.String repositoryId, java.lang.String folderId, TypesOfFileableObjects type, int depth, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships)
           
 java.util.List<CmisObject> BiPlatformRepositoryClientNavigationService.getFolderParent(java.lang.String repositoryId, java.lang.String folderId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships, boolean returnToRoot)
           
 java.util.List<CmisObject> BiPlatformRepositoryClientNavigationService.getObjectParent(java.lang.String repositoryId, java.lang.String objectId, java.lang.String filter, boolean includeAllowableActions, boolean includeRelationships)