| Modifier and Type | Method and Description | 
|---|---|
| abstract RepositoriesRootNode | ResourceCatalogManager. getRepositoriesRootNode(RescatContext rescatContext)Get the  RepositoriesRootNodefor aRescatContext. | 
| abstract boolean | ResCatController. whenNewCatalog(Context context,
              RescatContext rescatContext,
              boolean doit) | 
| abstract boolean | ResCatController. whenNewDynamicFolder(Context context,
                    RescatContext rescatContext,
                    boolean doit) | 
| abstract boolean | ResCatController. whenShowPathToConnection(RescatContext rescatContxt,
                        java.lang.String connectionTypeId,
                        java.lang.String connectionId,
                        boolean doit)Updates the Resource Catalog UI to display a connection in a  RescatContext. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract RescatContext | AbstractBaseTreeDockable. getRescatContext() | 
| protected abstract RescatContext | AbstractBaseTreeView. rescatContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| RescatContext | RepositoriesRootNodes.Options. getRescatContext() | 
| RescatContext | RepositoriesRootNode. getRescatContext() | 
| RescatContext | GenericNode. getRescatContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract DirContextNode | ResourceNodeFactory. findOrCreateDirContextNode(RescatContext rescatContext,
                          oracle.adf.rc.core.CatalogContext catalogContext,
                          DirContextNode parent)Create the DirContextNode that corresponds to the CatalogContext. | 
| abstract Element | ResourceNodeFactory. findOrCreateElement(RescatContext rescatContext,
                   oracle.adf.rc.resource.Resource resource)Create the Element that corresponds to the resource. | 
| abstract java.net.URL | ResourceNodeFactory. getCatalogContextURL(RescatContext rescatContext,
                    oracle.adf.rc.core.CatalogContext catalogContext)Build a unique internal URL (jdev.rc://...) to that catalog context. | 
| void | RepositoriesRootNodes.Options. setRescatContext(RescatContext rcContext) | 
| Constructor and Description | 
|---|
| AllConnectionsNode(RescatContext rescatContext) | 
| CatalogContextNode(RescatContext rescatContext,
                  Element parent,
                  oracle.adf.rc.catalog.Catalog catalog,
                  oracle.adf.rc.core.CatalogContext catalogContext,
                  java.lang.String name,
                  java.lang.String description) | 
| DirContextNode(RescatContext rescatContext,
              Element parent,
              oracle.adf.rc.core.CatalogContext catalogContext,
              java.lang.String name,
              java.lang.String description) | 
| ExtendedGenericNode(RescatContext rescatContext,
                   Element parent,
                   boolean fetchInBackground) | 
| GenericNode(RescatContext rescatContext,
           Element parent) | 
| PaletteRootNode(RescatContext rescatContext) | 
| PaletteRootNode(RescatContext rescatContext,
               Element parent,
               GenericNode[] children,
               java.lang.String shortLabel) | 
| RepositoriesRootNode(RescatContext rescatContext) | 
| RepositoriesRootNode(RescatContext rescatContext,
                    java.lang.String shortLabel) | 
| Modifier and Type | Method and Description | 
|---|---|
| RescatContext | RescatContextRegistry. getActiveWorkspaceContext()Return the RescatContext instance associated with the current active 
 workspace. | 
| static RescatContext | RescatContext. getInstance()Deprecated.  | 
| RescatContext | RegistryEvent. getRescatContext() | 
| RescatContext | RescatContextRegistry. getRescatContext(Context ideContext)Return the  RescatContextinstance associated with the current IDE 
 context or null if a matchingRescatContextcannot be found. | 
| RescatContext | RescatContextRegistry. getRescatContext(java.lang.String id)Returns the RescatContext instance associated with the specified id | 
| RescatContext | RescatContextRegistry. getResourcePaletteContext()Returns the  RescatContextassociated with the Resource Palette. | 
| RescatContext | RescatContextRegistry. getWorkspaceContext(Workspace ws)Returns the  RescatContextassociated with the specified workspace | 
| RescatContext | RescatContextRegistry. unregisterContext(java.lang.String id)Remove a RescatContext instance from the registry. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<RescatContext> | RescatContextRegistry. getAllResourcePaletteContexts()Returns the  RescatContextassociated with the Resource Palette. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | RescatContextRegistry. getContextName(RescatContext rescatContext)Deprecated.  | 
| boolean | RescatContextRegistry. isResourcePaletteContext(RescatContext ctx) | 
| void | RescatContextRegistry. registerContext(RescatContext rescatContext)Register a RescatContext instance with the registry. | 
| Constructor and Description | 
|---|
| RegistryEvent(java.lang.String key,
             RescatContext ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| RescatContext | RepositoriesRootNodeConfig. getRescatContext()Create and return the  RescatContextassociated with this configuration. | 
| RescatContext | DefaultRepositoriesRootNodeConfig. getRescatContext() | 
| Constructor and Description | 
|---|
| DefaultRepositoriesRootNodeConfig(RescatContext context,
                                 java.lang.String shortLabel) | 
| DefaultRepositoriesRootNodeConfig(RescatContext context,
                                 java.lang.String shortLabel,
                                 javax.swing.Icon icon) | 
| Modifier and Type | Method and Description | 
|---|---|
| RescatContext | RescatContextChooser. getSelectedRescatContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RescatContextChooser.RescatChooserListener. selectionChanged(RescatContext rescatContext)Called when user changes the current selection. |