Process API

Uses of Class
filenet.vw.api.VWDataField

Uses of VWDataField in filenet.vw.api
 

Methods in filenet.vw.api that return VWDataField
 VWDataField VWWorkObject.getDataField(java.lang.String name)
          Gets the requested data field from the log element.
 VWDataField VWRosterElement.getDataField(java.lang.String name)
          Gets the requested data field from the log element.
 VWDataField VWQueueElement.getDataField(java.lang.String name)
          Gets the requested data field from the log element.
 VWDataField VWLogElement.getDataField(java.lang.String name)
          Gets the requested data field from this log element.
 VWDataField[] VWRosterElement.getDataFields()
          Gets the list of data fields supported by this queue element.
 VWDataField[] VWQueueElement.getDataFields()
          Gets the list of data fields supported by this queue element.
 VWDataField[] VWLogElement.getDataFields()
          Gets the data fields supported by this log element.
 VWDataField[] VWWorkObject.getDataFields(int fieldTypeFlag, int fieldCreatorFlag)
          Returns a list of all data fields this work object supports.
 VWDataField[] VWParticipantHistory.getLogFields()
          Returns the exposed log fields.
 

Methods in filenet.vw.api with parameters of type VWDataField
 void VWWorkObject.setDataFields(VWDataField[] dataFields, boolean compareValues)
          Changes the values for specified data fields.
 


Process API

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