Uses of Class
org.apache.chemistry.opencmis.commons.enums.UnfileObject

Packages that use UnfileObject
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of UnfileObject in org.apache.chemistry.opencmis.client.api
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type UnfileObject
 void TransientFolder.deleteTree(boolean allversions, UnfileObject unfile, boolean continueOnFailure)
           
 java.util.List<java.lang.String> Folder.deleteTree(boolean allversions, UnfileObject unfile, boolean continueOnFailure)
          Deletes this folder and all subfolders.
 

Uses of UnfileObject in org.apache.chemistry.opencmis.commons.enums
 

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

Uses of UnfileObject in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi with parameters of type UnfileObject
 FailedToDeleteData ObjectService.deleteTree(java.lang.String repositoryId, java.lang.String folderId, java.lang.Boolean allVersions, UnfileObject unfileObjects, java.lang.Boolean continueOnFailure, ExtensionsData extension)
          Deletes the specified folder object and all of its child- and descendant-objects.
 

Uses of UnfileObject in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return UnfileObject
protected  UnfileObject CmisServiceWrapper.getDefault(UnfileObject value)
          Returns the UnfileObjects.DELETE if value is null.
 

Methods in org.apache.chemistry.opencmis.server.support with parameters of type UnfileObject
 FailedToDeleteData CmisServiceWrapper.deleteTree(java.lang.String repositoryId, java.lang.String folderId, java.lang.Boolean allVersions, UnfileObject unfileObjects, java.lang.Boolean continueOnFailure, ExtensionsData extension)
           
protected  UnfileObject CmisServiceWrapper.getDefault(UnfileObject value)
          Returns the UnfileObjects.DELETE if value is null.
 



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