Process API

Uses of Class
filenet.vw.api.VWFieldDefinition

Uses of VWFieldDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWFieldDefinition
 VWFieldDefinition VWWorkflowDefinition.createFieldUsingObject(java.lang.String theName, java.lang.Object theValue)
          Deprecated. Replaced by VWWorkflowDefinition.createFieldUsingString(String, String, int, boolean)
 VWFieldDefinition VWWorkflowDefinition.createFieldUsingString(java.lang.String theName, java.lang.String theValueString, int theType, boolean theIsArray)
          Creates a data field in this workflow definition, with values initialized by a field.
 VWFieldDefinition VWWorkflowSignature.findField(java.lang.String theFieldName)
          Finds a field in this instance.
 VWFieldDefinition VWWorkflowDefinition.getField(java.lang.String theName)
          Gets the definition of a data field from this workflow definition.
 VWFieldDefinition[] VWWorkflowSignature.getFieldDefinitions()
          Returns an array of VWFieldDefinition objects that contains the field list.
 VWFieldDefinition[] VWWorkflowDefinition.getFields()
          Gets the set of fields associated with this workflow definition.
 VWFieldDefinition VWWorkflowDefinition.insertField(VWFieldDefinition theField)
          Inserts a field in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWFieldDefinition
 VWFieldDefinition VWWorkflowDefinition.insertField(VWFieldDefinition theField)
          Inserts a field in this workflow definition.
 void VWWorkflowSignature.setFields(VWFieldDefinition[] theFields)
          Set the fields in the signature.
 


Process API

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