Uses of Interface
org.nuxeo.scenari.model.ScenariWorkspace

Packages that use ScenariWorkspace
org.nuxeo.scenari.service   
 

Uses of ScenariWorkspace in org.nuxeo.scenari.service
 

Methods in org.nuxeo.scenari.service that return ScenariWorkspace
 ScenariWorkspace ScenariStorageService.createWorkspace(org.nuxeo.ecm.core.api.CoreSession session, String name)
          Crée un ScenariWorkspace à l'emplacement par défaut
 ScenariWorkspace ScenariStorageService.createWorkspace(org.nuxeo.ecm.core.api.CoreSession session, String parentPath, String name)
          Crée un ScenariWorkspace à l'emplacement parentPath
 ScenariWorkspace ScenariStorageService.getNodeOwnerWorkspace(org.nuxeo.ecm.core.api.CoreSession pSession, ScenariNode pNode)
          Méthode utilitaire pour obtenir le ScenariWorkspace d'un ScenariNode
 

Methods in org.nuxeo.scenari.service that return types with arguments of type ScenariWorkspace
 List<ScenariWorkspace> ScenariStorageService.listWorkspaces(org.nuxeo.ecm.core.api.CoreSession session)
          Liste les ScenariWorkspace du système
 



Copyright © 2011 Nuxeo SAS. All Rights Reserved.