|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPMNavigateUtility.IdSet | |
wt.epm.structure |
Uses of EPMNavigateUtility.IdSet in wt.epm.structure |
Methods in wt.epm.structure that return EPMNavigateUtility.IdSet | |
protected static EPMNavigateUtility.IdSet |
EPMNavigateUtility.getId(Persistable object)
|
protected static EPMNavigateUtility.IdSet |
EPMNavigateUtility.getIds(QueryResult objects)
|
protected static EPMNavigateUtility.IdSet |
EPMNavigateUtility.getBranchIds(QueryResult objects)
|
Methods in wt.epm.structure with parameters of type EPMNavigateUtility.IdSet | |
protected static QueryResult |
EPMNavigateUtility.navigate(EPMNavigateUtility.IdSet objectIdSet,
Relationship assocation,
QuerySpec querySpec,
boolean returnLinks,
boolean returnOtherSide)
Navigate the given relationship to the other side objects. |
protected static QueryResult |
EPMNavigateUtility.navigate(EPMNavigateUtility.IdSet objectIdSet,
Relationship assocation,
QuerySpec querySpec,
boolean returnLinks,
boolean returnOtherSide,
boolean bypassAccessControl)
If bypassAccessControl is true, use low level API (query) |
protected static QueryResult |
EPMNavigateUtility.navigateMasterToIteration(EPMNavigateUtility.IdSet objectIdSet,
Relationship relationship,
QuerySpec querySpec,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the given relationship to the other side Mastered objects. |
protected static QueryResult |
EPMNavigateUtility.navigateToIteration(EPMNavigateUtility.IdSet objectIdSet,
Relationship relationship,
QuerySpec querySpec,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the given relationship to the other side Iterated objects. |
private static QueryResult |
EPMNavigateUtility.navigateIterationToMaster(EPMNavigateUtility.IdSet objectIdSet,
Relationship relationship,
QuerySpec querySpec)
Navigate the given relationship to the other side Iterated objects. |
private static QueryResult |
EPMNavigateUtility.findIterationsOf(EPMNavigateUtility.IdSet masterIdSet,
Class iteratedClass,
ConfigSpec configSpec)
Find all iterations of the given masters selected by the supplied configuration spec. |
private static QueryResult |
EPMNavigateUtility.recoverMissingMasters(EPMNavigateUtility.IdSet masterIdSet,
QueryResult iterations)
Given a set of masters and a set of iterations for those masters, return a list that contains the iterations plus all masters that do not have a corresponding iteration in the set of iterations. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |