Process API

Uses of Class
filenet.vw.api.VWMapNode

Uses of VWMapNode in filenet.vw.api
 

Subclasses of VWMapNode in filenet.vw.api
 class VWCompoundStepDefinition
          Use this class to create, delete, and order a series of workflow map nodes to execute various action types of workflow system instructions.
 class VWStepDefinition
          Use this class to create, delete, or modify step properties.
 

Methods in filenet.vw.api that return VWMapNode
 VWMapNode VWMapDefinition.changeStepType(int theStepId)
          Replaces in this map either a step (VWStepDefinition) with a compound step (VWCompoundStepDefinition), or a compound step with a step.
 VWMapNode VWRouteDefinition.getDestinationStep()
          Gets the information contained in the object that represents the step destination.
 VWMapNode VWRouteDefinition.getSourceStep()
          Gets the source node (step).
 VWMapNode VWMapDefinition.getStartStep()
          Gets the start step definition for this map.
 VWMapNode VWStepPaletteDefinition.getStep(int theStepId)
          Returns the step with the specified id, if found.
 VWMapNode VWMapDefinition.getStep(int theStepId)
          Gets the step definition identified by the specified ID.
 VWMapNode VWStepPaletteDefinition.getStep(java.lang.String theStepName)
          Deprecated. Replaced by VWStepPaletteDefinition.getStep(int)
 VWMapNode[] VWStepPaletteDefinition.getSteps()
          Gets the set of steps associated with this step palette.
 VWMapNode[] VWMapDefinition.getSteps()
          Gets all of the steps contained in this map.
 VWMapNode[] VWStepPaletteDefinition.pasteSteps(java.lang.String xmlStepdefs)
          Pastes steps into the step palette definition.
 VWMapNode[] VWMapDefinition.pasteSteps(java.lang.String thePaste)
          Deprecated. use the IVWPastable paste(String) method instead. This method was deprecated because we can now paste VWTextAnnotations in addition to the VWMapNodes. This method may fail if it is used to paste an XML string that contains anything other than steps (i.e. classes that inherit from VWMapNode). Pastes steps into the workflow definition. The step definitions are contained in an XML-formatted string.
 


Process API

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