| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Workspace | |
|---|---|
| oracle.ide | Contains classes that allow addins access to the IDE integration objects. | 
| oracle.ide.cmd | Contains classes implementing several JDeveloper commands. | 
| oracle.ide.dependency | Provides information about the dependencies between files in an application. | 
| oracle.ide.dependency.index | Provides the ability to store and retrieve dependency information using the index. | 
| oracle.ide.explorer | Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. | 
| oracle.ide.index | Classes used to build and query indexes of source files. | 
| oracle.ide.index.file | Contains file table interfaces used for indexing. | 
| oracle.ide.layout | Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. | 
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.ide.navigator | Contains classes providing navigator support. | 
| oracle.ide.resourcebundle | Provides a designtime abstraction around locating and managing resource bundles used by visual and non-visual editors. | 
| oracle.ide.runner | Contains classes that allow addins some level of control on the IDE runner system. | 
| oracle.jdeveloper.audit.analyzer | The base classes for writing analyzers. | 
| oracle.jdeveloper.audit.model | The base classes for defining the Audit object model. | 
| oracle.jdeveloper.audit.service | The API classes for invoking Audit programatically, and a few Audit common API classes. | 
| oracle.jdeveloper.audit.transform | The base classes for defining transformations on the Audit object model. | 
| oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes.  | 
| oracle.jdeveloper.compiler | Contains classes that allow addins to integrate their own build system translator. | 
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.db | Classes for accessing database connections in JDeveloper (and other FCP products). | 
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.java.dependency | Provides dependency information for Java. | 
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. | 
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. | 
| oracle.jdeveloper.template.wizard | |
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. | 
| oracle.jdevimpl.audit.core | |
| oracle.jdevimpl.audit.model | |
| Uses of Workspace in oracle.ide | 
|---|
| Methods in oracle.ide that return Workspace | |
|---|---|
static Workspace | 
Ide.getActiveWorkspace()Returns the currently active Workspace. | 
static Workspace | 
Ide.getDefaultWorkspace()Gets the default Workspace | 
 Workspace | 
Context.getWorkspace()Provides a reference to the Workspace associated with this Context.  | 
| Methods in oracle.ide with parameters of type Workspace | |
|---|---|
static void | 
Ide.setActiveWorkspace(Workspace workspace)Sets the active workspace  | 
static void | 
IdeCore.setActiveWorkspaceOverride(Workspace workspace)Sets the overridden value of the active workspace.  | 
 void | 
Context.setWorkspace(Workspace workspace)Sets a reference to the Workspace to be associated with this Context.  | 
| Constructors in oracle.ide with parameters of type Workspace | |
|---|---|
Context(View view, Workspace workspace, Project project, Node node)Constructor.  | 
|
Context(Workspace workspace, Project project)Constructor.  | 
|
| Uses of Workspace in oracle.ide.cmd | 
|---|
| Methods in oracle.ide.cmd that return Workspace | |
|---|---|
static Workspace | 
NewWorkspaceCommand.createEmptyWorkspace(Context context, java.net.URL wspURL)Creates a new empty workspace.  | 
| Methods in oracle.ide.cmd with parameters of type Workspace | |
|---|---|
static Project | 
NewWorkspaceCommand.createProject(Context context, Workspace workspace)Provides the UI for creating a project in the given workspace  | 
| Uses of Workspace in oracle.ide.dependency | 
|---|
| Methods in oracle.ide.dependency that return Workspace | |
|---|---|
 Workspace | 
SourceDeclaration.getWorkspace()Get the workspace containing the source file this declaration appears in.  | 
 Workspace | 
SourceReference.getWorkspace()Get the workspace containing the source file this reference appears in.  | 
| Methods in oracle.ide.dependency with parameters of type Workspace | |
|---|---|
static void | 
SourceUtils.openSourceFile(Workspace workspace, Project project, java.net.URL url)Open a source file in the code editor.  | 
static void | 
SourceUtils.openSourceFile(Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset)Open a source file in the code editor.  | 
| Constructors in oracle.ide.dependency with parameters of type Workspace | |
|---|---|
Scope(Workspace workspace) | 
|
Scope(Workspace workspace, WorkingSet workingSet) | 
|
| Uses of Workspace in oracle.ide.dependency.index | 
|---|
| Methods in oracle.ide.dependency.index that return Workspace | |
|---|---|
 Workspace | 
IndexDeclaration.getWorkspace() | 
 Workspace | 
IndexReference.getWorkspace() | 
| Constructors in oracle.ide.dependency.index with parameters of type Workspace | |
|---|---|
IndexDeclaration(java.lang.String id, Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset) | 
|
IndexReference(Workspace workspace, Project project, java.net.URL url, int startOffset, int endOffset) | 
|
| Uses of Workspace in oracle.ide.explorer | 
|---|
| Fields in oracle.ide.explorer declared as Workspace | |
|---|---|
protected  Workspace | 
Explorer.defaultWorkspace | 
| Uses of Workspace in oracle.ide.index | 
|---|
| Methods in oracle.ide.index with parameters of type Workspace | |
|---|---|
 void | 
IndexingListener.indexUpdate(Workspace workspace, Project project, java.util.Collection<java.net.URL> urls)Called when a set of files are about to be updated in the index.  | 
| Uses of Workspace in oracle.ide.index.file | 
|---|
| Methods in oracle.ide.index.file with parameters of type Workspace | |
|---|---|
abstract  void | 
FileChangeManager.addFileChangeListener(Workspace workspace, Project project, FileChangeListener listener)Add a FileChangeListener for the given workspace and project. | 
 void | 
FileChangeListener.filesChanged(Workspace workspace, Project project, java.util.Collection<FileChange> changes)One or more files have changed.  | 
abstract  void | 
FileChangeManager.removeFileChangeListener(Workspace workspace, Project project, FileChangeListener listener)Remove a FileChangeListener for the given workspace and project. | 
| Uses of Workspace in oracle.ide.layout | 
|---|
| Methods in oracle.ide.layout that return Workspace | |
|---|---|
static Workspace | 
AbstractLayoutListener.getWorkspace(java.lang.String viewId, Layout layout) | 
| Uses of Workspace in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that return Workspace | |
|---|---|
 Workspace | 
Workspaces.currentActiveWorkspace()Returns the currently active Workspace associated with this Workspaces. | 
 Workspace | 
Preferences.getDefaultWorkspace()Deprecated. Returns the default workspace.  | 
| Methods in oracle.ide.model that return types with arguments of type Workspace | |
|---|---|
 java.util.Collection<Workspace> | 
Workspaces.workspaces()Returns a collection of Workspace instances which are children of this Workspaces. | 
| Methods in oracle.ide.model with parameters of type Workspace | |
|---|---|
static WorkingSets | 
WorkingSets.getInstance(Workspace workspace)Gets the WorkingSets object for this supplied Workpsace.  | 
static WorkingSet | 
WorkingSets.getOrCreateWorkingSet(Workspace workspace, java.lang.String name, java.util.List<Project> includeProjects, java.util.Map<java.net.URL,java.util.List<java.net.URL>> projectUrlToFileUrls)Gets or creates a working set with the name given.  | 
 void | 
Workspaces.setActiveWorkspace(Workspace workspace)Sets the currently active Workspace associated with this Workspaces. | 
| Uses of Workspace in oracle.ide.navigator | 
|---|
| Methods in oracle.ide.navigator that return Workspace | |
|---|---|
 Workspace | 
ApplicationChangeNotifier.currentApplication()Returns the currently selected application.  | 
 Workspace | 
ApplicationChangeEvent.getApplication()Returns the application for which this event applies.  | 
| Uses of Workspace in oracle.ide.resourcebundle | 
|---|
| Methods in oracle.ide.resourcebundle with parameters of type Workspace | |
|---|---|
 void | 
ResourceBundleManagerDT.addRegisteredBundle(Workspace workspace, java.lang.String bundleId, boolean override) | 
| Uses of Workspace in oracle.ide.runner | 
|---|
| Methods in oracle.ide.runner that return Workspace | |
|---|---|
 Workspace | 
RunLogPage.getWorkspace()Returns the Workspace associated with this log page. | 
 Workspace | 
RunProcess.getWorkspace()Returns the Workspace associated with the RunProcess. | 
| Methods in oracle.ide.runner with parameters of type Workspace | |
|---|---|
 boolean | 
DebuggerExtender.canCreateCustomBreakpoint(java.lang.String customBreakpointType, Workspace workspace, Project project)Called by the debugger to ask the DebuggerExtender if new breakpoints of a certain type can be created for the incoming workspace and project  | 
abstract  java.net.URL | 
Debugger.parseStackTraceLine(Workspace workspace, Project project, java.lang.String stackTraceLine) | 
abstract  boolean | 
Debugger.showSourceFileForStackTraceLine(Workspace workspace, Project project, java.lang.String stackTraceLine) | 
abstract  boolean | 
Debugger.showSourceFileForStackTraceLine(Workspace workspace, Project project, java.net.URL urlWithLine) | 
| Uses of Workspace in oracle.jdeveloper.audit.analyzer | 
|---|
| Methods in oracle.jdeveloper.audit.analyzer that return Workspace | |
|---|---|
 Workspace | 
AuditContext.getWorkspace()Gets the workspace currently being traversed, or null if the root is currently being traversed.  | 
| Methods in oracle.jdeveloper.audit.analyzer with parameters of type Workspace | ||
|---|---|---|
  | 
AuditContext.getModel(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace)Gets the model adapter for the model corresponding to a workspace, project, and url.  | 
|
  | 
AuditTaskContext.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace)Gets the adapter for the model corresponding to a workspace, project, and url.  | 
|
  | 
AuditContext.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace)Deprecated. Use AuditContext.getModel(Class, URL, Project, Workspace) | 
|
| Uses of Workspace in oracle.jdeveloper.audit.model | 
|---|
| Methods in oracle.jdeveloper.audit.model that return Workspace | |
|---|---|
 Workspace | 
Location.getWorkspace()Gets the workspace containing this location.  | 
 Workspace | 
FileDependency.getWorkspace()Gets the workspace target of this dependency.  | 
 Workspace | 
ModelAdapter.getWorkspace()Gets the workspace containing this model.  | 
| Methods in oracle.jdeveloper.audit.model with parameters of type Workspace | ||
|---|---|---|
static void | 
DependencyFileChangeListener.addDependency(Dependency dependency, java.util.Collection<java.lang.String> names, Project project, Workspace workspace) | 
|
static void | 
DependencyFileChangeListener.addDependency(Dependency dependency, java.lang.String name, Project project, Workspace workspace) | 
|
static void | 
DependencyFileChangeListener.addDependency(Dependency dependency, java.net.URL file, Project project, Workspace workspace) | 
|
static void | 
DependencyFileChangeListener.filesChanged(java.util.Collection<java.net.URL> files, Project project, Workspace workspace) | 
|
 void | 
DependencyFileChangeListener.filesChanged(Workspace workspace, Project project, java.util.Collection<FileChange> changes) | 
|
 ContentCache | 
ModelFactory.getContentSetCache(Project project, Workspace workspace)Gets the ContentCache for a workspace, or a project in a workspace. | 
|
  | 
ModelFactory.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace)Gets the model adapter of a type corresponding to a URL, or null if none.  | 
|
 java.util.Collection<ModelAdapter> | 
ModelFactory.getModelAdapters(Element element, java.net.URL url, Project project, Workspace workspace)Gets the models corresponding to an Element or URL. | 
|
 void | 
ContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)Gets content roots for a project.  | 
|
 void | 
ContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots)Gets content roots for a workspace.  | 
|
 boolean | 
ModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)Gets whether a root element is auditable in the context of a directory, project, and workspace.  | 
|
static void | 
DependencyFileChangeListener.removeDependency(Dependency dependency, java.util.Collection<java.lang.String> names, Project project, Workspace workspace) | 
|
static void | 
DependencyFileChangeListener.removeDependency(Dependency dependency, java.lang.String name, Project project, Workspace workspace) | 
|
static void | 
DependencyFileChangeListener.removeDependency(Dependency dependency, java.net.URL file, Project project, Workspace workspace) | 
|
| Constructors in oracle.jdeveloper.audit.model with parameters of type Workspace | |
|---|---|
ContainerModelAdapter(ModelFactory factory, ModelType type, Workspace workspace) | 
|
DependencyFileChangeListener(Project project, Workspace workspace) | 
|
FileDependency(java.net.URL file, Project project, Workspace workspace)Creates a file dependency on a file.  | 
|
ModelAdapter(ModelFactory factory, ModelType type, Workspace workspace)Creates a model adapter that adapts a Workspace node. | 
|
| Uses of Workspace in oracle.jdeveloper.audit.service | 
|---|
| Methods in oracle.jdeveloper.audit.service with parameters of type Workspace | |
|---|---|
abstract  boolean | 
Auditor.addConstruct(java.lang.Object construct, java.net.URL file, Project project, Workspace workspace)Adds the location corresponding to a construct to the set of locations to be audited.  | 
abstract  boolean | 
Auditor.addElement(Element element, Node node, Project project, Workspace workspace)Adds the location corresponding to an Element to the set of locations to be audited. | 
abstract  boolean | 
Auditor.addElements(Element[] elements, Node node, Project project, Workspace workspace)Adds the locations corresponding to an array of Elements in a Node to the set of locations to be audited. | 
abstract  boolean | 
Auditor.addNode(Node node, Project project, Workspace workspace)Adds the location corresponding to a Node to the set of locations to be audited. | 
abstract  boolean | 
Auditor.addUrl(java.net.URL url, Project project, Workspace workspace)Adds the location corresponding to a URL to the set of locations to be audited.  | 
static boolean | 
Editors.editNode(Workspace workspace, Project project, Node node, int offset, int length, boolean spanLines) | 
abstract  boolean | 
Auditor.isAuditable(Element element, Node node, Project project, Workspace workspace)Gets whether an Element is auditable. | 
| Uses of Workspace in oracle.jdeveloper.audit.transform | 
|---|
| Methods in oracle.jdeveloper.audit.transform that return Workspace | |
|---|---|
 Workspace | 
TransformContext.getWorkspace()Gets the workspace containing the model to be transformed.  | 
| Methods in oracle.jdeveloper.audit.transform with parameters of type Workspace | |
|---|---|
protected  java.lang.Boolean | 
TransformAdapter.makeWritable(Node node, Project project, Workspace workspace) | 
| Constructors in oracle.jdeveloper.audit.transform with parameters of type Workspace | |
|---|---|
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace)Creates an undoable edit wrapper command without an IDE context that manages the initial selection.  | 
|
UndoableEditCommand(java.lang.String name, TextNode node, Project project, Workspace workspace, boolean initialSelection)Creates an undoable edit wrapper command without an IDE context.  | 
|
| Uses of Workspace in oracle.jdeveloper.builder.cls | 
|---|
| Methods in oracle.jdeveloper.builder.cls that return Workspace | |
|---|---|
protected  Workspace | 
AbstractGenerator.getWorkspace() | 
| Uses of Workspace in oracle.jdeveloper.compiler | 
|---|
| Methods in oracle.jdeveloper.compiler that return Workspace | |
|---|---|
 Workspace | 
CompilerPage.MsgTreeNode.getWorkspace() | 
 Workspace | 
ProblemsPage.MsgWrapper.getWorkspace() | 
 Workspace | 
IdeLog.getWorkspace()get current workspace being compiled  | 
 Workspace | 
IdeLog.Message.getWorkspace() | 
| Methods in oracle.jdeveloper.compiler that return types with arguments of type Workspace | |
|---|---|
 java.util.Map<Workspace,java.util.Map<Project,java.util.List<java.lang.String>>> | 
UnifiedBuildSystem.getCompiledClasses() | 
 java.util.Map<Workspace,java.util.Map<Project,java.util.Set<Storage>>> | 
UnifiedBuildSystem.getTranslatedSources() | 
| Methods in oracle.jdeveloper.compiler with parameters of type Workspace | |
|---|---|
 void | 
IdeLog.setWorkspace(Workspace wsp)set current workspace being compiled  | 
| Constructors in oracle.jdeveloper.compiler with parameters of type Workspace | |
|---|---|
IdeLog.Message(Workspace wsp, Project project, Storage fname, java.lang.String msg, int code, int line, int col) | 
|
IdeLog.Message(Workspace wsp, Project project, Storage fname, java.lang.String msg, int code, int line, int col, int kind) | 
|
| Uses of Workspace in oracle.jdeveloper.controller | 
|---|
| Methods in oracle.jdeveloper.controller with parameters of type Workspace | |
|---|---|
protected  void | 
NodeActionController.queueContainer(Element element, Project project, Workspace workspace, IdeAction action, java.util.Map queue) | 
| Uses of Workspace in oracle.jdeveloper.db | 
|---|
| Methods in oracle.jdeveloper.db that return Workspace | |
|---|---|
static Workspace | 
AppDatabaseConnections.getWorkspace(Context context)Gets the current workspace/application for the given Context.  | 
static Workspace | 
AppDatabaseConnections.getWorkspace(java.lang.String storeName)Returns the Workspace for the given store name, if the store name is that of an Application resources store.  | 
| Methods in oracle.jdeveloper.db with parameters of type Workspace | |
|---|---|
static DatabaseConnections | 
AppDatabaseConnections.getAppDatabaseConnections(Workspace ws)Creates a DatabaseConnections wrapper for the Application Connections in the Application (Workspace).  | 
static java.lang.String | 
AppDatabaseConnections.getConnectionStoreName(Workspace w)Gets the connection store name for the given Application (Workspace).  | 
| Uses of Workspace in oracle.jdeveloper.deploy.dt | 
|---|
| Methods in oracle.jdeveloper.deploy.dt with parameters of type Workspace | |
|---|---|
static java.util.Map | 
Deployment.getWorkspaceProfiles(Workspace workspace)Returns an Map of profiles Profile contained in the given Application workspace. | 
| Uses of Workspace in oracle.jdeveloper.java.dependency | 
|---|
| Constructors in oracle.jdeveloper.java.dependency with parameters of type Workspace | |
|---|---|
FieldDeclaration(java.lang.String id, Workspace workspace, Project project, SourceElement element, java.lang.String fqClassName, java.lang.String fieldName) | 
|
MethodDeclaration(java.lang.String id, Workspace workspace, Project project, SourceElement element, java.lang.String fqClassName, java.lang.String methodName, java.util.Collection<java.lang.String> parameters) | 
|
| Uses of Workspace in oracle.jdeveloper.model | 
|---|
| Methods in oracle.jdeveloper.model with parameters of type Workspace | |
|---|---|
static ApplicationContent | 
ApplicationContent.getInstance(Workspace workspace)Returns a new ApplicationContent adapter for the specified Workspace.  | 
| Uses of Workspace in oracle.jdeveloper.runner | 
|---|
| Methods in oracle.jdeveloper.runner with parameters of type Workspace | |
|---|---|
static java.net.URL | 
Source.askSourceFinders(Workspace workspace, Project project, java.lang.String pkg, java.lang.String filename) | 
static java.net.URL | 
Source.findOpenSourceStub(Workspace workspace, Project project, java.lang.String fullClassName)Returns the URL for a source stub that has already been opened.  | 
static java.net.URL | 
Source.findSourceFile(Workspace workspace, Project project, java.lang.String pkg, java.lang.String filename)Returns the URL for the source file that has the given package and filename.  | 
 java.net.URL | 
SourceFinder.findSourceFile(Workspace workspace, Project project, java.lang.String pkg, java.lang.String filename)Returns the URL to a source file, or null if the source can not be found. | 
static java.net.URL | 
Source.findURLForClass(Workspace workspace, Project project, java.lang.String fullClassName) | 
static java.net.URL | 
Source.findURLForClassSource(Workspace workspace, Project project, java.lang.String fullClassName) | 
static java.net.URL | 
Source.findURLForClassStub(Workspace workspace, Project project, java.lang.String fullClassName) | 
static Node[] | 
Source.getOpenedFiles(Workspace workspace, Project project)Returns the files that are currently open in an editor.  | 
static CodeEditor | 
Source.showNodeInCodeEditor(Workspace workspace, Project project, Node node)Displays a node in the code editor.  | 
static Editor | 
Source.showNodeInDefaultEditor(Workspace workspace, Project project, Node node)Displays a node in its default editor.  | 
static boolean | 
Source.showSourceFile(Workspace workspace, Project project, Node node, int line, boolean selectLine)Displays a source file in the code editor.  | 
static boolean | 
Source.showSourceFile(Workspace workspace, Project project, java.lang.String pkg, java.lang.String fullClassName, java.lang.String filename, int line, boolean selectLine)Displays a source file in the code editor.  | 
static boolean | 
Source.showSourceFile(Workspace workspace, Project project, java.lang.String pkg, java.lang.String fullClassName, java.lang.String filename, int line, boolean selectLine, java.lang.String sourceNotFoundMessage)Displays a source file in the code editor.  | 
static boolean | 
Source.showSourceFile(Workspace workspace, Project project, java.lang.String pkg, java.lang.String fullClassName, java.lang.String filename, int line, boolean selectLine, java.lang.String sourceNotFoundMessage, oracle.jdevimpl.debugger.support.DebugVirtualMachine vm)Displays a source file in the code editor.  | 
static boolean | 
Source.showSourceFile(Workspace workspace, Project project, java.net.URL url, int line, boolean selectLine)Displays a source file in the code editor.  | 
static boolean | 
Source.showUIDesigner(Workspace workspace, Project project, Node node)Displays a source file in the UI designer.  | 
static boolean | 
Source.showUIDesigner(Workspace workspace, Project project, java.net.URL url)Displays a source file in the UI designer.  | 
| Uses of Workspace in oracle.jdeveloper.template.wizard | 
|---|
| Methods in oracle.jdeveloper.template.wizard that return Workspace | |
|---|---|
static Workspace | 
TemplateWizardUtil.getApplication(TraversableContext wizardContext)Gets the new Workspace from the wizard TraversableContext - this is the workspace that was created as a result of finishing the wizard. | 
protected  Workspace | 
NewApplicationFromTemplateWizard.getOrCreateWorkspace() | 
protected  Workspace | 
NewObjectFromTemplateWizard.getOrCreateWorkspace()Called when the wizard is finished and the new workpace and/or projects(s) should be created.  | 
| Methods in oracle.jdeveloper.template.wizard with parameters of type Workspace | |
|---|---|
protected  void | 
NewObjectFromTemplateWizard.commitProjectChanges(oracle.bali.ewt.wizard.Wizard wizard, java.util.List<Project> projectList, Workspace workspace, Context context) | 
 void | 
WizardTraversable.commitWizardChanges(Project project, Workspace workspace, TraversableContext dataContext)Called when the user clicks Finish on the wizard to commit the changes in the dataContext.  | 
protected  void | 
NewObjectFromTemplateWizard.createDeploymentProfile(java.lang.String deploymentProfileClassName, Workspace workspace, Project project) | 
static void | 
TemplateWizardUtil.setApplication(Workspace newWorkspace, TraversableContext wizardContext)Stores the newly-created workspace in the wizard data cotext.  | 
| Uses of Workspace in oracle.jdeveloper.vcs.changelist | 
|---|
| Methods in oracle.jdeveloper.vcs.changelist that return Workspace | |
|---|---|
 Workspace[] | 
ChangeListEvent.getWorkspaces() | 
| Methods in oracle.jdeveloper.vcs.changelist with parameters of type Workspace | |
|---|---|
 void | 
ChangeListEvent.setWorkspaces(Workspace[] workspaces) | 
| Uses of Workspace in oracle.jdeveloper.vcs.spi | 
|---|
| Methods in oracle.jdeveloper.vcs.spi with parameters of type Workspace | |
|---|---|
abstract  boolean | 
VCSApplicationSystem.canWorkspaceHaveMember(Workspace workspace, VCSApplicationSystem.ContentSetProxy proxy, java.net.URL url) | 
abstract  java.util.Iterator<java.net.URL> | 
VCSApplicationSystem.createWorkspaceOnlyIterator(Workspace workspace, VCSApplicationSystem.ListMode mode) | 
| Uses of Workspace in oracle.jdeveloper.vcs.util | 
|---|
| Methods in oracle.jdeveloper.vcs.util that return Workspace | |
|---|---|
static Workspace[] | 
VCSModelUtils.findCachedWorkspaces()Gets all open Workspace type nodes cached in the NodeFactory. | 
| Uses of Workspace in oracle.jdevimpl.audit.core | 
|---|
| Methods in oracle.jdevimpl.audit.core that return Workspace | |
|---|---|
 Workspace | 
DefaultAuditContext.getWorkspace() | 
| Methods in oracle.jdevimpl.audit.core with parameters of type Workspace | ||
|---|---|---|
 boolean | 
DefaultAuditor.addConstruct(java.lang.Object construct, java.net.URL file, Project project, Workspace workspace) | 
|
 boolean | 
DefaultAuditor.addElement(Element element, Node node, Project project, Workspace workspace) | 
|
 boolean | 
DefaultAuditor.addElements(Element[] elements, Node node, Project project, Workspace workspace) | 
|
 boolean | 
DefaultAuditor.addNode(Node node, Project project, Workspace workspace) | 
|
 boolean | 
DefaultAuditor.addUrl(java.net.URL document, Project project, Workspace workspace) | 
|
  | 
DefaultAuditContext.getModel(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace) | 
|
  | 
DefaultAuditTaskContext.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace) | 
|
  | 
DefaultAuditContext.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace) | 
|
 boolean | 
DefaultAuditor.isAuditable(Element element, Node node, Project project, Workspace workspace) | 
|
| Uses of Workspace in oracle.jdevimpl.audit.model | 
|---|
| Methods in oracle.jdevimpl.audit.model that return Workspace | |
|---|---|
 Workspace | 
WorkspaceModelAdapter.getWorkspace() | 
 Workspace | 
RootModelAdapter.getWorkspace() | 
| Methods in oracle.jdevimpl.audit.model with parameters of type Workspace | ||
|---|---|---|
 void | 
DefaultModelFactory.addModelAdapters(java.util.Collection<ModelAdapter> models, Element element, java.net.URL url, Project project, Workspace workspace)If the URL is not supplied, then the Element must have been supplied and is used to determine the URL(s). | 
|
 ContentCache | 
DefaultModelFactory.getContentSetCache(Project project, Workspace workspace) | 
|
  | 
DefaultModelFactory.getModelAdapter(java.lang.Class<T> type, java.net.URL url, Project project, Workspace workspace) | 
|
 java.util.Collection<ModelAdapter> | 
DefaultModelFactory.getModelAdapters(Element element, java.net.URL url, Project project, Workspace workspace) | 
|
 void | 
DefaultModelFactory.getOrCreateModelAdapters(java.util.Collection<ModelAdapter> models, Element element, java.net.URL url, Project project, Workspace workspace)The workspace/project/URL key is computed.  | 
|
 void | 
ProjectContentRootFactory.getProjectRoots(Workspace workspace, Project project, IntersectedFilters projectContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots) | 
|
 void | 
ProjectContentRootFactory.getWorkspaceRoots(Workspace workspace, IntersectedFilters applicationContentFilters, IntersectedFilters auxiliaryContentFilters, java.util.Collection<ContentRoot> roots) | 
|
 boolean | 
ProjectModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)Gets whether a root element is auditable in the context of a directory, project, and workspace.  | 
|
 boolean | 
DirectoryModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)Gets whether a root element is auditable in the context of a directory, project, and workspace.  | 
|
 boolean | 
WorkspaceModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)Gets whether a root element is auditable in the context of a directory, project, and workspace.  | 
|
 boolean | 
RootModelType.isAuditable(Element element, ContentDirectory directory, Project project, Workspace workspace)Gets whether a root element is auditable in the context of a directory, project, and workspace.  | 
|
| Constructors in oracle.jdevimpl.audit.model with parameters of type Workspace | |
|---|---|
WorkspaceModelAdapter(ModelFactory factory, ModelType type, Workspace workspace) | 
|
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||