@StableMinor(version="12.0", sinceVersion="4.0") public interface ITabularSourceField extends ISourceField
TabularSource
field.Modifier and Type | Method and Description |
---|---|
void |
convertRowToFieldData(ISourceData originalRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type.
|
boolean |
isPosition()
Returns a boolean indicating if this field is a position field.
|
boolean |
isPrimaryKey()
Returns a boolean indicating if this field is a primary key.
|
boolean |
isSortable()
Returns whether this field may be used to sort a query.
|
addDocumentFields, addDocumentTypeFields, getConverter, getDataType, getDefaultControlDefinition, getDefaultInputControlDefinition, getDefaultValue, getDefaultViewControlDefinition, getDefinitionNode, getId, getMaximumValue, getMinimumValue, getName, getValueClass, init, isDisplay, isExternalData, isGetData, isIntroduction, isIntroductionImage, isKeywords, isParentId, isPrimaryName, isPublishStartDate, isReadOnly, isRequired, isRequiredWhenVisible, isSearchable, postAdd, postDelete, postUpdate, preAdd, preDelete, preUpdate
boolean isPrimaryKey()
boolean isPosition()
boolean isSortable()
true
if this field may be used for sorting, false
otherwise.void convertRowToFieldData(ISourceData originalRow, ISourceData sourceRow) throws PortalException
originalRow
- a row containing the original data.sourceRow
- the row to be populated with this field's data.PortalException
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.