| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.commons.impl.jaxb | |
| org.apache.chemistry.opencmis.server.impl.webservices | 
| Modifier and Type | Field and Description | 
|---|---|
protected javax.xml.bind.JAXBElement<EnumUnfileObject> | 
DeleteTree.unfileObjects  | 
| Modifier and Type | Method and Description | 
|---|---|
static EnumUnfileObject | 
EnumUnfileObject.fromValue(String v)  | 
static EnumUnfileObject | 
EnumUnfileObject.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EnumUnfileObject[] | 
EnumUnfileObject.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.bind.JAXBElement<EnumUnfileObject> | 
ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
 | 
javax.xml.bind.JAXBElement<EnumUnfileObject> | 
DeleteTree.getUnfileObjects()
Gets the value of the unfileObjects property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.bind.JAXBElement<EnumUnfileObject> | 
ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
 | 
DeleteTreeResponse.FailedToDelete | 
ObjectServicePort.deleteTree(String repositoryId,
          String folderId,
          Boolean allVersions,
          EnumUnfileObject unfileObjects,
          Boolean continueOnFailure,
          CmisExtensionType extension)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeleteTree.setUnfileObjects(javax.xml.bind.JAXBElement<EnumUnfileObject> value)
Sets the value of the unfileObjects property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteTreeResponse.FailedToDelete | 
ObjectService.deleteTree(String repositoryId,
          String folderId,
          Boolean allVersions,
          EnumUnfileObject unfileObjects,
          Boolean continueOnFailure,
          CmisExtensionType extension)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.