Uses of Class
org.xcmis.core.EnumUnfileObject

Packages that use EnumUnfileObject
org.xcmis.core   
org.xcmis.messaging   
org.xcmis.soap   
org.xcmis.wssoap.impl   
 

Uses of EnumUnfileObject in org.xcmis.core
 

Methods in org.xcmis.core that return EnumUnfileObject
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.
 

Uses of EnumUnfileObject in org.xcmis.messaging
 

Fields in org.xcmis.messaging with type parameters of type EnumUnfileObject
protected  JAXBElement<EnumUnfileObject> DeleteTree.unfileObjects
           
 

Methods in org.xcmis.messaging that return types with arguments of type EnumUnfileObject
 JAXBElement<EnumUnfileObject> ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
          Create an instance of JAXBElement<EnumUnfileObject>}
 JAXBElement<EnumUnfileObject> DeleteTree.getUnfileObjects()
          Gets the value of the unfileObjects property.
 

Methods in org.xcmis.messaging with parameters of type EnumUnfileObject
 JAXBElement<EnumUnfileObject> ObjectFactory.createDeleteTreeUnfileObjects(EnumUnfileObject value)
          Create an instance of JAXBElement<EnumUnfileObject>}
 

Method parameters in org.xcmis.messaging with type arguments of type EnumUnfileObject
 void DeleteTree.setUnfileObjects(JAXBElement<EnumUnfileObject> value)
          Sets the value of the unfileObjects property.
 

Uses of EnumUnfileObject in org.xcmis.soap
 

Methods in org.xcmis.soap with parameters of type EnumUnfileObject
 DeleteTreeResponse.FailedToDelete ObjectServicePort.deleteTree(String repositoryId, String folderId, Boolean allVersions, EnumUnfileObject unfileObjects, Boolean continueOnFailure, CmisExtensionType extension)
           
 

Uses of EnumUnfileObject in org.xcmis.wssoap.impl
 

Methods in org.xcmis.wssoap.impl with parameters of type EnumUnfileObject
 DeleteTreeResponse.FailedToDelete ObjectServicePortImpl.deleteTree(String repositoryId, String folderId, Boolean allVersions, EnumUnfileObject unfileObject, Boolean continueOnFailure, CmisExtensionType extension)
          
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.