Method and Description |
---|
com.tietoenator.trip.jxp.facet.TdbFacet.getBaselineSize()
Baseline size is not used in TRIP 8.0 and later.
|
com.tietoenator.trip.jxp.data.TdbStringField.getExtractionTarget()
Use the TextExtractionInfo class via the TdbTextField method
getTextExtractionInfo() instead.
|
com.tietoenator.trip.jxp.facet.TdbFacet.getFetchFrom()
Facet fetch intervals are no longer required nor recommended.
|
com.tietoenator.trip.jxp.facet.TdbFacet.getFetchTo()
Facet fetch intervals are no longer required nor recommended.
|
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.facet.TdbFacet.setBaselineSize(int)
Baseline size is not used in TRIP 8.0 and later.
This parameter will be ignored with TRIP 8.0 and later. |
com.tietoenator.trip.jxp.data.TdbStringField.setExtractionTarget(String)
Use the TextExtractionInfo class via the TdbTextField method
getTextExtractionInfo() instead.
|
com.tietoenator.trip.jxp.facet.TdbFacet.setFetchFrom(int)
Facet fetch intervals are no longer required nor recommended.
This parameter will be ignored with TRIP 8.0 and later. The use of this property to specify the range values to retrieve is no longer supported. Instead, iterate over the getValue(int) method to obtain the values in the desired range. TRIPjxp will retrieve the values from the server as needed. |
com.tietoenator.trip.jxp.facet.TdbFacet.setFetchTo(int)
Facet fetch intervals are no longer required nor recommended.
This parameter will be ignored with TRIP 8.0 and later. The use of this property to specify the range values to retrieve is no longer supported. Instead, iterate over the getValue(int) method to obtain the values in the desired range. TRIPjxp will retrieve the values from the server as needed. |
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.
|