-
-
Uses of VWMapDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWMapDefinition Modifier and Type Method and Description VWMapDefinitionVWWorkflowDefinition. createMap(java.lang.String theName)Creates a new map in this workflow definition.VWMapDefinitionVWWorkflowDefinition. getMainMap()Gets the main map for this workflow definition.VWMapDefinitionVWWorkflowDefinition. getMap(int theMapId)Deprecated.Replaced byVWWorkflowDefinition.getMap(String). Note: getMap(String) takes a map name as a parameter, rather than a map ID.VWMapDefinitionVWWorkflowDefinition. 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.VWMapDefinitionVWWorkflowDefinition. insertMap(VWMapDefinition theMap)Inserts a map in this workflow definition.Methods in filenet.vw.api with parameters of type VWMapDefinition Modifier and Type Method and Description VWMapDefinitionVWWorkflowDefinition. insertMap(VWMapDefinition theMap)Inserts a map in this workflow definition.voidVWAssociationDefinition. validate(java.util.Vector EDefVector, VWMapDefinition map, int id)
-