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