Uses of Interface
com.bradmcevoy.http.DeletableResource

Packages that use DeletableResource
com.bradmcevoy.http   
 

Uses of DeletableResource in com.bradmcevoy.http
 

Subinterfaces of DeletableResource in com.bradmcevoy.http
 interface DeletableCollectionResource
          An extension to DeletableResource and CollectionResource, this interface adds a method to support efficient detection of child locks.
 interface FileResource
          Extends all interfaces required for typical document behavior.
 interface FolderResource
          Extends all interfaces required for typical folder behavior.
 

Methods in com.bradmcevoy.http with parameters of type DeletableResource
 void DeleteHelperImpl.delete(DeletableResource r)
           
 void DeleteHelper.delete(DeletableResource r)
          Delete the resource and any child resources
 



Copyright © 2011. All Rights Reserved.