|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relationship.Role | |
wt.epm.structure |
Uses of Relationship.Role in wt.epm.structure |
Subclasses of Relationship.Role in wt.epm.structure | |
protected static class |
Relationship.ObjectRole
|
protected static class |
Relationship.VersionRole
|
Fields in wt.epm.structure declared as Relationship.Role | |
private Relationship.Role |
Relationship.role
|
private Relationship.Role |
Relationship.otherSideRole
|
protected Relationship.Role |
NavigateCollectors.AbstractCollector.role
|
protected Relationship.Role |
NavigateCollectors.AbstractCollector.otherSideRole
|
Methods in wt.epm.structure that return Relationship.Role | |
Relationship.Role |
Relationship.getRole()
|
Relationship.Role |
Relationship.getOtherSideRole()
|
private Relationship.Role |
Relationship.getRole(LinkInfo linkInfo,
RoleDescriptor roleInfo)
|
Methods in wt.epm.structure with parameters of type Relationship.Role | |
protected QueryKey |
NavigateCollectors.AbstractCollector.createQueryKey(Relationship.Role role,
Object className,
Object identifier)
|
private static QueryResult |
EPMNavigateUtility.mergeResults(QueryResult objects,
Relationship.Role role,
QueryResult links)
Merges a list of objects with a list of links. |
private static QueryResult |
EPMNavigateUtility.filterIterations(QueryResult iterations,
Relationship.Role role,
QueryResult links)
Given a list of iterations selected by a configuration spec, return those iterations that have at least one link to them. |
Constructors in wt.epm.structure with parameters of type Relationship.Role | |
Relationship(Class linkClass,
Relationship.Role role,
Relationship.Role otherSideRole)
Constructs a relationship given the link class to navigate, the role to navigate from and the other-side role. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |