|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.structure.PLSQLNavigator
The PLSQLNavigator is a server-side only class that navigates links
using PL/SQL stored procedures.
Supported API: false
Extendable: false
Constructor Summary | |
PLSQLNavigator()
|
Method Summary | |
static List |
filter(Collection allLinks,
LinkProxy.Role otherSideRole,
EPMCache.ObjectCache objectCache,
EPMFilter filter)
Returns the link to each other-side object that was returned by the given filter. |
static List |
filter(Collection allLinks,
LinkProxy.Role otherSideRole,
EPMCache.VersionCache versionCache,
EPMFilter filter)
Returns the link to each other-side object that was returned by the given filter. |
static List |
filterByConfigSpec(Collection linksAndMasters,
LinkProxy.Role otherSideRole,
EPMCache.IterationCache iterationCache,
boolean returnMissingLinks)
Returns the link to the iteration of other-side object that was selected by a config spec. |
private static List |
filterLinks(List links,
LinkProxy.Role otherSideRole,
EPMCache.ObjectCache objectCache,
EPMFilter filter)
|
private static List |
filterLinks(List links,
LinkProxy.Role otherSideRole,
EPMCache.VersionCache versionCache,
EPMFilter filter)
|
static List |
filterOnLatest(Collection allLinks,
LinkProxy.Role otherSideRole,
EPMCache.ObjectCache objectCache)
Returns the link to the latest iteration of each other-side object. |
private static Collection |
getSelected(List links,
LinkProxy.Role otherSideRole,
Map iterationToMaster,
EPMCache.IterationCache iterationCache,
boolean returnMissingLinks)
|
static List |
navigate(NavigateQuery query)
Navigates a link class and returns a LinkProxy object for each link found that matches the search criteria specified in the query. |
static List |
navigateIterationToMaster(NavigateToMasterQuery query)
Navigates a link class to the other-side object, which must be an Iterated object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PLSQLNavigator()
Method Detail |
public static List navigate(NavigateQuery query) throws WTException
WTException
public static List navigateIterationToMaster(NavigateToMasterQuery query) throws WTException
WTException
public static List filterOnLatest(Collection allLinks, LinkProxy.Role otherSideRole, EPMCache.ObjectCache objectCache) throws WTException
WTException
public static List filter(Collection allLinks, LinkProxy.Role otherSideRole, EPMCache.ObjectCache objectCache, EPMFilter filter) throws WTException
WTException
private static List filterLinks(List links, LinkProxy.Role otherSideRole, EPMCache.ObjectCache objectCache, EPMFilter filter) throws WTException
WTException
public static List filter(Collection allLinks, LinkProxy.Role otherSideRole, EPMCache.VersionCache versionCache, EPMFilter filter) throws WTException
WTException
private static List filterLinks(List links, LinkProxy.Role otherSideRole, EPMCache.VersionCache versionCache, EPMFilter filter) throws WTException
WTException
public static List filterByConfigSpec(Collection linksAndMasters, LinkProxy.Role otherSideRole, EPMCache.IterationCache iterationCache, boolean returnMissingLinks) throws WTException
WTException
private static Collection getSelected(List links, LinkProxy.Role otherSideRole, Map iterationToMaster, EPMCache.IterationCache iterationCache, boolean returnMissingLinks) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |