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