Uses of Interface
org.modeshape.graph.Workspace

Packages that use Workspace
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Workspace in org.modeshape.graph
 

Methods in org.modeshape.graph that return Workspace
 Workspace Graph.getCurrentWorkspace()
          Get the name of the current workspace being used by this graph.
 Workspace Graph.NameWorkspace.named(String workspaceName)
          Specify the name of the new workspace that is to be created.
 Workspace Graph.NameWorkspace.namedSomethingLike(String workspaceName)
          Specify the name of the new workspace that is to be created.
 Workspace Graph.useWorkspace(String workspaceName)
          Switch this graph to use another existing workspace in the same source.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.