Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractIndexProducer - Class in org.opencastproject.elasticsearch.index.rebuild
This implementation of IndexProducer adds logging methods for convenience.
AbstractIndexProducer() - Constructor for class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
 
ACCESS_POLICY - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The access policy
ACCESS_POLICY - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The access policy of the series
ACL - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.DataType
 
ACL_PERMISSION_PREFIX - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The key in the input documents representing the prefix to an access control entry
ACL_PERMISSION_PREFIX - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The key in the input documents representing the prefix to an access control entry
activate() - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
activate(BundleContext, Map<String, Object>) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
OSGi callback to activate this component instance.
addContributor(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Add a contributor
addOrganizer(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Add an organizer
addOrUpdateEvent(String, Function<Optional<Event>, Optional<Event>>, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Adds or updates the event in the search index.
addOrUpdateSeries(String, Function<Optional<Series>, Optional<Series>>, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Adds or updates the series in the search index.
addOrUpdateTheme(long, Function<Optional<IndexTheme>, Optional<IndexTheme>>, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Adds or updates the theme in the search index.
addPublisher(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Add a publisher
AGENT_ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
Id of the agent that will record.
ALL - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.DataType
 
ARCHIVE_VERSION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The archive version
AssetManager - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
ATTACHMENT - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The publication attachment(s)

B

buildQuery(EventSearchQuery) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventQueryBuilder
 
buildQuery(SeriesSearchQuery) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesQueryBuilder
 
buildQuery(ThemeSearchQuery) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeQueryBuilder
 
bulkEventUpdate(List<Event>) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Adds the recording events to the search index or updates it accordingly if it is there.
bulkSeriesUpdate(List<Series>) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Add or update a range of series in the search index.
bulkThemeUpdate(List<IndexTheme>) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Adds or updates the themes in the search index.
BUMPER_ACTIVE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether the bumber should be used for this theme.
BUMPER_FILE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The id of the file to use as a bumper for this theme.

C

CATALOG - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The publication catalog(s)
CHANNEL - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The publications
clearIndex() - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
Comment - Class in org.opencastproject.elasticsearch.index.objects.event
Object wrapper for a recording comment.
Comment() - Constructor for class org.opencastproject.elasticsearch.index.objects.event.Comment
Required default no arg constructor for JAXB.
Comment(String, String, String, boolean) - Constructor for class org.opencastproject.elasticsearch.index.objects.event.Comment
The recording identifier.
CommentIndexSchema - Interface in org.opencastproject.elasticsearch.index.objects.event
Interface defining the mapping between data and field names in the search index.
comments() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the event comments.
Comments - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
COMMENTS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The comments
CONTRIBUTOR - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The contributors
CONTRIBUTORS - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The contributors to the series
CREATED - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The creation date
CREATED_DATE_TIME - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The date and time the series was created in UTC format e.g. 2011-07-16T20:39:05Z
createUnmarshaller() - Static method in class org.opencastproject.elasticsearch.index.objects.event.Comment
Create an unmarshaller for comments
createUnmarshaller() - Static method in class org.opencastproject.elasticsearch.index.objects.event.Event
Create an unmarshaller for events
createUnmarshaller() - Static method in class org.opencastproject.elasticsearch.index.objects.series.Series
Create an unmarshaller for series
CREATION_DATE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The date and time the theme was created in UTC format e.g. 2011-07-16T20:39:05Z
CREATOR - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The creator
CREATOR - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The creator of the series
CREATOR - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The username of the creator of this theme

D

dataTypeSupported(IndexRebuildService.DataType) - Method in interface org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Check if the data type is supported by this service.
deactivate() - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
OSGi callback to deactivate this component.
DEFAULT - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether this theme is the default for this organization
DEFAULT_ATTEMPTS - Static variable in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
 
DEFAULT_SLEEP - Static variable in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
 
deleteEvent(String, String) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Delete event from index.
deleteSeries(String, String) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Delete series from index.
deleteTheme(String, String) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Delete theme from index.
DESCRIPTION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event description
DESCRIPTION - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The description of the series
DESCRIPTION - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The description of the theme
DOCUMENT_TYPE - Static variable in class org.opencastproject.elasticsearch.index.objects.event.Comment
The document id
DOCUMENT_TYPE - Static variable in class org.opencastproject.elasticsearch.index.objects.event.Event
The document type
DOCUMENT_TYPE - Static variable in class org.opencastproject.elasticsearch.index.objects.series.Series
The document type
DOCUMENT_TYPE - Static variable in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
The document type
DURATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording duration

E

ElasticsearchIndex - Class in org.opencastproject.elasticsearch.index
An index implementation based on ElasticSearch that serves the Admin UI API and the External API with data aggregated from multiple services.
ElasticsearchIndex() - Constructor for class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
ELEMENT_ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element id
ELEMENT_MIMETYPE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element mime type
ELEMENT_SIZE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element size
ELEMENT_TAG - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element tag
ELEMENT_TYPE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element type
ELEMENT_URL - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The element url
END_DATE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording end date
ERROR - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
 
Event - Class in org.opencastproject.elasticsearch.index.objects.event
Object wrapper for a recording event.
Event() - Constructor for class org.opencastproject.elasticsearch.index.objects.event.Event
Required default no arg constructor for JAXB.
Event(String, String) - Constructor for class org.opencastproject.elasticsearch.index.objects.event.Event
The recording identifier.
EVENT_STATUS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event status
EventIndexSchema - Interface in org.opencastproject.elasticsearch.index.objects.event
Interface defining the mapping between data and field names in the search index.
EventIndexUtils - Class in org.opencastproject.elasticsearch.index.objects.event
Utility implementation to deal with the conversion of recording events and its corresponding index data structures.
EventQueryBuilder - Class in org.opencastproject.elasticsearch.index.objects.event
Opencast EventSearchQuery implementation of the Elasticsearch query builder.
EventQueryBuilder(EventSearchQuery) - Constructor for class org.opencastproject.elasticsearch.index.objects.event.EventQueryBuilder
Creates a new elastic search query based on the events query.
EventSearchQuery - Class in org.opencastproject.elasticsearch.index.objects.event
This interface defines a fluent api for a query object used to lookup recording events in the search index.
EventSearchQuery(String, User) - Constructor for class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Creates a query that will return event documents.
EXTENDED_METADATA_PREFIX - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The key in the input documents representing the prefix to extended metadata
EXTENDED_METADATA_PREFIX - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The key in the input documents representing the prefix to extended metadata

F

fromSearchMetadata(SearchMetadataCollection) - Static method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Creates a search result item based on the data returned from the search index.

G

getAccessPolicy() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the access policy
getAccessPolicy() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the access policy of the recording.
getAccessPolicy() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series access policy.
getAccessPolicy() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the access policy of the series.
getActions() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of actions or an empty array if no actions have been specified.
getActions() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the list of actions or an empty array if no actions have been specified.
getAgentConfiguration() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the agent configuration
getAgentId() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the agent id
getAgentId() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the agent id of the recording.
getArchiveVersion() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the archive version
getArchiveVersion() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the archive version of the event.
getBumperActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns whether the theme query is searching for themes where the bumper is active.
getBumperFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getBumperFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the bumperFile of the theme query.
getByQuery(EventSearchQuery) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
getByQuery(SeriesSearchQuery) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
getByQuery(ThemeSearchQuery) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
getComments() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getContributors() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording contributors.
getContributors() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of recording contributors or an empty array if no contributors have been specified.
getContributors() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series contributors.
getContributors() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the list of series contributors or an empty array if no contributor have been specified.
getCreated() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the creation date
getCreated() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the creation date of the recording.
getCreatedDateTime() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series date and time created.
getCreatedFrom() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
getCreatedFrom() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getCreatedTo() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
getCreatedTo() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getCreationDate() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the creator
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the creator of the recording.
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series creator.
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the creator of the series.
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getCreator() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the creator of the themes.
getDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the recording date.
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording description.
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the description of the recording.
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series description.
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the description of the series.
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getDescription() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the description of the theme query.
getDisplayableStatus(Map<String, Map<String, String>>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Return the displayable status of this event
getDocumentTypes() - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
getDuration() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording duration
getDuration() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the duration of the recording.
getEndDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the recording end date.
getEvent(String, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Loads the event from the search index if it exists.
getEventStatus() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the event status
getEventStatus() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the event status of the recording.
getEventStatusSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the event status.
getExtendedMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the extended metadata
getExtendedMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the extended metadata
getHasComments() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the has comments status of the recording.
getHasOpenComments() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the has open comments status of the recording.
getId() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
getIdentifier() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording event identifier.
getIdentifier() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of recording identifiers or an empty array if no identifiers have been specified.
getIdentifier() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series identifier.
getIdentifier() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the list of series identifiers or an empty array if no identifiers have been specified.
getIdentifier() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getIdentifiers() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the list of theme identifiers or an empty array if no identifiers have been specified.
getIndexProducer(IndexRebuildService.Service) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Get the service by its enum identifier.
getIsDefault() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns whether the theme query is searching for default themes.
getIsPublished() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the is published status of the recording.
getLanguage() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the language
getLanguage() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the language of the recording.
getLanguage() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series language.
getLanguage() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the language of the series.
getLicense() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the license
getLicense() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the license of the recording.
getLicense() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series license.
getLicense() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the license of the series.
getLicenseSlideActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns whether the theme query is looking for themes where the license slide is active.
getLicenseSlideBackground() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getLicenseSlideBackground() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the license slide background this query is looking for.
getLicenseSlideDescription() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getLicenseSlideDescription() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the license slide description this query is looking for.
getLocation() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording location.
getLocation() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the location of the recording.
getLocationSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the location.
getManagedAcl() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the name of the managed ACL, if the event does not have a custom ACL.
getManagedAcl() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the name of the managed ACL set to the recording.
getManagedAcl() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the name of the managed ACL, if the series does not have a custom ACL.
getManagedAcl() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the name of the managed ACL set to the series.
getManagedAclSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the series managed ACL.
getName() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getName() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the name looked for by the theme query.
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the organization of the recording.
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the organization of the recording
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series organization.
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the organization of the series.
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getOrganization() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the organization of the theme query.
getOrganizers() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series presenters.
getOrganizers() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the list of series organizers or an empty array if no organizers have been specified.
getPresenters() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording presenters.
getPresenters() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of recording presenters or an empty array if no presenter have been specified.
getPresentersSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the recording start date.
getPublications() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the event publications.
getPublications() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of event publications or an empty array if no publications have been specified.
getPublicationSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the publication.
getPublisher() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the publisher
getPublisher() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the publisher of the recording.
getPublishers() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series publishers.
getPublishers() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns an array of series publishers or an empty array if no publisher has been specified.
getReason() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
getRebuildStates() - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
getRebuildStates() - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
 
getRecordingEndDate() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording end date
getRecordingStartDate() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the start date
getRecordingStatus() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording status
getRights() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the rights
getRights() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the rights of the recording.
getRightsHolder() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series rights holder.
getRightsHolder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
getSeries(String, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Loads the series from the search index if it exists.
getSeriesContributorsSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesCreatorSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the sort order for the theme created date.
getSeriesDescriptionSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesId() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the series identifier
getSeriesId() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the series identifier of the recording.
getSeriesIdentifierSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesLanguageSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesLicenseSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesManagedAclSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series managed ACL.
getSeriesName() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the series name
getSeriesName() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the series name of the recording.
getSeriesNameSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the series name.
getSeriesOrganizersSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series organizers.
getSeriesPublishersSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesRightsHolderSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesSubjectSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series created date.
getSeriesTitleSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the sort order for the series title.
getService() - Method in interface org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Get the service that implements IndexProducer.
getSource() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the source of this event
getSource() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the source of the recording.
getStartDate() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the start date of the recording.
getStartDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the recording start date.
getStartFrom() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getStartTo() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getSubject() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording subject.
getSubject() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the subject of the recording.
getSubject() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series subject.
getSubjects() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the list of recording subjects or an empty array if no subject have been specified.
getSupportedDataTypes() - Method in interface org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Get supported data types for reindexing.
getTechnicalEndDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the technical recording end date.
getTechnicalEndTime() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the technical end time
getTechnicalEndTime() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the technical end date of the recording.
getTechnicalPresenters() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the technical presenters
getTechnicalPresenters() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the list of technical presenters or an empty array if no presenters have been specified.
getTechnicalStartDateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the technical recording start date.
getTechnicalStartFrom() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getTechnicalStartTime() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the technical start time
getTechnicalStartTime() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the technical start date of the recording.
getTechnicalStartTo() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getText() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
getTheme() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the theme of this series
getTheme() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the theme of the series.
getTheme(long, String, User) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
Loads the theme from the search index if it exists.
getThemeCreatorSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the sort order for the theme creator username.
getThemeDescriptionSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the sort order for the theme name.
getThemeNameSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the sort order for the theme name.
getTitle() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the recording title.
getTitle() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the title of the recording.
getTitle() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Returns the series title.
getTitle() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the title of the series.
getTitleSlideActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns whether this query is searching for themes where the title slide is active.
getTitleSlideBackground() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getTitleSlideBackground() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getTitleSlideMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getTitleSlideMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the title slide metadata this query is searching for
getTitleSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the recording start date.
getTrailerActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns whether the query is looking for themes where the trailer is active
getTrailerFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getTrailerFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the trailer file id that is being matched in this query
getUIDSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
getUser() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the user of this search query
getUser() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Returns the user of this search query
getUser() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Returns the user of this search query
getWatermarkActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getWatermarkFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getWatermarkFile() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getWatermarkPosition() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
getWatermarkPosition() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
getWorkflowDefinition() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the workflow definition of the recording.
getWorkflowDefinitionId() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the current workflow definition id related to this event
getWorkflowId() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the current workflow id related to this event
getWorkflowId() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the workflow id of the recording.
getWorkflowState() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the current workflow state related to this event
getWorkflowState() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the workflow state of the recording.
getWorkflowStateSortOrder() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the sort order for the workflow state.

H

HAS_COMMENTS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The has comments field name
HAS_OPEN_COMMENTS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The has open comments field name
hasComments() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the has comments status from this event
hasOpenComments() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the has comments status from this event
hasPreview() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the has preview status from this event
hasRecordingStarted() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Check whether the recording of the event already has started.

I

ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.CommentIndexSchema
The unique identifier
ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The unique identifier
identifiers - Variable in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
identifiers - Variable in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
INDEX_XML_NAMESPACE - Static variable in interface org.opencastproject.elasticsearch.index.objects.IndexObject
 
IndexEndpoint - Class in org.opencastproject.elasticsearch.index.endpoint
The index endpoint allows the management of the elasticsearch index.
IndexEndpoint() - Constructor for class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
IndexObject - Interface in org.opencastproject.elasticsearch.index.objects
 
IndexProducer - Interface in org.opencastproject.elasticsearch.index.rebuild
This service handles data that's added to an ElasticSearch index.
IndexRebuildException - Exception Class in org.opencastproject.elasticsearch.index.rebuild
An exception which indicates an error when rebuilding an ElasticSearch index.
IndexRebuildException(String) - Constructor for exception class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Constructor without Cause.
IndexRebuildException(String, Throwable) - Constructor for exception class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Full fledged constructor.
IndexRebuildException(IndexRebuildService.Service, Throwable) - Constructor for exception class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Constructor that builds an error message.
IndexRebuildException(IndexRebuildService.Service, Organization, Throwable) - Constructor for exception class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
Constructor that builds an error message.
IndexRebuildService - Class in org.opencastproject.elasticsearch.index.rebuild
The bundle activator is defined in the pom.xml of this bundle.
IndexRebuildService() - Constructor for class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
 
IndexRebuildService.DataType - Enum Class in org.opencastproject.elasticsearch.index.rebuild
 
IndexRebuildService.Service - Enum Class in org.opencastproject.elasticsearch.index.rebuild
The services whose data is indexed by ElasticSearch.
IndexRebuildService.State - Enum Class in org.opencastproject.elasticsearch.index.rebuild
 
IndexTheme - Class in org.opencastproject.elasticsearch.index.objects.theme
Object wrapper for a theme.
IndexTheme() - Constructor for class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Required default no arg constructor for JAXB.
IndexTheme(long, String) - Constructor for class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
IS_PUBLISHED - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The is published field name
isBumperActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
isDefault() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
isEditOnly() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
isLicenseSlideActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
isResolvedStatus() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
isScheduledEvent() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
 
isTitleSlideActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
isTrailerActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
isWatermarkActive() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 

L

LANGUAGE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event language
LANGUAGE - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The language for the series
LICENSE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The license
LICENSE - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The license of the series
LICENSE_SLIDE_ACTIVE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether to use a license slide in this theme.
LICENSE_SLIDE_BACKGROUND - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The id of the file to use as a background to the license slide.
LICENSE_SLIDE_DESCRIPTION - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The license description to use on the license slide for this theme.
LOCATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event location
logIndexRebuildBegin(Logger, int, String) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log beginning of index rebuild for this service.
logIndexRebuildBegin(Logger, int, String, Organization) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log beginning of index rebuild for this service and a specific organization.
logIndexRebuildError(Logger, int, int, Throwable) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log an error during an index rebuild for this service.
logIndexRebuildError(Logger, Throwable) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log an error during an index rebuild for this service.
logIndexRebuildError(Logger, Throwable, Organization) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log an error during an index rebuild for this service.
logIndexRebuildProgress(Logger, int, int) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log the progress of the index rebuild for this service.
logIndexRebuildProgress(Logger, int, int, int) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log the progress of the index rebuild for this service.
logIndexRebuildProgress(Logger, int, int, int, Organization) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log the progress of the index rebuild for this service.
logIndexRebuildProgress(Logger, int, int, Organization) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log the progress of the index rebuild for this service and a specific organization.
logSkippingElement(Logger, String, String, Throwable) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log an error when one element can't be re-indexed.
logSkippingElement(Logger, String, String, Organization, Throwable) - Method in class org.opencastproject.elasticsearch.index.rebuild.AbstractIndexProducer
Log an error when one element can't be re-indexed.

M

MANAGED_ACL - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The name of the managed ACL used by the event (if set)
MANAGED_ACL - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The name of the managed ACL used by the series (if set)
MIMETYPE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The publication mimetype
modified(Map<String, Object>) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
OSGi callback for configuration changes.

N

NAME - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The name of the theme.
NEEDS_CUTTING - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event has open comment that it needs cutting
needsCutting() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Returns the has comment needs cutting for this event
needsCutting() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Returns the has open comments reason that it needs cutting of the recording.

O

OBJECT - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording object
OBJECT - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
 
OBJECT - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
 
OK - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
 
org.opencastproject.elasticsearch.index - package org.opencastproject.elasticsearch.index
 
org.opencastproject.elasticsearch.index.endpoint - package org.opencastproject.elasticsearch.index.endpoint
 
org.opencastproject.elasticsearch.index.objects - package org.opencastproject.elasticsearch.index.objects
 
org.opencastproject.elasticsearch.index.objects.event - package org.opencastproject.elasticsearch.index.objects.event
 
org.opencastproject.elasticsearch.index.objects.series - package org.opencastproject.elasticsearch.index.objects.series
 
org.opencastproject.elasticsearch.index.objects.theme - package org.opencastproject.elasticsearch.index.objects.theme
 
org.opencastproject.elasticsearch.index.rebuild - package org.opencastproject.elasticsearch.index.rebuild
 
ORGANIZATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The organization
ORGANIZATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The organization for the series
ORGANIZATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The organization that owns this theme.
ORGANIZERS - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The organizers for the series

P

partiallyRebuildIndex(String) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
partiallyRebuildIndexByType(String, String) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
PENDING - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
 
PRESENTER - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The contributors
PUBLICATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The publications
PublicationIndexSchema - Interface in org.opencastproject.elasticsearch.index.objects.event
 
PUBLISHER - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The publisher
PUBLISHERS - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The publisher of the series

Q

QueryPreprocessor - Class in org.opencastproject.elasticsearch.index
Utility class to preprocess potentially malformed Lucene query strings.

R

REASON - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.CommentIndexSchema
The organization
rebuildIndex() - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
rebuildIndex(ElasticsearchIndex) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Clear and rebuild the index from all services.
rebuildIndex(IndexProducer, IndexRebuildService.DataType) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Partially rebuild the index from a specific service and maybe only a specific data type.
RECORDING_STATUS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording status
removeExtendedMetadata(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Removes the external metadata for a catalog type.
repopulate(IndexRebuildService.DataType) - Method in interface org.opencastproject.elasticsearch.index.rebuild.IndexProducer
Re-add the data of this service to the index.
resetExtendedMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Removes all external metadata.
resetExtendedMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Removes all external metadata.
RESOLVED_STATUS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.CommentIndexSchema
The recording object
resumeIndexRebuild(String) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
resumeIndexRebuild(IndexRebuildService.Service) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Start Index Rebuild from the specified service and then do all that follow.
RIGHTS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The rights
RIGHTS_HOLDER - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The rights holder for a series
RUNNING - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
 

S

sanitize(String) - Static method in class org.opencastproject.elasticsearch.index.QueryPreprocessor
Sanitize a potentially malformed query string so it conforms to the Lucene query syntax
Scheduler - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
Search - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
securityService - Variable in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
The security service
Series - Class in org.opencastproject.elasticsearch.index.objects.series
Object wrapper for a series.
Series - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
Series() - Constructor for class org.opencastproject.elasticsearch.index.objects.series.Series
Required default no arg constructor for JAXB.
Series(String, String) - Constructor for class org.opencastproject.elasticsearch.index.objects.series.Series
The series identifier.
SERIES_ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event series identifier
SERIES_NAME - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event series name
SeriesIndexSchema - Interface in org.opencastproject.elasticsearch.index.objects.series
Interface defining the mapping between data and field names in the search index.
SeriesIndexUtils - Class in org.opencastproject.elasticsearch.index.objects.series
Utility implementation to deal with the conversion of series and its corresponding index data structures.
SeriesQueryBuilder - Class in org.opencastproject.elasticsearch.index.objects.series
Opencast SeriesSearchQuery implementation of the Elasticsearch query builder.
SeriesQueryBuilder(SeriesSearchQuery) - Constructor for class org.opencastproject.elasticsearch.index.objects.series.SeriesQueryBuilder
Creates a new elastic search query based on the series query.
SeriesSearchQuery - Class in org.opencastproject.elasticsearch.index.objects.series
This interface defines a fluent api for a query object used to lookup series in the search index.
SeriesSearchQuery(String, User) - Constructor for class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Creates a query that will return series documents.
setAccessPolicy(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the access policy
setAccessPolicy(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series access policy.
setAgentConfiguration(Map<String, String>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the agent configuration
setAgentId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the agent id
setArchiveVersion(Long) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the archive version
setBumperActive(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setBumperFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setComments(List<Comment>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the list of comments.
setContributors(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the list of contributors.
setContributors(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the list of contributors.
setCreated(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the creation date
setCreatedDateTime(Date) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series created date and time.
setCreationDate(Date) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the creator
setCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series creator.
setCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setDefault(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording description.
setDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series description.
setDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setDuration(long) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording duration
setElasticsearchIndex(ElasticsearchIndex) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
setExtendedMetadata(String, Map<String, List<String>>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the external metadata for a catalog flavor.
setExtendedMetadata(String, Map<String, List<String>>) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the external metadata for a catalog type.
setHasComments(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the has comments status from this event
setHasOpenComments(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the has open comments status from this event
setHasPreview(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the has preview status from this event
setId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
setIndexRebuildService(IndexRebuildService) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
setLanguage(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the language
setLanguage(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series language.
setLicense(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the license
setLicense(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series license.
setLicenseSlideActive(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setLicenseSlideBackground(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setLicenseSlideDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setListProvidersService(ListProvidersService) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
setLocation(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording location.
setManagedAcl(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the name of the managed ACL used by the event.
setManagedAcl(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the name of the managed ACL used by the series.
setName(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setNeedsCutting(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the has open needs cutting comment for this event
setOrganizers(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the list of organizers.
setPresenters(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the list of presenters.
setPublications(List<Publication>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the list of publications.
setPublisher(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the publisher
setPublishers(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the list of publishers.
setReason(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
setRecordingEndDate(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording end date
setRecordingStartDate(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the start date
setRecordingStatus(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording status
setResolvedStatus(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
setRights(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the rights
setRightsHolder(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series rights holder.
setSecurityService(SecurityService) - Method in class org.opencastproject.elasticsearch.index.endpoint.IndexEndpoint
 
setSeriesId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the series identifier
setSeriesName(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the series name
setSource(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the source of this event
setSubject(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording subject
setSubject(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series subject.
setTechnicalEndTime(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the technical end time
setTechnicalPresenters(List<String>) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the technical presenters
setTechnicalStartTime(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the technical start time
setText(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
 
setTheme(Long) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the theme for this series
setTitle(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the recording title.
setTitle(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Sets the series title.
setTitleSlideActive(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setTitleSlideBackground(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setTitleSlideMetadata(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setTrailerActive(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setTrailerFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setWatermarkActive(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setWatermarkFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setWatermarkPosition(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
 
setWorkflowDefinitionId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the current workflow definition id related to this event
setWorkflowId(Long) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the current workflow id related to this event
setWorkflowState(WorkflowInstance.WorkflowState) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the current workflow state related to this event
sortByContributors(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByCreatedDateTime(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series created date & time.
sortByCreatedDateTime(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Defines the sort order for the theme created date & time.
sortByCreator(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByCreator(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Defines the sort order for the theme by creator username.
sortByDate(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the recording date.
sortByDefault(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Defines the sort order for the theme default property
sortByDescription(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByDescription(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Defines the sort order for the theme by description.
sortByEndDate(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the recording end date.
sortByEventStatus(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the event status.
sortByIdentifer(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByLanguage(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByLicense(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByLocation(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the location.
sortByManagedAcl(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the managed ACL.
sortByManagedAcl(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the managed ACL.
sortByName(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Defines the sort order for the theme by names.
sortByOrganizers(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by organizers.
sortByPresenter(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the recording date.
sortByPublicationIgnoringInternal(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for publication.
sortByPublishers(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByRightsHolder(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortBySeriesName(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the series name.
sortByStartDate(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the recording start date.
sortBySubject(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by contributors.
sortByTechnicalEndDate(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the technical recording end date.
sortByTechnicalStartDate(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the technical recording start date.
sortByTitle(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the recording date.
sortByTitle(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Defines the sort order for the series by title.
sortByUID(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
sortByWorkflowState(SortCriterion.Order) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Defines the sort order for the workflow state.
sortOrderFieldName(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
sortOrderFieldName(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
sortOrderFieldName(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
SOURCE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The event source
start(BundleContext) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Called by OSGI when this bundle is started.
START_DATE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording start date
stop(BundleContext) - Method in class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService
Called by OSGI when this bundle is stopped.
subflavorMatches(List<Publication>, String) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Returns true if the previewSubtype matches any of the publicationFlavors.
SUBJECT - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The subject
SUBJECT - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The subject of the series

T

TECHNICAL_END - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The ending time of the recording.
TECHNICAL_PRESENTERS - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The technical presenters of the recording.
TECHNICAL_START - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The start time of the recording.
TEXT - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.CommentIndexSchema
The recording object
THEME - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The theme used by the series
ThemeIndexSchema - Interface in org.opencastproject.elasticsearch.index.objects.theme
Interface defining the mapping between data and field names in the search index.
ThemeQueryBuilder - Class in org.opencastproject.elasticsearch.index.objects.theme
Opencast ThemeSearchQuery implementation of the Elasticsearch query builder.
ThemeQueryBuilder(ThemeSearchQuery) - Constructor for class org.opencastproject.elasticsearch.index.objects.theme.ThemeQueryBuilder
Creates a new search query based on the theme query.
Themes - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
ThemeSearchQuery - Class in org.opencastproject.elasticsearch.index.objects.theme
This interface defines a fluent api for a query object used to lookup themes in the search index.
ThemeSearchQuery(String, User) - Constructor for class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Creates a query that will return theme documents.
TITLE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The recording title
TITLE - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The series title
TITLE_SLIDE_ACTIVE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether to use a title slide with this theme.
TITLE_SLIDE_BACKGROUND - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The id of the file to use as a background to the title slides.
TITLE_SLIDE_METADATA - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The metadata fields to include in the title slide for this theme.
toJSON() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
Serializes the recording comment.
toJSON() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Serializes the recording event.
toJSON() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Serializes the series.
toRecordingEvent(SearchMetadataCollection, Unmarshaller) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Creates a search result item based on the data returned from the search index.
toSearchMetadata() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Creates search metadata from a theme such that the theme can be stored in the search index.
toSearchMetadata(Event, ListProvidersService, boolean) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Creates search metadata from a recording event such that the event can be stored in the search index.
toSearchMetadata(Series) - Static method in class org.opencastproject.elasticsearch.index.objects.series.SeriesIndexUtils
Creates search metadata from a series such that the event can be stored in the search index.
toSeries(SearchMetadataCollection, Unmarshaller) - Static method in class org.opencastproject.elasticsearch.index.objects.series.SeriesIndexUtils
Creates a search result item based on the data returned from the search index.
toString() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
toString() - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
 
toXML() - Method in class org.opencastproject.elasticsearch.index.objects.event.Comment
Serializes the recording comment to an XML format.
toXML() - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Serializes the recording event to an XML format.
toXML() - Method in class org.opencastproject.elasticsearch.index.objects.series.Series
Serializes the series to an XML format.
toXML() - Method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Serializes the theme to an XML format.
TRACK - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The publication track(s)
TRACK_DURATION - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The duration for the track element
TRACK_TRANSPORT - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.PublicationIndexSchema
The transport for the track element
TRAILER_ACTIVE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether to use the trailer associated with this theme.
TRAILER_FILE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The id of the file to use as a trailer for this theme.

U

UID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The unique identifier
UID - Static variable in interface org.opencastproject.elasticsearch.index.objects.series.SeriesIndexSchema
The unique identifier
unsetListProvidersService(ListProvidersService) - Method in class org.opencastproject.elasticsearch.index.ElasticsearchIndex
 
updateEvent(Event, MediaPackage) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Update the given Event with the given MediaPackage.
updateEvent(Event, DublinCore) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Update the given Event with the given DublinCore.
updateEventExtendedMetadata(Event, DublinCoreCatalog, MediaPackageElementFlavor) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
Update extended metadata for event from dublin core catalog.
updatePreview(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.Event
Sets the subtype of the publication element that indicates a preview element.
updateSeriesName(Event, String, User, ElasticsearchIndex) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
A function to update the series title within an event.
updateSeriesName(Event, String, User, ElasticsearchIndex, int, long) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
A function to update the series title within an event.
updateTechnicalDate(Event) - Static method in class org.opencastproject.elasticsearch.index.objects.event.EventIndexUtils
 

V

valueOf(InputStream) - Static method in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Reads the theme from the input stream.
valueOf(InputStream, Unmarshaller) - Static method in class org.opencastproject.elasticsearch.index.objects.event.Comment
Reads the recording comment from the input stream.
valueOf(InputStream, Unmarshaller) - Static method in class org.opencastproject.elasticsearch.index.objects.event.Event
Reads the recording event from the input stream.
valueOf(InputStream, Unmarshaller) - Static method in class org.opencastproject.elasticsearch.index.objects.series.Series
Reads the series from the input stream.
valueOf(String) - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
Returns the enum constant of this class with the specified name.
valueOfJson(InputStream) - Static method in class org.opencastproject.elasticsearch.index.objects.event.Comment
Reads the recording comment from the input stream.
valueOfJson(InputStream) - Static method in class org.opencastproject.elasticsearch.index.objects.event.Event
Reads the recording event from the input stream.
valueOfJson(InputStream) - Static method in class org.opencastproject.elasticsearch.index.objects.series.Series
Reads the series from the input stream.
values() - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.State
Returns an array containing the constants of this enum class, in the order they are declared.

W

WATERMARK_ACTIVE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
Whether the watermark should be applied to videos with this theme.
WATERMARK_FILE - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The id of the file to use as a watermark for the videos.
WATERMARK_POSITION - Static variable in interface org.opencastproject.elasticsearch.index.objects.theme.ThemeIndexSchema
The position to place the watermark on the video
withAccessPolicy(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given access policy.
withAccessPolicy(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given access policy.
withAction(Permissions.Action) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Filter the recording events with the given action.
withAction(Permissions.Action) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Filter the series with the given action.
withAgentId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given agent id.
withArchiveVersion(long) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects events with the given archive version.
withBumperActive(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with where the bumper is active.
withBumperFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given bumper file id.
withComments(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given has comments status.
withComments(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
 
withContributor(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given contributor.
withContributor(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given contributor.
withCreated(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given creation date.
withCreatedFrom(Date) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
The created date to start looking for series.
withCreatedFrom(Date) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
The created date to start looking for themes.
withCreatedTo(Date) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
The created date to stop looking for series.
withCreatedTo(Date) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
The created date to stop looking for series.
withCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given creator.
withCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given creator.
withCreator(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given creator.
withDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given description.
withDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given description.
withDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given description.
withDuration(long) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given duration.
withEdit(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
withEventStatus(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given event status.
withIdentifier(long) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given identifier.
withIdentifier(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given identifier.
withIdentifier(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given identifier.
withIsDefault(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes that are default.
withIsPublished(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given is published status.
withLanguage(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given language.
withLanguage(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given language.
withLicense(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given license.
withLicense(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given license.
withLicense(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given watermark position.
withLicenseSlideActive(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes where the license slide is active.
withLicenseSlideBackground(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given license slide background.
withLicenseSlideDescription(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given license slide description.
withLocation(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given location.
withManagedAcl(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given managed ACL name.
withManagedAcl(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given managed ACL name.
withName(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given name.
withNeedsCutting(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given has comment need cutting status.
withOpenComments(boolean) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given has open comments status.
withOrganizer(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given organizers.
withoutActions() - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Filter the recording events without any action checked.
withoutActions() - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Filter the series without any action checked.
withPresenter(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given presenter.
withPublications(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given publication.
withPublisher(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given publisher.
withPublisher(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Select series with the given publishers
withRights(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given rights.
withRightsHolder(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
 
withSeriesId(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given series identifier.
withSeriesName(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given series name.
withSource(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given source type.
withStartDate(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given start date.
withStartFrom(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
The start date to start looking for events.
withStartTo(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
The start date to stop looking for events.
withSubject(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given subject.
withSubject(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given subject.
withTechnicalEndTime(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given technical end date.
withTechnicalPresenters(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recording events with the given technical presenters.
withTechnicalStartFrom(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
The technical start date to start looking for events.
withTechnicalStartTime(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given technical start date.
withTechnicalStartTo(Date) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
The technical start date to stop looking for events.
withTheme(long) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given theme.
withTitle(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given title.
withTitle(String) - Method in class org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Selects series with the given title.
withTitleSlideActive(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes where the title slide is active.
withTitleSlideBackground(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given title slide background id.
withTitleSlideMetadata(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with matching title slide metadata
withTrailerActive(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes that have the trailer active
withTrailerFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given trailer file
withWatermarkActive(Boolean) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes where a watermark is active
withWatermarkFile(String) - Method in class org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Selects themes with the given watermark file
withWorkflowDefinition(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given workflow definition.
withWorkflowId(long) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given workflow id.
withWorkflowState(String) - Method in class org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Selects recordings with the given workflow state.
Workflow - Enum constant in enum class org.opencastproject.elasticsearch.index.rebuild.IndexRebuildService.Service
 
WORKFLOW_DEFINITION_ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The workflow definition id
WORKFLOW_ID - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The workflow id
WORKFLOW_STATE - Static variable in interface org.opencastproject.elasticsearch.index.objects.event.EventIndexSchema
The workflow state

X

XML_SURROUNDING_TAG - Static variable in class org.opencastproject.elasticsearch.index.objects.event.Comment
The name of the surrounding XML tag to wrap a result of multiple comments
XML_SURROUNDING_TAG - Static variable in class org.opencastproject.elasticsearch.index.objects.event.Event
The name of the surrounding XML tag to wrap a result of multiple events
XML_SURROUNDING_TAG - Static variable in class org.opencastproject.elasticsearch.index.objects.series.Series
The name of the surrounding XML tag to wrap a result of multiple series
XML_SURROUNDING_TAG - Static variable in class org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
The name of the surrounding XML tag to wrap a result of multiple theme
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form