|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.api.VWExposedFieldDefinition
Use this class to designate specific search fields for roster, queue, and log classes. To initially use this class, you must call methods from any of the following VWSystemConfiguration-derived classes:
VWLogDefinition
,
VWQueueDefinition
,
VWRosterDefinition
,
VWSystemConfiguration
, Serialized FormMethod Summary | |
int |
getFieldSourceType()
Gets the search data source field type. |
int |
getFieldType()
Gets the search data field type. |
int |
getLength()
Gets the byte length of string data to be stored in the database search data field. |
java.lang.String |
getName()
Gets the string containing the name of the exposed data field. |
java.lang.String |
getSourceName()
Gets the string containing the source name of the exposed data field. |
boolean |
isMandatorySystemField()
Indicates whether the system data field is a mandatory or not. |
boolean |
isSystemField()
Determines whether the data field is a system field. |
void |
setLength(int theLength)
Sets the byte length of string data to be stored in the search data field. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getFieldType()
In addition, the following values are possible:
public int getLength()
public void setLength(int theLength) throws VWException
theLength
- An integer value that specifies the number of
bytes to store in the database field.VWException
- Thrown if the data
field is a system field or if the data field type is not String.public java.lang.String getName()
public boolean isSystemField()
public boolean isMandatorySystemField()
public int getFieldSourceType()
public java.lang.String getSourceName()
|
Process Class Relationships | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |