Uses of Interface
wt.epm.structure.NavigateResultProcessor

Packages that use NavigateResultProcessor
wt.epm.structure   
 

Uses of NavigateResultProcessor in wt.epm.structure
 

Classes in wt.epm.structure that implement NavigateResultProcessor
protected static class EPMNavigateUtility.QueryResultProcessor
           
protected static class NavigateCollectors.AbstractCollector
           
static class NavigateCollectors.Endpoints
          This NavigateResultProcessor collects the endpoints of the links and adds them to a Collection or WTKeyedMap.
static class NavigateCollectors.Iterations
          This NavigateResultProcessor processes iteration-to-master links.
static class NavigateCollectors.Links
          This NavigateResultProcessor collects the links and adds them to a Collection or WTKeyedMap.
static class NavigateCollectors.LinksIterations
          This NavigateResultProcessor processes iteration-to-master links.
static class NavigateCollectors.LinksObjects
          This NavigateResultProcessor collects the links and the other-side objects.
static class NavigateCollectors.OtherSideObjects
          This NavigateResultProcessor collects the other-side objects and adds them to a Collection or WTKeyedMap.
 

Fields in wt.epm.structure declared as NavigateResultProcessor
private  NavigateResultProcessor EPMNavigateUtility.QueryResultProcessor.processor
           
 

Methods in wt.epm.structure with parameters of type NavigateResultProcessor
static Object StructureServiceUtility.navigateOldContainsForMigrator(WTCollection iterations, NavigateResultProcessor processor)
           
 Object EPMStandardStructureService.navigate(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, NavigateResultProcessor processor)
          Navigates the links of the specified class from one set of objects to another.
 Object EPMStandardStructureService.expand(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, NavigateResultProcessor processor)
          Navigates the links of the specified class from one set of objects to another bypassing access control.
 Object EPMSrvStructureService.navigate(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, NavigateResultProcessor processor)
          Navigates the links of the specified class from one set of objects to another.
 Object EPMSrvStructureService.expand(WTCollection objects, Class linkClass, String otherSideRole, QuerySpec querySpec, NavigateResultProcessor processor)
          Navigates the links of the specified class from one set of objects to another bypassing access control.
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.