Serialized Form
-
Package org.opencastproject.mediapackage
-
Class org.opencastproject.mediapackage.AbstractMediaPackageElement
class AbstractMediaPackageElement extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
checksum
Checksum checksum
The element's checksum -
description
String description
The element's description -
elementType
MediaPackageElement.Type elementType
The element's type whithin the manifest: Track, Catalog etc. -
flavor
MediaPackageElementFlavor flavor
The element's type, e. g. 'track/slide' -
id
String id
The element identifier -
mediaPackage
MediaPackage mediaPackage
The parent media package -
mimeType
MimeType mimeType
The element's mime type, e. g. 'audio/mp3' -
reference
MediaPackageReference reference
The optional reference to other elements or series -
size
Long size
Size in bytes -
tags
SortedSet<String> tags
The tags -
uri
URI uri
The element's location
-
-
Class org.opencastproject.mediapackage.CatalogImpl
class CatalogImpl extends AbstractMediaPackageElement implements Serializable- serialVersionUID:
- -908525367616L
-
Class org.opencastproject.mediapackage.EName
class EName extends Object implements Serializable- serialVersionUID:
- -5494762745288614634L
-
Class org.opencastproject.mediapackage.MediaPackageElementFlavor
class MediaPackageElementFlavor extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.opencastproject.mediapackage.MediaPackageException
class MediaPackageException extends Exception implements Serializable- serialVersionUID:
- -1645569283274593366L
-
Exception Class org.opencastproject.mediapackage.MediaPackageRuntimeException
class MediaPackageRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- -1545569836535459336L
-
Serialized Fields
-
wrappedException
MediaPackageException wrappedException
-
-
Exception Class org.opencastproject.mediapackage.NamespaceBindingException
class NamespaceBindingException extends RuntimeException implements Serializable- serialVersionUID:
- 3520050243419468968L
-
Class org.opencastproject.mediapackage.PublicationImpl
class PublicationImpl extends AbstractMediaPackageElement implements Serializable- serialVersionUID:
- 11151970L
-
Exception Class org.opencastproject.mediapackage.UnsupportedElementException
class UnsupportedElementException extends RuntimeException implements Serializable- serialVersionUID:
- 7594606321241704129L
-
Serialized Fields
-
element
MediaPackageElement element
the element
-
-
Class org.opencastproject.mediapackage.XMLCatalogImpl
class XMLCatalogImpl extends CatalogImpl implements Serializable- serialVersionUID:
- -7580292199527168951L
-
Serialized Fields
-
bindings
XmlNamespaceContext bindings
Namespace - prefix bindings -
data
Map<EName,
List<XMLCatalogImpl.CatalogEntry>> data Key (QName) value meta data -
includeEmpty
boolean includeEmpty
To marshaling empty fields to remove existing values during merge, default is not to marshal empty elements
-
-
Class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
class CatalogEntry extends Object implements Serializable- serialVersionUID:
- 7195298081966562710L
-
-
Package org.opencastproject.mediapackage.attachment
-
Class org.opencastproject.mediapackage.attachment.AttachmentImpl
class AttachmentImpl extends AbstractMediaPackageElement implements Serializable- serialVersionUID:
- 6626531251856698138L
-
-
Package org.opencastproject.mediapackage.track
-
Class org.opencastproject.mediapackage.track.TrackImpl
class TrackImpl extends AbstractMediaPackageElement implements Serializable- serialVersionUID:
- -1092781733885994038L
-
Serialized Fields
-
audio
List<AudioStream> audio
-
duration
Long duration
The duration in milliseconds -
live
boolean live
-
logicalname
String logicalname
-
master
Boolean master
-
subtitle
List<SubtitleStream> subtitle
-
transport
TrackImpl.StreamingProtocol transport
-
video
List<VideoStream> video
-
-
-
Package org.opencastproject.rest
-
Class org.opencastproject.rest.StaticResource
class StaticResource extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alias
String alias
The base URL for these static resources -
classloader
ClassLoader classloader
The classloader to use to search for the static resources. -
classpath
String classpath
The classpath to search for the static resources -
spaRedirect
boolean spaRedirect
The enable spa redirect flag -
welcomeFile
String welcomeFile
The welcome file to redirect to, if only the alias is specified in the request
-
-
-
Package org.opencastproject.security.api
-
Exception Class org.opencastproject.security.api.AccessControlParsingException
class AccessControlParsingException extends Exception implements Serializable- serialVersionUID:
- 8131459988616958901L
-
Exception Class org.opencastproject.security.api.TrustedHttpClientException
class TrustedHttpClientException extends IOException implements Serializable- serialVersionUID:
- -2818213486414023509L
-
Exception Class org.opencastproject.security.api.UnauthorizedException
class UnauthorizedException extends Exception implements Serializable- serialVersionUID:
- 7717178990322180202L
-
-
Package org.opencastproject.serviceregistry.api
-
Exception Class org.opencastproject.serviceregistry.api.IncidentServiceException
class IncidentServiceException extends Exception implements Serializable- serialVersionUID:
- 4632653975890321521L
-
Exception Class org.opencastproject.serviceregistry.api.ServiceRegistryException
class ServiceRegistryException extends Exception implements Serializable- serialVersionUID:
- 5006552593095889618L
-
Exception Class org.opencastproject.serviceregistry.api.UndispatchableJobException
class UndispatchableJobException extends Exception implements Serializable- serialVersionUID:
- 5006552593095889618L
-
-
Package org.opencastproject.util
-
Class org.opencastproject.util.Checksum
class Checksum extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
ChecksumType type
The checksum type -
value
String value
The checksum value
-
-
Class org.opencastproject.util.ChecksumType
class ChecksumType extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
type
String type
The type name
-
-
Exception Class org.opencastproject.util.ConfigurationException
class ConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -3960378289149011212L
-
Exception Class org.opencastproject.util.JobCanceledException
class JobCanceledException extends RuntimeException implements Serializable- serialVersionUID:
- -326050100245540889L
-
Class org.opencastproject.util.MimeType
class MimeType extends Object implements Serializable- serialVersionUID:
- -2895494708659187394L
-
Serialized Fields
-
description
Option<String> description
Main description -
eq
Function<MimeType,
Boolean> eq MimeType.eq(org.opencastproject.util.MimeType)as a function. -
equivalents
List<MimeType> equivalents
Alternate representations for type/subtype -
flavor
Option<String> flavor
The mime type flavor -
flavorDescription
Option<String> flavorDescription
The mime type flavor description -
subtype
String subtype
String representation of subtype -
suffixes
List<String> suffixes
List of suffixes, the first is the main one. -
type
String type
String representation of type
-
-
Exception Class org.opencastproject.util.NotFoundException
class NotFoundException extends Exception implements Serializable- serialVersionUID:
- -6781286820876007809L
-
Exception Class org.opencastproject.util.UnknownFileTypeException
class UnknownFileTypeException extends Exception implements Serializable- serialVersionUID:
- -3505640764857664931L
-
Serialized Fields
-
file
File file
The file in question
-
-
Class org.opencastproject.util.XmlNamespaceBinding
class XmlNamespaceBinding extends Object implements Serializable- serialVersionUID:
- -3189348197739705012L
-
Class org.opencastproject.util.XProperties
class XProperties extends Properties implements Serializable- serialVersionUID:
- -7497116948581078334L
-