Uses of Class
com.tietoenator.trip.jxp.data.TdbRenditionType
-
Packages that use TdbRenditionType Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbRenditionType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbRenditionType Modifier and Type Method Description static TdbRenditionType
TdbRenditionType. getRenditionType(java.lang.String name)
Retrieve the rendition type that matches the provided protocol nameTdbRenditionType
TdbStringField. getRenditionType()
Retrieve the type of rendition that was requested for the field during the latest retrieval.static TdbRenditionType
TdbRenditionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbRenditionType[]
TdbRenditionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbRenditionType Modifier and Type Method Description void
TdbStringField. convert(TdbRenditionType rendition, java.lang.String originalFilename, java.lang.String outputDirectory, java.lang.String outputFilename, java.lang.String preferredAdapter, TdbTextField highlightSourceField, boolean refreshHitLocations)
Render the contents of the field to HTML and write it to a file.Constructors in com.tietoenator.trip.jxp.data with parameters of type TdbRenditionType Constructor Description TdbHighlightRendition(java.lang.String stringFieldName, java.lang.String textFieldName, TdbRenditionType type)
Constructor, create a fully specified template field.TdbHighlightRendition(java.lang.String stringFieldName, java.lang.String textFieldName, java.lang.String filenameFieldName, TdbRenditionType type)
Constructor, create a fully specified template field.TdbRendition(java.lang.String name, TdbRenditionType type)
Constructor for a string template field with optional conversionTdbRendition(java.lang.String stringFieldName, java.lang.String filenameFieldName, TdbRenditionType type)
Constructor for a string template field with optional conversion.
-