Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activate(ComponentContext) - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
- activate(ComponentContext) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Callback from OSGi that is called when this service is activated.
- activate(ComponentContext) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Activate this service implementation via the OSGI service component runtime.
C
- CAPTION_JOB_LOAD_KEY - Static variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The key to look for in the service configuration file to override the
CaptionServiceImpl.DEFAULT_CAPTION_JOB_LOAD - CaptionImpl - Class in org.opencastproject.caption.impl
-
Implementation of
Caption. - CaptionImpl(Time, Time, String[]) - Constructor for class org.opencastproject.caption.impl.CaptionImpl
- CaptionServiceImpl - Class in org.opencastproject.caption.impl
-
Implementation of
CaptionService. - CaptionServiceImpl() - Constructor for class org.opencastproject.caption.impl.CaptionServiceImpl
-
Creates a new caption service.
- CaptionServiceRestEndpoint - Class in org.opencastproject.caption.endpoint
-
Rest endpoint for
CaptionService. - CaptionServiceRestEndpoint() - Constructor for class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
- COLLECTION - Static variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The collection name
- compareTo(Time) - Method in class org.opencastproject.caption.impl.TimeImpl
- componentContext - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Component context needed for retrieving Converter Engines
- convert(String, String, String, String) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Convert captions in catalog from one format to another.
- convert(Job, MediaPackageElement, String, String, String) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Converts the captions and returns them in a new catalog.
- convert(MediaPackageElement, String, String) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- convert(MediaPackageElement, String, String, String) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
D
- DEFAULT_CAPTION_JOB_LOAD - Static variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The load introduced on the system by creating a caption job
- DFXPCaptionConverter - Class in org.opencastproject.caption.converters
-
This is converter for DFXP, XML based caption format.
- DFXPCaptionConverter() - Constructor for class org.opencastproject.caption.converters.DFXPCaptionConverter
E
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.DFXPCaptionConverter
-
DOM parser is used to parse template from which whole document is then constructed.
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.Mpeg7CaptionConverter
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.SubRipCaptionConverter
-
Since srt does not store information about language, language parameter is ignored.
- exportCaption(OutputStream, List<Caption>, String) - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
-
Language parameter is ignored.
- exportToDFXP(Time) - Static method in class org.opencastproject.caption.util.TimeUtil
-
Exports
Timeinstance to the DFXP time format representation. - exportToSrt(Time) - Static method in class org.opencastproject.caption.util.TimeUtil
-
Exports
Timeinstance to the SubRip time format representation. - exportToVtt(Time) - Static method in class org.opencastproject.caption.util.TimeUtil
-
Exports
Timeinstance to the WebVTT time format representation.
G
- getAvailableCaptionConverters() - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Returns all registered CaptionFormats.
- getCaption() - Method in class org.opencastproject.caption.impl.CaptionImpl
- getCaptionConverter(String) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Returns specific
CaptionConverter. - getElementType() - Method in class org.opencastproject.caption.converters.DFXPCaptionConverter
- getElementType() - Method in class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- getElementType() - Method in class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- getElementType() - Method in class org.opencastproject.caption.converters.Mpeg7CaptionConverter
- getElementType() - Method in class org.opencastproject.caption.converters.SubRipCaptionConverter
- getElementType() - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.DFXPCaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.Mpeg7CaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.SubRipCaptionConverter
- getExtension() - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
- getHours() - Method in class org.opencastproject.caption.impl.TimeImpl
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.DFXPCaptionConverter
-
Uses SAX parser to quickly read the document and retrieve available languages.
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.Mpeg7CaptionConverter
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.SubRipCaptionConverter
-
Returns empty list since srt format does not store any information about language.
- getLanguageList(InputStream) - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
- getLanguageList(MediaPackageElement, String) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- getMilliseconds() - Method in class org.opencastproject.caption.impl.TimeImpl
- getMinutes() - Method in class org.opencastproject.caption.impl.TimeImpl
- getOrganizationDirectoryService() - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- getSeconds() - Method in class org.opencastproject.caption.impl.TimeImpl
- getSecurityService() - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- getService() - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
- getServiceRegistry() - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
- getServiceRegistry() - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- getStartTime() - Method in class org.opencastproject.caption.impl.CaptionImpl
- getStopTime() - Method in class org.opencastproject.caption.impl.CaptionImpl
- getUserDirectoryService() - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- GoogleSpeechCaptionConverter - Class in org.opencastproject.caption.converters
- GoogleSpeechCaptionConverter() - Constructor for class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
I
- IBMWatsonCaptionConverter - Class in org.opencastproject.caption.converters
- IBMWatsonCaptionConverter() - Constructor for class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.DFXPCaptionConverter
-
Parser used for parsing XML document is DOM parser.
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.GoogleSpeechCaptionConverter
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.IBMWatsonCaptionConverter
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.Mpeg7CaptionConverter
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.SubRipCaptionConverter
-
Since srt does not store information about language, language parameter is ignored.
- importCaption(InputStream, String) - Method in class org.opencastproject.caption.converters.WebVttCaptionConverter
-
Language parameter is ignored.
- importDFXP(String) - Static method in class org.opencastproject.caption.util.TimeUtil
-
Parse String representation of DFXP time format.
- importSrt(String) - Static method in class org.opencastproject.caption.util.TimeUtil
-
Parse String representation of SubRip time format.
L
- languages(String, String) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Parses captions in catalog for language information.
M
- Mpeg7CaptionConverter - Class in org.opencastproject.caption.converters
-
This is converter for Mpeg7 caption format.
- Mpeg7CaptionConverter() - Constructor for class org.opencastproject.caption.converters.Mpeg7CaptionConverter
O
- org.opencastproject.caption.converters - package org.opencastproject.caption.converters
- org.opencastproject.caption.endpoint - package org.opencastproject.caption.endpoint
- org.opencastproject.caption.impl - package org.opencastproject.caption.impl
- org.opencastproject.caption.util - package org.opencastproject.caption.util
- organizationDirectoryService - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The organization directory service
P
- process(Job) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
S
- securityService - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The security service
- service - Variable in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
The caption service
- serviceRegistry - Variable in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
The service registry
- serviceRegistry - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Reference to remote service manager
- setCaptionService(CaptionService) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Sets the caption service
- setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Sets a reference to the organization directory service.
- setSecurityService(SecurityService) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Callback for setting the security service.
- setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Callback from the OSGi declarative services to set the service registry.
- setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Setter for remote service manager via declarative activation
- setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Callback for setting the user directory service.
- setWorkspace(Workspace) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Setter for workspace via declarative activation
- SubRipCaptionConverter - Class in org.opencastproject.caption.converters
-
Converter engine for SubRip srt caption format.
- SubRipCaptionConverter() - Constructor for class org.opencastproject.caption.converters.SubRipCaptionConverter
T
- TimeImpl - Class in org.opencastproject.caption.impl
-
Implementation of
Time. - TimeImpl(int, int, int, int) - Constructor for class org.opencastproject.caption.impl.TimeImpl
- TimeUtil - Class in org.opencastproject.caption.util
-
Auxiliary class that contains methods for converting from and to specific time formats.
U
- unsetCaptionService(CaptionService) - Method in class org.opencastproject.caption.endpoint.CaptionServiceRestEndpoint
-
Removes the caption service
- updated(Dictionary) - Method in class org.opencastproject.caption.impl.CaptionServiceImpl
- userDirectoryService - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
The user directory service
W
- WebVttCaptionConverter - Class in org.opencastproject.caption.converters
- WebVttCaptionConverter() - Constructor for class org.opencastproject.caption.converters.WebVttCaptionConverter
- workspace - Variable in class org.opencastproject.caption.impl.CaptionServiceImpl
-
Reference to workspace
All Classes and Interfaces|All Packages|Constant Field Values