Oracle ADF Designtime API Reference v10.1.2


oracle.jbo.dt.common
Class WorkspaceManager

java.lang.Object
  extended byoracle.jbo.dt.common.WorkspaceManager


public class WorkspaceManager
extends java.lang.Object

Constructor Summary
WorkspaceManager()

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

Constructor Detail

WorkspaceManager

public WorkspaceManager()

Method Detail

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()

Oracle ADF Designtime API Reference v10.1.2


Copyright © 1997, 2004, Oracle. All rights reserved.