Process API

Uses of Class
filenet.vw.api.VWExposedFieldDefinition

Uses of VWExposedFieldDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWExposedFieldDefinition
 VWExposedFieldDefinition VWTableDefinition.createFieldDefinition(java.lang.String theName, int theType, int theLength)
          Create an exposed field by input of a field name and data type.
 VWExposedFieldDefinition VWRosterDefinition.createFieldDefinition(java.lang.String theName, int theType, int theLength)
          Creates an exposed field on the roster, based on the supplied field name and type.
 VWExposedFieldDefinition VWQueueDefinition.createFieldDefinition(java.lang.String theName, int theType, int theLength)
          Creates an exposed field in the queue, based on the specified field name and type.
 VWExposedFieldDefinition VWLogDefinition.createFieldDefinition(java.lang.String theName, int theType, int theLength)
          Creates an exposed field on this log from the supplied field name and type.
 VWExposedFieldDefinition IVWTableDefinition.createFieldDefinition(java.lang.String theName, int theType, int theLength)
          Creates an exposed field by passing in a field name and the type.
 VWExposedFieldDefinition VWWorkBasketColumnDefinition.getColumn()
          Gets the VWExposedFieldDefinition for the workbasket column definition.
 VWExposedFieldDefinition[] VWSystemConfiguration.getExposedFields()
          Returns all the exposed fields on the queues, the rosters, and the logs.
 VWExposedFieldDefinition VWRosterDefinition.getField(java.lang.String name)
          Returns the field definition for the specified exposed field in this roster.
 VWExposedFieldDefinition VWQueueDefinition.getField(java.lang.String name)
          Returns the specified exposed field definition for the queue definition.
 VWExposedFieldDefinition VWLogDefinition.getField(java.lang.String name)
          Returns the specified exposed field definition for this instance.
 VWExposedFieldDefinition[] VWTableDefinition.getFields()
          Get an array of exposed field definitions for this table definition.
 VWExposedFieldDefinition[] IVWTableDefinition.getFields()
          Provides an array of exposed field definitions for this queue definition.
 VWExposedFieldDefinition VWWorkBasketFilterDefinition.getSearchField()
          Gets the search field used for filtering.
static VWExposedFieldDefinition[] VWRosterDefinition.optionalSystemFields()
          Returns workflow system exposed fields that are marked as optional.
static VWExposedFieldDefinition[] VWQueueDefinition.optionalSystemFields()
          Gets definitions of optional exposed queue fields.
static VWExposedFieldDefinition[] VWLogDefinition.optionalSystemFields()
          Returns workflow system exposed fields, which are marked as optional.
static VWExposedFieldDefinition[] VWTableDefinition.optionalSystemFields(int theType)
          Gets optional exposed workflow system fields of type roster, queue, or log.
 

Methods in filenet.vw.api with parameters of type VWExposedFieldDefinition
 void VWRosterDefinition.createFieldDefinitions(VWExposedFieldDefinition[] theDefs)
          Creates the complete field definition for this roster.
 void VWQueueDefinition.createFieldDefinitions(VWExposedFieldDefinition[] theDefs)
          Creates all of the exposed field definitions for this queue.
 VWWorkBasketColumnDefinition VWWorkBasketDefinition.createWorkBasketColumnDefinition(java.lang.String prompt, VWExposedFieldDefinition column)
          Create a new work basket column definition.
 void VWWorkBasketColumnDefinition.setColumn(VWExposedFieldDefinition column)
          Gets the VWExposedFieldDefinition for the workbasket column definition.
 void VWWorkBasketFilterDefinition.setSearchField(VWExposedFieldDefinition field, int operator)
          Sets the search field used for filtering.
 


Process API

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