Uses of Class
wt.epm.structure.Relationship

Packages that use Relationship
wt.epm.structure   
 

Uses of Relationship in wt.epm.structure
 

Fields in wt.epm.structure declared as Relationship
static Relationship Relationship.USES
           
static Relationship Relationship.USED_BY
           
static Relationship Relationship.REFERENCES
           
static Relationship Relationship.REFERENCED_BY
           
static Relationship Relationship.GENERIC
           
static Relationship Relationship.VARIANT
           
static Relationship Relationship.CONTAINED_IN
           
static Relationship Relationship.CONTAINS
           
protected static Relationship Relationship.CONTAINED_IN_OLD
           
protected static Relationship Relationship.CONTAINS_OLD
           
 

Methods in wt.epm.structure with parameters of type Relationship
 void NavigateResultProcessor.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
          Specifies what objects or attributes to return when navigating a Binary link from one set of objects to another.
 void NavigateCollectors.AbstractCollector.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.Links.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.OtherSideObjects.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.Endpoints.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.LinksObjects.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.Iterations.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
 void NavigateCollectors.LinksIterations.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)
           
private  void EPMStandardStructureService.copyForward(WTCollection newIterations, WTCollection predecessors, Relationship relationship)
           
protected static WTKeyedMap EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the given relationship to the other side objects and returns a WTKeyedMap whose values are WTSets of links or other-side objects depending upon the value of the onlyOtherSide flag.
protected static QueryResult EPMNavigateUtility.navigate(Persistable object, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide)
          Navigates the given relationship to the other side objects and returns a QueryResult of links or other-side objects depending upon the value of the onlyOtherSide flag.
protected static WTKeyedMap EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, boolean onlyOtherSide, ConfigSpec configSpec)
          Navigates the given iteration-to-master relationship.
protected static Object EPMNavigateUtility.navigate(WTCollection objects, Relationship relationship, QuerySpec querySpec, NavigateResultProcessor processor, boolean bypassAccessControl)
          Navigate the given relationship to the other side objects possibly bypassing access control.
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.
 void EPMNavigateUtility.QueryResultProcessor.selectWhatToReturn(Relationship relationship, QuerySpec querySpec)