Methods in org.pentaho.commons.util.repository that throw OperationNotSupportedException |
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)
|
String |
IObjectService.createPolicy(String repositoryId,
String typeId,
CmisProperties properties,
String folderId)
|
String |
IObjectService.createRelationship(String repositoryId,
String typeId,
CmisProperties properties,
String sourceObjectId,
String targetObjectId)
|
void |
IObjectService.deleteContentStream(String repositoryId,
String documentId)
|
void |
IObjectService.deleteObject(String repositoryId,
String objectId)
|
List<String> |
IObjectService.deleteTree(String repositoryId,
String folderId,
UnfileNonfolderObjects unfileNonfolderObjects,
boolean continueOnFailure)
|
AllowableActions |
IObjectService.getAllowableActions(String repositoryId,
String objectId)
|
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)
|
ContentStream |
IObjectService.getContentStream(String repositoryId,
String documentId)
|
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)
|
CmisObject |
IObjectService.getProperties(String repositoryId,
String objectId,
ReturnVersion returnVersion,
String filter,
boolean includeAllowableActions,
boolean includeRelationships)
|
void |
IObjectService.moveObject(String repositoryId,
String objectId,
String targetFolderId,
String sourceFolderId)
|
String |
IObjectService.setContentStream(String repositoryId,
String documentId,
boolean overwriteFlag,
ContentStream contentStream)
|
void |
IObjectService.updateProperties(String repositoryId,
String objectId,
String changeToken,
CmisProperties properties)
|
Methods in org.pentaho.platform.util.client that throw OperationNotSupportedException |
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)
|
String |
BiPlatformRepositoryClientObjectService.createPolicy(String arg0,
String arg1,
CmisProperties arg2,
String arg3)
|
String |
BiPlatformRepositoryClientObjectService.createRelationship(String arg0,
String arg1,
CmisProperties arg2,
String arg3,
String arg4)
|
void |
BiPlatformRepositoryClientObjectService.deleteContentStream(String arg0,
String arg1)
|
void |
BiPlatformRepositoryClientObjectService.deleteObject(String arg0,
String arg1)
|
List<String> |
BiPlatformRepositoryClientObjectService.deleteTree(String arg0,
String arg1,
UnfileNonfolderObjects arg2,
boolean arg3)
|
AllowableActions |
BiPlatformRepositoryClientObjectService.getAllowableActions(String arg0,
String arg1)
|
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)
|
ContentStream |
BiPlatformRepositoryClientObjectService.getContentStream(String arg0,
String arg1)
|
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)
|
CmisObject |
BiPlatformRepositoryClientObjectService.getProperties(String arg0,
String arg1,
ReturnVersion arg2,
String arg3,
boolean arg4,
boolean arg5)
|
void |
BiPlatformRepositoryClientObjectService.moveObject(String arg0,
String arg1,
String arg2,
String arg3)
|
String |
BiPlatformRepositoryClientObjectService.setContentStream(String arg0,
String arg1,
boolean arg2,
ContentStream arg3)
|
void |
BiPlatformRepositoryClientObjectService.updateProperties(String arg0,
String arg1,
String arg2,
CmisProperties arg3)
|