JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
All Known Implementing Classes: 
DBURLFactory.URLHelper  
 
Enclosing class: 
DBURLFactory  
 
 
Deprecated.  
replaced by URLHelper 
 
 
@Deprecated
public static interface DBURLFactory.Helper  
Replaced by URLHelper for two reasons: 1. SystemObjects need to be
 supported and 2. subType is redundant because package/type bodies are
 now separate SchemaObject types in the API.
 
 
 
 
Method Summary 
Methods    
Modifier and Type 
Method and Description 
 
boolean 
canCreateURL  (DBObjectProvider  pro)
Deprecated.  
Returns true if the given helper can provide a URL for objects in the
 given provider.
 
 
java.net.URL 
createURL  (DBObjectProvider  pro,
         SchemaObject  obj,
         java.lang.String subType)
Deprecated.  
Returns the URL for the given SchemaObject that is from the given
 provider.
 
 
 
 
 
 
 
 
Method Detail 
 
 
createURL 
java.net.URL createURL(DBObjectProvider  pro,
                     SchemaObject  obj,
                     java.lang.String subType) 
Deprecated.  
Returns the URL for the given SchemaObject that is from the given
 provider. The subtype is used to indicate source or body for pl/sql.
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2014, Oracle. All rights reserved.