Process API

Uses of Class
filenet.vw.api.VWRouteDefinition

Uses of VWRouteDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWRouteDefinition
 VWRouteDefinition VWMapNode.createRoute(int theDestinationId)
          Creates an outbound route for the current step.
 VWRouteDefinition[] VWMapNode.getNextRoutes()
          Gets the definition of each outbound route associated with the current node.
 VWRouteDefinition[] VWMapNode.getPreviousRoutes()
          Gets the definition of each inbound route associated with this step.
 VWRouteDefinition VWMapNode.getRoute(int theRouteId)
          Gets the route definition for the route ID specified.
 VWRouteDefinition VWMapNode.getRouteFrom(int theSourceStepId)
          Gets the inbound route from another step.
 VWRouteDefinition VWMapNode.getRouteTo(int theDestinationStepId)
          Gets the outbound route to another step.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.