|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISiteContainer
A container of ISite resources
| Field Summary |
|---|
| Fields inherited from interface org.nuxeo.core.resources.model.IContainer |
|---|
EMPTY_CHILDREN |
| Method Summary | |
|---|---|
void |
addSite(ISite site)
Add a new site to this container |
ISite |
findOwnerSite(java.lang.String uri)
Find the existing site owning the given uri |
ISite |
findSite(java.lang.String uri)
Find existing site having the URI euqls to the given one |
ISite[] |
findSites()
Return the existing sites owned by this manager |
ISite |
getSite(java.lang.String uri)
Get the site having the given uri. |
void |
removeSite(java.lang.String uri)
Remove the site with the given URI from the container |
| Methods inherited from interface org.nuxeo.core.resources.model.IContainer |
|---|
children, findChild |
| Method Detail |
|---|
void addSite(ISite site)
site - the site to addvoid removeSite(java.lang.String uri)
uri - the site URI to removeISite getSite(java.lang.String uri)
uri - the site uri
ISite findSite(java.lang.String uri)
uri - the uri
ISite findOwnerSite(java.lang.String uri)
uri - the uri
ISite[] findSites()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||