Package io.milton.resource
Interface CollectionResource
-
- All Superinterfaces:
Resource
- All Known Subinterfaces:
AddressBookDirectoryResource,AddressBookResource,CalendarCollection,CalendarResource,DeletableCollectionResource,ExtMakeCalendarResource,FolderResource,LockingCollectionResource,LockNullResource,MakeCalendarResource,MakeCollectionableResource,PutableResource,SyncCollectionResource
public interface CollectionResource extends Resource
A type of Resource which can have children, ie it can act as a directory. This is only part of the normal behaviour of a directory though, you should have a look at FolderResource for a more complete interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resourcechild(String childName)List<? extends Resource>getChildren()-
Methods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
-