Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumUnfileObject

Packages that use EnumUnfileObject
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of EnumUnfileObject in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type EnumUnfileObject
protected  javax.xml.bind.JAXBElement<EnumUnfileObject> DeleteTree.unfileObjects
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumUnfileObject
static EnumUnfileObject EnumUnfileObject.fromValue(java.lang.String v)
           
static EnumUnfileObject EnumUnfileObject.valueOf(java.lang.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.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type EnumUnfileObject
 javax.xml.bind.JAXBElement<EnumUnfileObject> ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
          Create an instance of JAXBElement<EnumUnfileObject>}
 javax.xml.bind.JAXBElement<EnumUnfileObject> DeleteTree.getUnfileObjects()
          Gets the value of the unfileObjects property.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumUnfileObject
 javax.xml.bind.JAXBElement<EnumUnfileObject> ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
          Create an instance of JAXBElement<EnumUnfileObject>}
 DeleteTreeResponse.FailedToDelete ObjectServicePort.deleteTree(java.lang.String repositoryId, java.lang.String folderId, java.lang.Boolean allVersions, EnumUnfileObject unfileObjects, java.lang.Boolean continueOnFailure, CmisExtensionType extension)
           
 

Method parameters in org.apache.chemistry.opencmis.commons.impl.jaxb with type arguments of type EnumUnfileObject
 void DeleteTree.setUnfileObjects(javax.xml.bind.JAXBElement<EnumUnfileObject> value)
          Sets the value of the unfileObjects property.
 

Uses of EnumUnfileObject in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices with parameters of type EnumUnfileObject
 DeleteTreeResponse.FailedToDelete ObjectService.deleteTree(java.lang.String repositoryId, java.lang.String folderId, java.lang.Boolean allVersions, EnumUnfileObject unfileObjects, java.lang.Boolean continueOnFailure, CmisExtensionType extension)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.