Methods in org.pentaho.commons.util.repository that throw PermissionDeniedException |
String |
IObjectService.createDocument(String repositoryId,
String typeId,
CmisProperties properties,
String folderId,
ContentStream contentStream,
VersioningState versioningState)
|
String |
IObjectService.createFolder(String repositoryId,
String typeId,
CmisProperties properties,
String folderId)
|
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 PermissionDeniedException |
String |
BiPlatformRepositoryClientObjectService.createDocument(String arg0,
String arg1,
CmisProperties arg2,
String arg3,
ContentStream arg4,
VersioningState arg5)
|
String |
BiPlatformRepositoryClientObjectService.createFolder(String arg0,
String arg1,
CmisProperties arg2,
String arg3)
|
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)
|