public interface CqHistoryFieldValue extends CqFieldValue<String[]>
CqFieldValue.ValidationStatus, CqFieldValue.ValueStatus, CqFieldValue.ValueType
StpProperty.List<S extends StpProperty>, StpProperty.MetaPropertyName<V>, StpProperty.Type
Modifier and Type | Field and Description |
---|---|
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
|
CHOICE_LIST, FIELD_DEFINITION, FIELD_TYPE, MESSAGE_TEXT, NULL_VALUE_IMAGE, ORIGINAL_VALUE, ORIGINAL_VALUE_STATUS, RECORD, REQUIREDNESS, VALIDATION_STATUS, VALIDITY_CHANGED_THIS_ACTION, VALIDITY_CHANGED_THIS_GROUP, VALIDITY_CHANGED_THIS_SET_VALUE, VALUE_CHANGED_THIS_ACTION, VALUE_CHANGED_THIS_GROUP, VALUE_CHANGED_THIS_SET_VALUE, VALUE_STATUS
IS_EMPTY, META_PROPERTY_NAMES, NAME, NAMESPACE, PROPERTY_NAME, RESOURCE, SIZE, TYPE, VALUE
Modifier and Type | Method and Description |
---|---|
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. |
characterImage, characterImage, getChoiceList, getFieldDefinition, getFieldName, getFieldType, getMessageText, getOriginalValue, getOriginalValueStatus, getRecord, getRequiredness, getValidationStatus, getValidityChangedThisAction, getValidityChangedThisGroup, getValidityChangedThisSetValue, getValueChangedThisAction, getValueChangedThisGroup, getValueChangedThisSetValue, getValueStatus, initialize, initialize, initialize, valueCount
getIsEmpty, getMetaProperty, getMetaPropertyNames, getName, getNamespace, getPropertyName, getResource, getSize, getType, getValue, metaPropertyException, metaPropertyExceptions, metaPropertyNames
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
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.Copyright © IBM 2018. All rights reserved.