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 |
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 |
---|---|
void |
TransientFolder.deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
Deprecated.
|
List<String> |
Folder.deleteTree(boolean allversions,
UnfileObject unfile,
boolean continueOnFailure)
Deletes this folder and all subfolders.
|
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 |
CmisServiceWrapper.getDefault(UnfileObject value)
Returns the
UnfileObjects.DELETE if value is
null . |
Modifier and Type | Method and Description |
---|---|
FailedToDeleteData |
CmisServiceWrapper.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
UnfileObject unfileObjects,
Boolean continueOnFailure,
ExtensionsData extension) |
protected UnfileObject |
CmisServiceWrapper.getDefault(UnfileObject value)
Returns the
UnfileObjects.DELETE if value is
null . |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.