|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SiteTree
A sitetree.
| Field Summary | |
|---|---|
static java.lang.String |
IDENTIFIABLE_TYPE
The type of sitetree identifiable objects. |
| Method Summary | |
|---|---|
void |
moveDown(java.lang.String path)
Move down the node amongst its siblings. |
void |
moveUp(java.lang.String path)
Move up the node amongst its siblings. |
org.apache.lenya.cms.site.SiteNode[] |
preOrder()
|
| Methods inherited from interface org.apache.lenya.cms.site.SiteStructure |
|---|
add, add, add, contains, contains, containsByUuid, containsInAnyLanguage, getArea, getByUuid, getNode, getNodes, getPublication, getRepositoryNode, getTopLevelNodes |
| Methods inherited from interface org.apache.lenya.cms.repository.RepositoryItem |
|---|
getSession |
| Field Detail |
|---|
static final java.lang.String IDENTIFIABLE_TYPE
| Method Detail |
|---|
void moveUp(java.lang.String path)
throws org.apache.lenya.cms.site.SiteException
path - The document id of the node.
org.apache.lenya.cms.site.SiteException - if the moving failed.
void moveDown(java.lang.String path)
throws org.apache.lenya.cms.site.SiteException
path - The document id of the node.
org.apache.lenya.cms.site.SiteException - if the moving failed.org.apache.lenya.cms.site.SiteNode[] preOrder()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||