|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindableResource
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void bind(DavResource collection,
DavResource newBinding)
throws DavException
collection - the collection to create the new binding in.newBinding - the new binding
DavException
void rebind(DavResource collection,
DavResource newBinding)
throws DavException
collection - the collection to create the new binding in.newBinding - the new binding
DavExceptionSet<ParentElement> getParentElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||