|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenariItem
Représente un item dans Scenari.
Nested Class Summary | |
---|---|
static class |
ScenariItem.ResourceStatus
Statut d'une ressource de l'item. |
Nested classes/interfaces inherited from interface org.nuxeo.scenari.model.ScenariNode |
---|
ScenariNode.VersionOrigin |
Field Summary | |
---|---|
static String |
PATH_MONORESOURCE
Chemin de la ressource pour les items mono-flux. |
Method Summary | |
---|---|
void |
copyContentFrom(ScenariItem pOtherItem)
Copie le contenu d'un item vers cet item (perfs). |
boolean |
deleteResource(String path)
Supprime une ressource et ses descendants. |
List<String> |
getChildrenResourcePaths(String parentPath)
Retourne la liste des noms des fils directs d'un chemin. |
List<ScenariItem> |
getHistory()
Retourne les entrées d'historique de cet item. |
org.nuxeo.ecm.core.api.Blob |
getResource(String path)
Retourne une ressource selon son chemin. |
List<String> |
getResourcePaths()
Retourne la liste des ressources de cet item. |
ScenariItem.ResourceStatus |
getResourceStatus(String path)
Retourne le statut d'une ressource selon son chemin. |
void |
setResource(String path,
org.nuxeo.ecm.core.api.Blob blob)
Affectation et création au besoin d'un flux. |
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 |
Field Detail |
---|
static final String PATH_MONORESOURCE
Method Detail |
---|
List<String> getResourcePaths() throws Exception
Exception
ScenariItem.ResourceStatus getResourceStatus(String path) throws Exception
Exception
org.nuxeo.ecm.core.api.Blob getResource(String path) throws Exception
Exception
List<String> getChildrenResourcePaths(String parentPath) throws Exception
Exception
void setResource(String path, org.nuxeo.ecm.core.api.Blob blob) throws Exception
Exception
boolean deleteResource(String path) throws Exception
Exception
void copyContentFrom(ScenariItem pOtherItem) throws Exception
Exception
List<ScenariItem> getHistory() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |