oracle.jbo.dt.common
Class WorkspaceManager
java.lang.Object
oracle.jbo.dt.common.WorkspaceManager
- public class WorkspaceManager
- extends java.lang.Object
Method Summary |
static java.util.ArrayList |
getAllApplicationModules()
Retrives all the application modules that are contained in the current workspace. |
static java.util.ArrayList |
getBusinessProjects()
Get an ArrayList containing all the projects in the current workspace which
contain business objects. |
static java.util.ArrayList |
getProjectsInActiveWorkspace()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkspaceManager
public WorkspaceManager()
getBusinessProjects
public static java.util.ArrayList getBusinessProjects()
- Get an ArrayList containing all the projects in the current workspace which
contain business objects.
- Returns:
- the projects with business objects in the current workspace
getAllApplicationModules
public static java.util.ArrayList getAllApplicationModules()
- Retrives all the application modules that are contained in the current workspace.
- Returns:
- An ArrayList containing oracle.jbo.dt.objects.JboAppModule instances
getProjectsInActiveWorkspace
public static java.util.ArrayList getProjectsInActiveWorkspace()
Copyright © 1997, 2004, Oracle. All rights reserved.