Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbRenditionType |
TdbStringField.getRenditionType()
Retrieve the type of rendition that was requested for the field during
the latest retrieval.
|
static TdbRenditionType |
TdbRenditionType.getRenditionType(java.lang.String name)
Retrieve the rendition type that matches the provided protocol name
|
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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TdbHighlightRendition(java.lang.String stringFieldName,
java.lang.String textFieldName,
java.lang.String filenameFieldName,
TdbRenditionType type)
Constructor, create a fully specified template field.
|
TdbHighlightRendition(java.lang.String stringFieldName,
java.lang.String textFieldName,
TdbRenditionType type)
Constructor, create a fully specified template field.
|
TdbRendition(java.lang.String stringFieldName,
java.lang.String filenameFieldName,
TdbRenditionType type)
Constructor for a string template field with optional conversion.
|
TdbRendition(java.lang.String name,
TdbRenditionType type)
Constructor for a string template field with optional conversion
|