-
-
Uses of VWRouteDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWRouteDefinition Modifier and Type Method and Description VWRouteDefinitionVWMapNode. 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.VWRouteDefinitionVWMapNode. getRoute(int theRouteId)Gets the route definition for the route ID specified.VWRouteDefinitionVWMapNode. getRouteFrom(int theSourceStepId)Gets the inbound route from another step.VWRouteDefinitionVWMapNode. getRouteTo(int theDestinationStepId)Gets the outbound route to another step.
-