public interface BindableResource
Modifier and Type | Method and Description |
---|---|
void |
bind(DavResource collection,
DavResource newBinding)
Will add a new binding to the given collection referencing this resource.
|
Set<ParentElement> |
getParentElements()
Will retrieve a collection of parent elements of the bindable resource
representing the parent set.
|
void |
rebind(DavResource collection,
DavResource newBinding)
Will rebind the resource to the given collection.
|
void bind(DavResource collection, DavResource newBinding) throws DavException
collection
- the collection to create the new binding in.newBinding
- the new bindingDavException
void rebind(DavResource collection, DavResource newBinding) throws DavException
collection
- the collection to create the new binding in.newBinding
- the new bindingDavException
Set<ParentElement> getParentElements()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.