|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenariWorkspace
Représente un atelier Scenari.
Un atelier Scenari est l'espace racine auquel est associé le modèle documentaire qui sera utitlisé pour analyser / interprêter les différents items de Scenari.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.nuxeo.scenari.model.ScenariNode |
---|
ScenariNode.VersionOrigin |
Method Summary | |
---|---|
String |
getScenariWspCode()
Retourne le code de l'atelier dans le repository Scenari. |
String |
readWspMeta()
Retourne la définition du modèle documentaire associé à cet atelier. |
void |
writeWspMeta(InputStream xmlStream)
Modifie la définition du modèle documentaire associé à cet atelier. |
Methods inherited from interface org.nuxeo.scenari.model.ScenariSpace |
---|
createItem, createSubSpace, getChildren, getChildrenNames, getTrashedChildren |
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 |
---|
String getScenariWspCode()
Ce code doit être unique, il peut être l'ID du document associé.
String readWspMeta() throws Exception
Exception
void writeWspMeta(InputStream xmlStream) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |