Interface ThemeIndexSchema
- All Superinterfaces:
IndexSchema
Interface defining the mapping between data and field names in the search index.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhether the bumber should be used for this theme.static final StringThe id of the file to use as a bumper for this theme.static final StringThe date and time the theme was created in UTC format e.g. 2011-07-16T20:39:05Zstatic final StringThe username of the creator of this themestatic final StringWhether this theme is the default for this organizationstatic final StringThe description of the themestatic final StringThe unique identifierstatic final StringWhether to use a license slide in this theme.static final StringThe id of the file to use as a background to the license slide.static final StringThe license description to use on the license slide for this theme.static final StringThe name of the theme.static final Stringstatic final StringThe organization that owns this theme.static final StringWhether to use a title slide with this theme.static final StringThe id of the file to use as a background to the title slides.static final StringThe metadata fields to include in the title slide for this theme.static final StringWhether to use the trailer associated with this theme.static final StringThe id of the file to use as a trailer for this theme.static final StringWhether the watermark should be applied to videos with this theme.static final StringThe id of the file to use as a watermark for the videos.static final StringThe position to place the watermark on the videoFields inherited from interface org.opencastproject.elasticsearch.impl.IndexSchema
SORT_FIELD_NAME_EXTENSION, TEXT, VERSION
-
Field Details
-
ID
The unique identifier- See Also:
-
ORGANIZATION
The organization that owns this theme.- See Also:
-
OBJECT
- See Also:
-
CREATION_DATE
The date and time the theme was created in UTC format e.g. 2011-07-16T20:39:05Z- See Also:
-
DEFAULT
Whether this theme is the default for this organization- See Also:
-
DESCRIPTION
The description of the theme- See Also:
-
NAME
The name of the theme.- See Also:
-
CREATOR
The username of the creator of this theme- See Also:
-
BUMPER_ACTIVE
Whether the bumber should be used for this theme.- See Also:
-
BUMPER_FILE
The id of the file to use as a bumper for this theme.- See Also:
-
TRAILER_ACTIVE
Whether to use the trailer associated with this theme.- See Also:
-
TRAILER_FILE
The id of the file to use as a trailer for this theme.- See Also:
-
TITLE_SLIDE_ACTIVE
Whether to use a title slide with this theme.- See Also:
-
TITLE_SLIDE_METADATA
The metadata fields to include in the title slide for this theme.- See Also:
-
TITLE_SLIDE_BACKGROUND
The id of the file to use as a background to the title slides.- See Also:
-
LICENSE_SLIDE_ACTIVE
Whether to use a license slide in this theme.- See Also:
-
LICENSE_SLIDE_DESCRIPTION
The license description to use on the license slide for this theme.- See Also:
-
LICENSE_SLIDE_BACKGROUND
The id of the file to use as a background to the license slide.- See Also:
-
WATERMARK_ACTIVE
Whether the watermark should be applied to videos with this theme.- See Also:
-
WATERMARK_FILE
The id of the file to use as a watermark for the videos.- See Also:
-
WATERMARK_POSITION
The position to place the watermark on the video- See Also:
-