|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenariSpace
Représente un espace Scenari.
Un espace peut contenir des espaces ou des items.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.nuxeo.scenari.model.ScenariNode |
---|
ScenariNode.VersionOrigin |
Method Summary | |
---|---|
ScenariItem |
createItem(String name)
Crée un item en fils de cet espace. |
ScenariSpace |
createSubSpace(String name)
Crée un sous-espace. |
List<ScenariNode> |
getChildren()
Liste des items ou espaces "visibles" fils directs de cet espace. |
List<String> |
getChildrenNames()
Liste des noms des items / espaces |
List<ScenariNode> |
getTrashedChildren()
Liste des items ou espaces en corbeille fils directs de cet espace. |
Methods inherited from interface org.nuxeo.scenari.model.ScenariNode |
---|
createNetVersion, getDocumentModel, getId, getLinks, getLiveId, getModificationUser, getName, getNetVersions, getPath, getTimestamp, getTitle, getVersionComment, getVersionLabel, getVersionOrigin, getVersionTimestamp, isVersion, isVisible, remove, restoreNode, save, setLinks, setTimestamp, setTitle |
Method Detail |
---|
List<ScenariNode> getChildren() throws Exception
Exception
List<String> getChildrenNames() throws Exception
Exception
List<ScenariNode> getTrashedChildren() throws Exception
Exception
ScenariSpace createSubSpace(String name) throws Exception
Exception
ScenariItem createItem(String name) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |