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 |
VWTableDefinition.createFieldDefinition(java.lang.String theName,
int theType,
int theLength)
Create an exposed field by input of a field name and data
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 |
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 |
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 |
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 |
VWQueueDefinition.getField(java.lang.String name)
Returns the specified exposed field definition.
|
VWExposedFieldDefinition |
VWRosterDefinition.getField(java.lang.String name)
Returns the field definition for the specified exposed field in this roster.
|
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[] |
VWQueueDefinition.optionalSystemFields()
Gets the definitions of optional exposed queue fields.
|
static VWExposedFieldDefinition[] |
VWRosterDefinition.optionalSystemFields()
Returns workflow system exposed fields that are marked as
optional.
|
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.
|