Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.enums |
OpenCMIS enums.
|
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
org.apache.chemistry.opencmis.server.support.wrapper |
Modifier and Type | Method and Description |
---|---|
FailedToDeleteData |
FilterCmisService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<String> |
Folder.deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes this folder and all subfolders.
|
List<String> |
Session.deleteTree(ObjectId folderId,
boolean allVersions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes a folder and all subfolders.
|
Future<List<String>> |
AsyncSession.deleteTree(ObjectId folderId,
boolean allVersions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes a folder and all subfolders.
|
List<String> |
Session.deleteTreebyPath(String path,
boolean allVersions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes a folder and all subfolders by path.
|
List<String> |
Session.deleteTreebyPath(String parentPath,
String name,
boolean allVersions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes a folder and all subfolders by path.
|
Modifier and Type | Method and Description |
---|---|
static UnfileObject |
UnfileObject.fromValue(String v) |
static UnfileObject |
UnfileObject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnfileObject[] |
UnfileObject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FailedToDeleteData |
AbstractCmisService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension)
Deletes the specified folder object and all of its child- and
descendant-objects.
|
Modifier and Type | Method and Description |
---|---|
FailedToDeleteData |
ObjectService.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension)
Deletes the specified folder object and all of its child- and
descendant-objects.
|
Modifier and Type | Method and Description |
---|---|
protected UnfileObject |
ConformanceCmisServiceWrapper.getDefault(UnfileObject value)
Returns
UnfileObjects.DELETE if value is null . |
Modifier and Type | Method and Description |
---|---|
FailedToDeleteData |
SimpleLoggingCmisServiceWrapper.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension) |
FailedToDeleteData |
AbstractCmisServiceWrapper.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension) |
FailedToDeleteData |
ConformanceCmisServiceWrapper.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension) |
protected UnfileObject |
ConformanceCmisServiceWrapper.getDefault(UnfileObject value)
Returns
UnfileObjects.DELETE if value is null . |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.