|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CqHistoryFieldValue
An extension of the CqFieldValue StpProperty interface representing the value of a ClearQuest record history field. The VALUE of this property is an array of strings, each representing a single event in the lifetime of the record. Each event has several sub-fields indicating the time of the event, the user that caused the event, initial and final states, etc. The sub-fields are separated by "\t" characters.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface CqFieldValue |
---|
CqFieldValue.ValidationStatus, CqFieldValue.ValueStatus, CqFieldValue.ValueType |
Nested classes/interfaces inherited from interface com.ibm.rational.wvcm.stp.StpProperty |
---|
StpProperty.List<S extends StpProperty>, StpProperty.MetaPropertyName<V>, StpProperty.Type |
Field Summary | |
---|---|
static StpProperty.MetaPropertyName<String[]> |
DISPLAY_NAME_HEADER
An array of labels for the sub-fields of an event in the VALUE array. |
static StpProperty.MetaPropertyName<String[]> |
DISPLAY_NAME_HEADER_FOR_EXPORT
An array of labels for the sub-fields of an event in the HISTORIES_FOR_EXPORT array. |
static StpProperty.MetaPropertyName<String[]> |
HISTORIES_FOR_EXPORT
An array of the history events in a format suitable for export |
Fields inherited from interface com.ibm.rational.wvcm.stp.StpProperty |
---|
IS_EMPTY, META_PROPERTY_NAMES, NAME, NAMESPACE, PROPERTY_NAME, RESOURCE, SIZE, TYPE, VALUE |
Method Summary | |
---|---|
String[] |
getDisplayNameHeader()
Returns the value of the DISPLAY_NAME_HEADER
property as defined by this proxy. |
String[] |
getDisplayNameHeaderForExport()
Returns the value of the DISPLAY_NAME_HEADER_FOR_EXPORT
property as defined by this proxy. |
String[] |
getHistoriesForExport()
Returns the value of the HISTORIES_FOR_EXPORT property as defined by
this proxy. |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpProperty |
---|
getIsEmpty, getMetaProperty, getMetaPropertyNames, getName, getNamespace, getPropertyName, getResource, getSize, getType, getValue, metaPropertyException, metaPropertyExceptions, metaPropertyNames |
Field Detail |
---|
static final StpProperty.MetaPropertyName<String[]> DISPLAY_NAME_HEADER
static final StpProperty.MetaPropertyName<String[]> DISPLAY_NAME_HEADER_FOR_EXPORT
HISTORIES_FOR_EXPORT
array.
static final StpProperty.MetaPropertyName<String[]> HISTORIES_FOR_EXPORT
Method Detail |
---|
String[] getDisplayNameHeader() throws WvcmException
DISPLAY_NAME_HEADER
property as defined by this proxy.
WvcmException
- if this proxy does not define a value for the
DISPLAY_NAME_HEADER
property.String[] getDisplayNameHeaderForExport() throws WvcmException
DISPLAY_NAME_HEADER_FOR_EXPORT
property as defined by this proxy.
HISTORIES_FOR_EXPORT
array. The length of this array defines the number of sub-fields
in each String of the HISTORIES_FOR_EXPORT
array.
WvcmException
- if this proxy does not define a value for the
DISPLAY_NAME_HEADER_FOR_EXPORT
property.String[] getHistoriesForExport() throws WvcmException
HISTORIES_FOR_EXPORT
property as defined by
this proxy.
WvcmException
- if this proxy does not define a value for the
HISTORIES_FOR_EXPORT
property.
|
Generated Fri 24-May-2013 12:47 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |