Process API

Uses of Class
filenet.vw.api.VWMapDefinition

Uses of VWMapDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWMapDefinition
 VWMapDefinition VWWorkflowDefinition.createMap(java.lang.String theName)
          Creates a new map in this workflow definition.
 VWMapDefinition VWWorkflowDefinition.getMainMap()
          Gets the main map for this workflow definition.
 VWMapDefinition VWWorkflowDefinition.getMap(int theMapId)
          Deprecated. Replaced by VWWorkflowDefinition.getMap(String). Note: getMap(String) takes a map name as a parameter, rather than a map ID.
 VWMapDefinition VWWorkflowDefinition.getMap(java.lang.String theName)
          Retrieves a workflow map based on the specified map name.
 VWMapDefinition[] VWWorkflowDefinition.getMaps()
          Gets the set of workflow maps associated with this workflow definition.
 VWMapDefinition VWWorkflowDefinition.insertMap(VWMapDefinition theMap)
          Inserts a map in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWMapDefinition
 VWMapDefinition VWWorkflowDefinition.insertMap(VWMapDefinition theMap)
          Inserts a map in this workflow definition.
 void VWAssociationDefinition.validate(java.util.Vector EDefVector, VWMapDefinition map, int id)
          Validates this instance, appending any validation errors found to the specified Vector object.
 


Process API

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