com.bradmcevoy.http
Interface MakeCollectionableResource

All Superinterfaces:
CollectionResource, Resource
All Known Subinterfaces:
FolderResource

public interface MakeCollectionableResource
extends CollectionResource

Represents a collection (ie a folder or directory which allows sub collections to be created

Author:
brad

Method Summary
 CollectionResource createCollection(java.lang.String newName)
           
 
Methods inherited from interface com.bradmcevoy.http.CollectionResource
child, getChildren
 
Methods inherited from interface com.bradmcevoy.http.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
 

Method Detail

createCollection

CollectionResource createCollection(java.lang.String newName)
                                    throws NotAuthorizedException,
                                           ConflictException,
                                           BadRequestException
Parameters:
newName -
Returns:
Throws:
NotAuthorizedException
ConflictException
BadRequestException


Copyright © 2011. All Rights Reserved.