Uses of Class
org.xcmis.spi.model.UnfileObject

Packages that use UnfileObject
org.xcmis.spi   
org.xcmis.spi.model   
 

Uses of UnfileObject in org.xcmis.spi
 

Methods in org.xcmis.spi with parameters of type UnfileObject
 Collection<String> Storage.deleteTree(FolderData folder, boolean deleteAllVersions, UnfileObject unfileObject, boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 Collection<String> Connection.deleteTree(String folderId, Boolean deleteAllVersions, UnfileObject unfileObject, Boolean continueOnFailure)
          Delete the specified folder object and all of its child- and descendant-objects.
 

Uses of UnfileObject in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return UnfileObject
static UnfileObject UnfileObject.fromValue(String value)
           
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.
 



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