Index

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

A

activate(ComponentContext) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
addCatalogUIAdapter(EventCatalogUIAdapter) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi callback to add EventCatalogUIAdapter instance.
addCatalogUIAdapter(SeriesCatalogUIAdapter) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi callback to add SeriesCatalogUIAdapter instance.
ARCHIVE - Enum constant in enum class org.opencastproject.index.service.api.IndexService.Source
 
arrayToJsonArray(T[]) - Static method in class org.opencastproject.index.service.util.JSONUtils
 

C

CatalogAdapterUtil - Class in org.opencastproject.index.service.util
 
CatalogUIAdapterConfiguration - Class in org.opencastproject.index.service.catalog.adapter
This class parses a catalog UI adapter configuration and provides convenience access methods.
CatalogUIAdapterFactory - Class in org.opencastproject.index.service.catalog.adapter
Based on the given service configuration this service factory will create new instances of SeriesCatalogUIAdapter services and register them in the OSGi service registry.
CatalogUIAdapterFactory() - Constructor for class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
collectionToJsonArray(Collection<?>) - Static method in class org.opencastproject.index.service.util.JSONUtils
Turn a collection into a JsonArray
CommonEventCatalogUIAdapter - Class in org.opencastproject.index.service.catalog.adapter.events
Episode dublincore catalog implementation of a AbstractEventsCatalogUIAdapter
CommonEventCatalogUIAdapter() - Constructor for class org.opencastproject.index.service.catalog.adapter.events.CommonEventCatalogUIAdapter
 
CommonSeriesCatalogUIAdapter - Class in org.opencastproject.index.service.catalog.adapter.series
 
CommonSeriesCatalogUIAdapter() - Constructor for class org.opencastproject.index.service.catalog.adapter.series.CommonSeriesCatalogUIAdapter
 
CONF_COMMON_METADATA_KEY - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
CONF_FLAVOR_KEY - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
CONF_ORGANIZATION_KEY - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
CONF_TITLE_KEY - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
CONF_TYPE_KEY - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
config - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
The catalog UI adapter configuration
ConfigurableDCCatalogUIAdapter - Class in org.opencastproject.index.service.catalog.adapter
 
ConfigurableDCCatalogUIAdapter() - Constructor for class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
ConfigurableEventDCCatalogUIAdapter - Class in org.opencastproject.index.service.catalog.adapter.events
Managed service implementation of a AbstractEventsCatalogUIAdapter
ConfigurableEventDCCatalogUIAdapter() - Constructor for class org.opencastproject.index.service.catalog.adapter.events.ConfigurableEventDCCatalogUIAdapter
 
ConfigurableSeriesDCCatalogUIAdapter - Class in org.opencastproject.index.service.catalog.adapter.series
A series catalog UI adapter that is managed by a configuration.
ConfigurableSeriesDCCatalogUIAdapter() - Constructor for class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
 
conflictJson(JsonElement) - Static method in class org.opencastproject.index.service.util.RestUtils
Create an CONFLICT (409) response with the given JSON as body
createEvent(HttpServletRequest) - Method in interface org.opencastproject.index.service.api.IndexService
Creates a new event based on a request.
createEvent(HttpServletRequest) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
createEvent(JSONObject, MediaPackage) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
createEvent(EventHttpServletRequest) - Method in interface org.opencastproject.index.service.api.IndexService
Create a new event using a EventHttpServletRequest.
createEvent(EventHttpServletRequest) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
createFromHttpServletRequest(HttpServletRequest, IngestService, List<EventCatalogUIAdapter>, String, String) - Static method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
Create a EventHttpServletRequest from a HttpServletRequest to create a new Event.
createSeries(JSONObject) - Method in interface org.opencastproject.index.service.api.IndexService
Create a new series.
createSeries(JSONObject) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
createSeries(MetadataList, Map<String, String>, Optional<AccessControlList>, Optional<Long>) - Method in interface org.opencastproject.index.service.api.IndexService
Create a series from a set of metadata and options.
createSeries(MetadataList, Map<String, String>, Optional<AccessControlList>, Optional<Long>) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 

D

deactivate(ComponentContext) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
deleted(String) - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
deserializeJsonToAcl(String, boolean) - Static method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
De-serialize an JSON into an AccessControlList.
deserializeMetadataList(String, List<EventCatalogUIAdapter>, String, String) - Static method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
Change the simplified fields of key values provided to the external api into a MetadataList.
DublinCoreMetadataUtil - Class in org.opencastproject.index.service.catalog.adapter
 
dublinCoreProperties - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
The metadata fields for all properties of the underlying DublinCore

E

ENGAGE_LIVE_CHANNEL_ID - Static variable in class org.opencastproject.index.service.impl.util.EventUtils
 
EPISODE_TITLE - Static variable in class org.opencastproject.index.service.catalog.adapter.events.CommonEventCatalogUIAdapter
 
EventHttpServletRequest - Class in org.opencastproject.index.service.impl.util
 
EventHttpServletRequest() - Constructor for class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
EventUtils - Class in org.opencastproject.index.service.impl.util
 

F

filtersToJSON(ResourceListQuery, ListProvidersService, Organization) - Static method in class org.opencastproject.index.service.util.JSONUtils
Generate JSON presentation of the given filters
filtersToJSONSeriesWriteAccess(ResourceListQuery, ListProvidersService, Map<String, String>) - Static method in class org.opencastproject.index.service.util.JSONUtils
Generate JSON presentation of the given filters
flavor - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
The flavor of this catalog
fromMap(Map<String, String>) - Static method in class org.opencastproject.index.service.util.JSONUtils
Returns a JSON object with key-value from given map

G

GENERAL_FAILURE - Enum constant in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
 
getAcl() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getAclService() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getCatalogProperties(Class<?>, String) - Static method in class org.opencastproject.index.service.util.CatalogAdapterUtil
Get the catalog properties from the given file
getCatalogXmlRootElementName() - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
Return the value of the configuration property CatalogUIAdapterConfiguration.KEY_XML_ROOT_ELEMENT_NAME
getCatalogXmlRootNamespace() - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
Return the value of the configuration property CatalogUIAdapterConfiguration.KEY_XML_ROOT_ELEMENT_NS_URI
getCommonEventCatalogUIAdapter() - Method in interface org.opencastproject.index.service.api.IndexService
 
getCommonEventCatalogUIAdapter() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getCommonEventCatalogUIAdapter(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getCommonSeriesCatalogUIAdapter() - Method in interface org.opencastproject.index.service.api.IndexService
 
getCommonSeriesCatalogUIAdapter() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getCommonSeriesCatalogUIAdapter(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getDublinCoreProperties(Dictionary<String, ?>) - Static method in class org.opencastproject.index.service.catalog.adapter.DublinCoreMetadataUtil
 
getEvent(String, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Get a single event
getEvent(String, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getEventCatalogUIAdapters() - Method in interface org.opencastproject.index.service.api.IndexService
 
getEventCatalogUIAdapters() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getEventCatalogUIAdapters(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getEventMediapackage(Event) - Method in interface org.opencastproject.index.service.api.IndexService
 
getEventMediapackage(Event) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getEventMetadata(Event, EventCatalogUIAdapter) - Static method in class org.opencastproject.index.service.impl.util.EventUtils
Loads the metadata for the given event
getEventMetadata(Event, EventCatalogUIAdapter, ResourceListQuery) - Static method in class org.opencastproject.index.service.impl.util.EventUtils
Loads the metadata for the given event
getEventSource(Event) - Method in interface org.opencastproject.index.service.api.IndexService
 
getEventSource(Event) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
Determines in a very basic way what kind of source the event is
getEventWorkflowProperties(List<String>) - Method in interface org.opencastproject.index.service.api.IndexService
 
getEventWorkflowProperties(List<String>) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getExtendedEventCatalogUIAdapters() - Method in interface org.opencastproject.index.service.api.IndexService
 
getExtendedEventCatalogUIAdapters() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getFields(String) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
 
getFields(MediaPackage) - Method in class org.opencastproject.index.service.catalog.adapter.events.ConfigurableEventDCCatalogUIAdapter
 
getFieldsFromCatalogs(List<DublinCoreCatalog>) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getFlavor() - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getFlavor() - Method in class org.opencastproject.index.service.catalog.adapter.events.CommonEventCatalogUIAdapter
 
getFlavor() - Method in class org.opencastproject.index.service.catalog.adapter.series.CommonSeriesCatalogUIAdapter
 
getFromAndToDateRange(String) - Static method in class org.opencastproject.index.service.util.RestUtils
Parse the UTC format date range string to two Date objects to represent a range of dates.
getIterableStringMetadata(MetadataField) - Static method in class org.opencastproject.index.service.catalog.adapter.MetadataUtils
 
getJsonString(Object) - Static method in class org.opencastproject.index.service.util.RestUtils
 
getJsonStringSilent(JsonArray) - Static method in class org.opencastproject.index.service.util.RestUtils
Get a String value from a JsonArray ignoring errors.
getKeyValueMap(String) - Static method in class org.opencastproject.index.service.util.RequestUtils
Get a Map of metadata fields from a JSON array.
getListProvidersService() - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getMediaPackage() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getMetadataList() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getMetadataListWithAllEventCatalogUIAdapters() - Method in interface org.opencastproject.index.service.api.IndexService
 
getMetadataListWithAllEventCatalogUIAdapters() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getMetadataListWithAllSeriesCatalogUIAdapters() - Method in interface org.opencastproject.index.service.api.IndexService
 
getMetadataListWithAllSeriesCatalogUIAdapters() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getName() - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
getOrganization() - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getOrganization() - Method in class org.opencastproject.index.service.impl.util.Retraction
 
getProcessing() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getRawFields() - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getRawFields(Map<String, ResourceListQuery>) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getRawFields(ResourceListQuery) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getScheduling() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getSecurityService() - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
Return instance of SecurityService.
getSeriesCatalogUIAdapters() - Method in interface org.opencastproject.index.service.api.IndexService
 
getSeriesCatalogUIAdapters() - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getSeriesCatalogUIAdapters(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
getSeriesService() - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
Return the SeriesService to get access to the metadata catalogs of a series
getSource() - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
getTechnicalPresenters(DublinCoreMetadataCollection) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
Processes the combined usernames and free text entries of the presenters (creator) field into a list of presenters using the full names of the users if available and adds the usernames to a set of technical presenters.
getUITitle() - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
getUITitle() - Method in class org.opencastproject.index.service.catalog.adapter.events.CommonEventCatalogUIAdapter
 
getUITitle() - Method in class org.opencastproject.index.service.catalog.adapter.series.CommonSeriesCatalogUIAdapter
 
getUser() - Method in class org.opencastproject.index.service.impl.util.Retraction
 
getWorkspace() - Method in class org.opencastproject.index.service.catalog.adapter.events.ConfigurableEventDCCatalogUIAdapter
 
getXmlNamespaceContext() - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
Returns the XML namespace context that could be built out of the configuration.

H

handlesOrganization(String) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 

I

ID_JSON_KEY - Static variable in class org.opencastproject.index.service.util.RequestUtils
 
IndexService - Interface in org.opencastproject.index.service.api
 
IndexService.EventRemovalResult - Enum Class in org.opencastproject.index.service.api
 
IndexService.Source - Enum Class in org.opencastproject.index.service.api
 
IndexService.SourceType - Enum Class in org.opencastproject.index.service.api
 
IndexServiceException - Exception Class in org.opencastproject.index.service.exception
An exception which indicates an error when creating a response.
IndexServiceException(String) - Constructor for exception class org.opencastproject.index.service.exception.IndexServiceException
Constructor without cause.
IndexServiceException(String, Throwable) - Constructor for exception class org.opencastproject.index.service.exception.IndexServiceException
Full fledged constructor.
IndexServiceImpl - Class in org.opencastproject.index.service.impl
 
IndexServiceImpl() - Constructor for class org.opencastproject.index.service.impl.IndexServiceImpl
 
internalChannelFilter - Static variable in class org.opencastproject.index.service.impl.util.EventUtils
A filter to remove all internal channel publications.
isWorkflowActive(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 

J

JSONUtils - Class in org.opencastproject.index.service.util
Utility class providing helpers for all operation related to JSON.

K

KEY_XML_ROOT_ELEMENT_NAME - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
 
KEY_XML_ROOT_ELEMENT_NS_URI - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
 

L

listProvidersService - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
Reference to the list providers service
loadDublinCoreCatalog(String) - Method in class org.opencastproject.index.service.catalog.adapter.series.CommonSeriesCatalogUIAdapter
 
loadDublinCoreCatalog(String) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
 
loadFromDictionary(Dictionary<String, ?>) - Static method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
Load configuration from a dictionary.

M

mapToJsonObject(Map<?, ?>) - Static method in class org.opencastproject.index.service.util.JSONUtils
Turn a map into a JsonObject object
MetadataUtils - Class in org.opencastproject.index.service.catalog.adapter
A helper class for dealing with metadata.

N

NOT_FOUND - Enum constant in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
 
notFound(String, Object...) - Static method in class org.opencastproject.index.service.util.RestUtils
Create a NOT FOUND (404) response with the given messages and arguments
notFoundJson(JsonElement) - Static method in class org.opencastproject.index.service.util.RestUtils
Create a NOT FOUND (404) response with the given JSON as body

O

okJson(JsonElement) - Static method in class org.opencastproject.index.service.util.RestUtils
Create an OK (200) response with the given JSON as body
okJsonList(List<JsonObject>, int, int, long) - Static method in class org.opencastproject.index.service.util.RestUtils
Return the given list of value with the standard format for JSON list value with offset, limit and total information.
okJsonList(List<JsonObject>, Optional<Integer>, Optional<Integer>, long) - Static method in class org.opencastproject.index.service.util.RestUtils
Return the given list of value with the standard format for JSON list value with offset, limit and total information.
org.opencastproject.index.service.api - package org.opencastproject.index.service.api
 
org.opencastproject.index.service.catalog.adapter - package org.opencastproject.index.service.catalog.adapter
 
org.opencastproject.index.service.catalog.adapter.events - package org.opencastproject.index.service.catalog.adapter.events
 
org.opencastproject.index.service.catalog.adapter.series - package org.opencastproject.index.service.catalog.adapter.series
 
org.opencastproject.index.service.exception - package org.opencastproject.index.service.exception
 
org.opencastproject.index.service.impl - package org.opencastproject.index.service.impl
 
org.opencastproject.index.service.impl.util - package org.opencastproject.index.service.impl.util
 
org.opencastproject.index.service.util - package org.opencastproject.index.service.util
 
organization - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
The organization name

P

parseFilter(String) - Static method in class org.opencastproject.index.service.util.RestUtils
Parse the filter to a Map
parseSortQueryParameter(String) - Static method in class org.opencastproject.index.service.util.RestUtils
Parse a sort query parameter to a set of SortCriterion.
PUBLICATION_CHANNELS - Static variable in class org.opencastproject.index.service.impl.util.EventUtils
 

R

removeCatalogByFlavor(Event, MediaPackageElementFlavor) - Method in interface org.opencastproject.index.service.api.IndexService
Remove catalogs from the event with the given flavor.
removeCatalogByFlavor(Event, MediaPackageElementFlavor) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
removeCatalogByFlavor(Series, MediaPackageElementFlavor) - Method in interface org.opencastproject.index.service.api.IndexService
Remove a catalog from the series that matches the given flavor.
removeCatalogByFlavor(Series, MediaPackageElementFlavor) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
removeCatalogUIAdapter(EventCatalogUIAdapter) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi callback to remove EventCatalogUIAdapter instance.
removeCatalogUIAdapter(SeriesCatalogUIAdapter) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi callback to remove SeriesCatalogUIAdapter instance.
removeEvent(String) - Method in interface org.opencastproject.index.service.api.IndexService
Removes an event.
removeEvent(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
removeEvent(Event, String) - Method in interface org.opencastproject.index.service.api.IndexService
Removes an event and retracts it if necessary.
removeEvent(Event, String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
removeSeries(String) - Method in interface org.opencastproject.index.service.api.IndexService
Remove a series.
removeSeries(String) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
RequestUtils - Class in org.opencastproject.index.service.util
 
REQUIRED_JSON_KEY - Static variable in class org.opencastproject.index.service.util.RequestUtils
 
RestUtils - Class in org.opencastproject.index.service.util
Utils method for the Rest Endpoint implementation
RETRACTING - Enum constant in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
 
Retraction - Class in org.opencastproject.index.service.impl.util
 
Retraction(User, Organization) - Constructor for class org.opencastproject.index.service.impl.util.Retraction
 
RetractionListener - Class in org.opencastproject.index.service.impl.util
 
RetractionListener(IndexService, SecurityService, Map<Long, Retraction>) - Constructor for class org.opencastproject.index.service.impl.util.RetractionListener
 

S

safeString(Object) - Static method in class org.opencastproject.index.service.util.JSONUtils
 
saveDublinCoreCatalog(String, DublinCoreCatalog) - Method in class org.opencastproject.index.service.catalog.adapter.series.CommonSeriesCatalogUIAdapter
 
saveDublinCoreCatalog(String, DublinCoreCatalog) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
 
SCHEDULE - Enum constant in enum class org.opencastproject.index.service.api.IndexService.Source
 
SCHEDULE_MULTIPLE - Enum constant in enum class org.opencastproject.index.service.api.IndexService.SourceType
 
SCHEDULE_SINGLE - Enum constant in enum class org.opencastproject.index.service.api.IndexService.SourceType
 
serverErrorJson(JsonElement) - Static method in class org.opencastproject.index.service.util.RestUtils
Create an INTERNAL SERVER ERROR (500) response with the given JSON as body
setAcl(AccessControlList) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setAclServiceFactory(AclServiceFactory) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setAssetManager(AssetManager) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setAuthorizationService(AuthorizationService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setCaptureAgentStateService(CaptureAgentStateService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setElasticsearchIndex(ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
setEventCommentService(EventCommentService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi callback for the event comment service.
setEventMetadataValues(Event, DublinCoreMetadataCollection) - Static method in class org.opencastproject.index.service.impl.util.EventUtils
Set values of metadata fields from event.
setIngestService(IngestService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setListProvidersService(ListProvidersService) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
 
setListProvidersService(ListProvidersService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setMediaPackage(MediaPackage) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setMetadataList(MetadataList) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setOrganization(Organization) - Method in class org.opencastproject.index.service.impl.util.Retraction
 
setProcessing(JSONObject) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setSchedulerService(SchedulerService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setScheduling(JSONObject) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setSecurityService(SecurityService) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
OSGi callback to bind instance of SecurityService
setSecurityService(SecurityService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setSeriesService(SeriesService) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
OSGi callback to bind instance of SeriesService
setSeriesService(SeriesService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setSource(JSONObject) - Method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
 
setUser(User) - Method in class org.opencastproject.index.service.impl.util.Retraction
 
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setUserRegex(String) - Static method in class org.opencastproject.index.service.util.JSONUtils
 
setWorkflowService(WorkflowService) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
setWorkspace(Workspace) - Method in class org.opencastproject.index.service.catalog.adapter.events.ConfigurableEventDCCatalogUIAdapter
 
setWorkspace(Workspace) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
OSGi DI.
stateChanged(WorkflowInstance) - Method in class org.opencastproject.index.service.impl.util.RetractionListener
 
storeFields(String, DublinCoreMetadataCollection) - Method in class org.opencastproject.index.service.catalog.adapter.series.ConfigurableSeriesDCCatalogUIAdapter
 
storeFields(MediaPackage, DublinCoreMetadataCollection) - Method in class org.opencastproject.index.service.catalog.adapter.events.CommonEventCatalogUIAdapter
 
storeFields(MediaPackage, DublinCoreMetadataCollection) - Method in class org.opencastproject.index.service.catalog.adapter.events.ConfigurableEventDCCatalogUIAdapter
 
SUCCESS - Enum constant in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
 

T

THEME_PROPERTY_NAME - Static variable in class org.opencastproject.index.service.impl.IndexServiceImpl
 
title - Variable in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
The title of this catalog
toMap(JSONObject) - Static method in class org.opencastproject.index.service.util.JSONUtils
Converts a JSON object to a map.
typeIsAccepted(String, String, MediaType, ListProvidersService) - Static method in class org.opencastproject.index.service.util.RequestUtils
Check if an uploaded asset conforms to the configured list of accepted file types.

U

UnsupportedAssetException - Exception Class in org.opencastproject.index.service.exception
Exception to indicate that the file type of an asset provided by the user is not accepted by opencast.
UnsupportedAssetException(String) - Constructor for exception class org.opencastproject.index.service.exception.UnsupportedAssetException
 
updateAllEventMetadata(String, String, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Update the event metadata in all available catalogs.
updateAllEventMetadata(String, String, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateAllSeriesMetadata(String, String, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Update the series metadata in all available catalogs.
updateAllSeriesMetadata(String, String, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateAllSeriesMetadata(String, MetadataList, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Update the series metadata in all available catalogs by providing a complete MetadataList
updateAllSeriesMetadata(String, MetadataList, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateCommentCatalog(Event, List<EventComment>) - Method in interface org.opencastproject.index.service.api.IndexService
 
updateCommentCatalog(Event, List<EventComment>) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updated(String, Dictionary<String, ?>) - Method in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterFactory
 
updated(Dictionary<String, ?>) - Method in class org.opencastproject.index.service.catalog.adapter.ConfigurableDCCatalogUIAdapter
Reconfigures the SeriesCatalogUIAdapter instance with an updated set of configuration properties;
updateDublincoreCatalog(DublinCoreCatalog, DublinCoreMetadataCollection) - Static method in class org.opencastproject.index.service.catalog.adapter.DublinCoreMetadataUtil
Update a DublinCoreCatalog with the values contained within a DublinCoreMetadataCollection
updateEventAcl(String, AccessControlList, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Update the event's AccessControlList.
updateEventAcl(String, AccessControlList, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateEventAssets(MediaPackage, HttpServletRequest) - Method in interface org.opencastproject.index.service.api.IndexService
Create or Update an existing event asset.
updateEventAssets(MediaPackage, HttpServletRequest) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateEventMetadata(String, MetadataList, ElasticsearchIndex) - Method in interface org.opencastproject.index.service.api.IndexService
Update an event's metadata using a MetadataList
updateEventMetadata(String, MetadataList, ElasticsearchIndex) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
 
updateFromHttpServletRequest(Event, HttpServletRequest, List<EventCatalogUIAdapter>, String, String) - Static method in class org.opencastproject.index.service.impl.util.EventHttpServletRequest
Load the details of updating an event.
updateMpAssetFlavor(List<String>, MediaPackage, JSONArray) - Method in class org.opencastproject.index.service.impl.IndexServiceImpl
Update the flavor of newly added asset with the passed metadata
UPLOAD - Enum constant in enum class org.opencastproject.index.service.api.IndexService.SourceType
 
UPLOAD_LATER - Enum constant in enum class org.opencastproject.index.service.api.IndexService.SourceType
 

V

VALUE_JSON_KEY - Static variable in class org.opencastproject.index.service.util.RequestUtils
 
valueOf(String) - Static method in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opencastproject.index.service.api.IndexService.Source
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.opencastproject.index.service.api.IndexService.SourceType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opencastproject.index.service.api.IndexService.EventRemovalResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opencastproject.index.service.api.IndexService.Source
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.opencastproject.index.service.api.IndexService.SourceType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WORKFLOW - Enum constant in enum class org.opencastproject.index.service.api.IndexService.Source
 

X

XML_BINDING_KEY_PREFIX - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
 
XML_BINDING_PREFIX_SUFFIX - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
 
XML_BINDING_URI_SUFFIX - Static variable in class org.opencastproject.index.service.catalog.adapter.CatalogUIAdapterConfiguration
 
A C D E F G H I J K L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form