| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.vcs.util.VCSContextUtils
public final class VCSContextUtils
Utility class for manuplating contexts and expanding their composite states.
| Method Summary | |
|---|---|
static URLFilter | 
createLocalProtocolFilter() | 
static Locatable[] | 
getContextLocatables(Context context)Gets the valid locatables from the context node selection.  | 
static Locatable[] | 
getContextLocatables(Context context, URLFilter filter)Gets the valid locatables from the context node selection.  | 
static java.lang.String | 
getContextViewType(Context context)Gets the type identifier associated with the view of the given context.  | 
static Locatable[] | 
getExpandedLocatables(Context context, Element[] elements, URLFilter filter)Get the expanded set of locatables from the specified set of elements, only returning locatables which pass the specified filter.  | 
static Locatable[] | 
getExpandedLocatables(Element[] elements, URLFilter filter)Get the expanded set of locatables from the specified set of elements, only returning locatables which pass the specified filter.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static final URLFilter createLocalProtocolFilter()
public static final Locatable[] getContextLocatables(Context context,
                                                     URLFilter filter)
context - the locatable context.filter - a filter that accepts valid locatable URLs. (null-capable)public static final Locatable[] getContextLocatables(Context context)
context - the locatable context.
public static final Locatable[] getExpandedLocatables(Element[] elements,
                                                      URLFilter filter)
elements - the elements to expandfilter - a filter that accepts valid locatable URLs. (null-capable)
public static final Locatable[] getExpandedLocatables(Context context,
                                                      Element[] elements,
                                                      URLFilter filter)
context - the context.elements - the elements to expandfilter - a filter that accepts valid locatable URLs. (null-capable)public static final java.lang.String getContextViewType(Context context)
context - the context.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||