Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.persistence
Class Storages

java.lang.Object
  extended by oracle.ide.persistence.Storages

public final class Storages
extends java.lang.Object

Provides Storage implementations.

Since:
11.1.1.2

Method Summary
static Storage getApplicationStorage(Workspace application)
          Get a storage instance for an application.
static Storage getProjectStorage(Project project)
          Deprecated. Use getProjectStorage(Workspace,Project)
static Storage getProjectStorage(Workspace workspace, Project project)
          Get a storage instance for a project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProjectStorage

public static Storage getProjectStorage(@NotNull
                                        Workspace workspace,
                                        @NotNull
                                        Project project)
Get a storage instance for a project. This can be used to store data related to the project.

Parameters:
workspace - the application workspace
project - the project
Returns:
the storage instance for the project

getProjectStorage

@Deprecated
public static Storage getProjectStorage(@NotNull
                                                   Project project)
Deprecated. Use getProjectStorage(Workspace,Project)

Get a storage instance for a project. This can be used to store data related to the project.

Parameters:
project - the project
Returns:
the storage instance for the project

getApplicationStorage

public static Storage getApplicationStorage(@NotNull
                                            Workspace application)
Get a storage instance for an application. This can be used to store data related to the application.

Parameters:
application - The application
Returns:
The storage instance for the application

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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