|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScenariNode | |
|---|---|
| org.nuxeo.scenari.model | |
| org.nuxeo.scenari.service | |
| Uses of ScenariNode in org.nuxeo.scenari.model |
|---|
| Subinterfaces of ScenariNode in org.nuxeo.scenari.model | |
|---|---|
interface |
ScenariItem
Représente un item dans Scenari. |
interface |
ScenariSpace
Représente un espace Scenari. |
interface |
ScenariWorkspace
Représente un atelier Scenari. |
| Methods in org.nuxeo.scenari.model that return types with arguments of type ScenariNode | |
|---|---|
List<ScenariNode> |
ScenariSpace.getChildren()
Liste des items ou espaces "visibles" fils directs de cet espace. |
List<ScenariNode> |
ScenariSpace.getTrashedChildren()
Liste des items ou espaces en corbeille fils directs de cet espace. |
| Uses of ScenariNode in org.nuxeo.scenari.service |
|---|
| Methods in org.nuxeo.scenari.service that return ScenariNode | |
|---|---|
ScenariNode |
ScenariStorageService.getNode(org.nuxeo.ecm.core.api.DocumentModel pDoc)
Retourne un ScenariNode à partir d'un document de l'Api Nuxeo. |
ScenariNode |
ScenariStorageService.getNodeById(org.nuxeo.ecm.core.api.CoreSession session,
String id,
Boolean pIfTrashed)
Retourne un ScenariNode par son id. |
ScenariNode |
ScenariStorageService.getNodeByPath(org.nuxeo.ecm.core.api.CoreSession session,
String path)
Retourne un ScenariNode par son chemin |
ScenariNode |
ScenariCallBack.NxEventMoved.getOldNode()
Retourne le ScenariNode correspondant au document avant son déplacement |
ScenariNode |
ScenariStorageService.getVersionNodeById(org.nuxeo.ecm.core.api.CoreSession session,
String type,
String versionId)
Retourne un ScenariNode versionné par son versionId. |
ScenariNode |
ScenariStorageService.move(org.nuxeo.ecm.core.api.CoreSession pSession,
ScenariNode pFromNode,
ScenariSpace pTargetParent,
String pTargetName)
Déplace un ScenariNode vers pTargetParent |
| Methods in org.nuxeo.scenari.service that return types with arguments of type ScenariNode | |
|---|---|
List<ScenariNode> |
ScenariStorageService.getPointerNodes(org.nuxeo.ecm.core.api.CoreSession pSession,
String pId)
Retourne la liste des ScenariNode pointant le noeud d'id pId |
| Methods in org.nuxeo.scenari.service with parameters of type ScenariNode | |
|---|---|
ScenariWorkspace |
ScenariStorageService.getNodeOwnerWorkspace(org.nuxeo.ecm.core.api.CoreSession pSession,
ScenariNode pNode)
Méthode utilitaire pour obtenir le ScenariWorkspace d'un ScenariNode |
ScenariNode |
ScenariStorageService.move(org.nuxeo.ecm.core.api.CoreSession pSession,
ScenariNode pFromNode,
ScenariSpace pTargetParent,
String pTargetName)
Déplace un ScenariNode vers pTargetParent |
void |
ScenariCallBack.notifyNxUpdate(ScenariCallBack.NxEvent event,
ScenariNode node,
long timestamp)
Informe d'un évènement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||