Method and Description |
---|
com.tietoenator.trip.jxp.data.TdbStringField.getExtractionTarget()
Use the TextExtractionInfo class via the TdbTextField method
getTextExtractionInfo() instead.
|
com.tietoenator.trip.jxp.data.TdbFieldTemplate.isFocused()
This method will removed in the next major release.
|
com.tietoenator.trip.jxp.data.TdbFieldTemplate.isSummarized()
This method will removed in the next major release.
|
com.tietoenator.trip.jxp.database.TdbDatabaseDesign.reindex()
Use index(boolean,boolean) instead.
|
com.tietoenator.trip.jxp.data.TdbStringField.setExtractionTarget(String)
Use the TextExtractionInfo class via the TdbTextField method
getTextExtractionInfo() instead.
|
com.tietoenator.trip.jxp.data.TdbFieldTemplate.setFocused(boolean)
This method will removed in the next major release.
|
com.tietoenator.trip.jxp.data.TdbFieldTemplate.setSummarized(boolean)
This method will removed in the next major release.
|
Constructor and Description |
---|
com.tietoenator.trip.jxp.data.TdbFieldTemplate(String, boolean, boolean, int)
This method will removed in the next major release.
|
com.tietoenator.trip.jxp.data.TdbStringField(String)
Use TdbStringField(TdbRecord, String) instead.
|
com.tietoenator.trip.jxp.data.TdbStringField(TdbFieldTemplate)
Use TdbStringField(TdbRecord,TdbFieldTemplate) instead.
|