- AAC - Static variable in class org.opencastproject.util.MimeTypes
-
- AbstractAttachmentBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
-
This implementation of the
MediaPackageElementBuilderPlugin recognizes attachments and provides utility
methods for creating media package element representations for them.
- AbstractAttachmentBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
Creates a new attachment plugin builder that will accept attachments with any flavor.
- AbstractAttachmentBuilderPlugin(MediaPackageElementFlavor) - Constructor for class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
Creates a new attachment plugin builder that will accept attachments with the given flavor.
- AbstractElementBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
-
This general implementation of a media package element builder supports specialized implementations by providing
tests on the filename an mime type of the file in question.
- AbstractElementBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
-
Creates a new abstract element builder plugin.
- AbstractJobProducer - Class in org.opencastproject.job.api
-
This class serves as a convenience for services that implement the
JobProducer api to deal with handling long
running, asynchronous operations.
- AbstractJobProducer(String) - Constructor for class org.opencastproject.job.api.AbstractJobProducer
-
Creates a new abstract job producer for jobs of the given type.
- AbstractJobProducerEndpoint - Class in org.opencastproject.rest
-
Base implementation for job producer REST endpoints.
- AbstractJobProducerEndpoint() - Constructor for class org.opencastproject.rest.AbstractJobProducerEndpoint
-
- AbstractMediaPackageElement - Class in org.opencastproject.mediapackage
-
This class provides base functionality for media package elements.
- AbstractMediaPackageElement() - Constructor for class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Needed by JAXB
- AbstractMediaPackageElement(MediaPackageElement.Type, MediaPackageElementFlavor, URI) - Constructor for class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Creates a new media package element.
- AbstractMediaPackageElement(MediaPackageElement.Type, MediaPackageElementFlavor, URI, Long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Creates a new media package element.
- AbstractMediaPackageElement(String, MediaPackageElement.Type, MediaPackageElementFlavor, URI, Long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Creates a new media package element.
- AbstractMediaPackageElementSelector<T extends MediaPackageElement> - Class in org.opencastproject.mediapackage.selector
-
This selector will return any MediaPackageElements from a MediaPackage that matches the tag
and flavors.
- AbstractMediaPackageElementSelector() - Constructor for class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
- AbstractStreamImpl - Class in org.opencastproject.mediapackage.track
-
- AbstractStreamImpl() - Constructor for class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- AbstractStreamImpl(String) - Constructor for class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
- accept(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
This implementation of accept tests for the element type (attachment).
- accept(Node) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
This implementation of accept tests for the correct node type (attachment).
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.AttachmentBuilderPlugin
-
- accept(Node) - Method in class org.opencastproject.mediapackage.elementbuilder.AttachmentBuilderPlugin
-
- accept(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- accept(Node) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- accept(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
-
Deprecated.
This method is called if the media package builder tries to create a new media package element of type
elementType.
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
-
Deprecated.
This method is called on every registered media package builder plugin until one of these plugins returns
true.
- accept(Node) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
-
Deprecated.
This method is called while the media package builder parses a media package manifest.
- accept(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
-
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
-
- accept(Node) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
-
- accept(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
-
- accept(Node) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
-
- accept(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
-
- ACCEPT_JOB_LOADS_EXCEEDING_PROPERTY - Static variable in class org.opencastproject.job.api.AbstractJobProducer
-
The key to look for in the service configuration file to override the DEFAULT_ACCEPT_JOB_LOADS_EXCEEDING
- ACCEPTED_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
-
- acceptJob(Job) - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Asks the job producer to handle the given job using the provided operation and list of arguments.
- acceptJob(Job) - Method in interface org.opencastproject.job.api.JobProducer
-
Asks the job producer to handle the given job using the provided operation and list of arguments.
- acceptJobLoadsExeedingMaxLoad - Variable in class org.opencastproject.job.api.AbstractJobProducer
-
Whether to accept a job whose load exceeds the host’s max load
- AccessControlEntry - Class in org.opencastproject.security.api
-
A tuple of role, action, and whether the combination is to be allowed.
- AccessControlEntry() - Constructor for class org.opencastproject.security.api.AccessControlEntry
-
No-arg constructor needed by JAXB
- AccessControlEntry(String, String, boolean) - Constructor for class org.opencastproject.security.api.AccessControlEntry
-
Constructs an access control entry for a role, action, and allow tuple
- AccessControlList - Class in org.opencastproject.security.api
-
- AccessControlList() - Constructor for class org.opencastproject.security.api.AccessControlList
-
No-arg constructor needed by JAXB
- AccessControlList(AccessControlEntry...) - Constructor for class org.opencastproject.security.api.AccessControlList
-
- AccessControlList(List<AccessControlEntry>) - Constructor for class org.opencastproject.security.api.AccessControlList
-
- AccessControlParser - Class in org.opencastproject.security.api
-
- AccessControlParsingException - Exception in org.opencastproject.security.api
-
An exception that indicates that a stream did not contain properly formatted access control list.
- AccessControlParsingException(Throwable) - Constructor for exception org.opencastproject.security.api.AccessControlParsingException
-
Constructs a new exception from a specific cause.
- AccessControlUtil - Class in org.opencastproject.security.api
-
- ACE - Static variable in class org.opencastproject.security.api.AccessControlParser
-
ACE constant used in JSON formatted access control entries
- ACL - Static variable in class org.opencastproject.security.api.AccessControlParser
-
ACL constant used in JSON formatted access control entries
- acl(Either<AccessControlEntry, List<AccessControlEntry>>...) - Static method in class org.opencastproject.security.api.AccessControlUtil
-
Constructor function for ACLs.
- AclScope - Enum in org.opencastproject.security.api
-
Scopes of an ACL.
- ACTION - Static variable in class org.opencastproject.security.api.AccessControlParser
-
Action constant used in JSON formatted access control entries
- activate(ComponentContext) - Method in class org.opencastproject.job.api.AbstractJobProducer
-
OSGI activate method.
- activate(Map) - Method in class org.opencastproject.rest.StaticResource
-
Activates the static resource when it is instantiated using Declarative Services.
- activate(ComponentContext) - Method in class org.opencastproject.util.osgi.SimpleServicePublisher
-
OSGi callback.
- active - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- active - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.AudioStream.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.CatalogImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.identifier.Id.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.MediaPackageImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.MediaPackageReferenceImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.PublicationImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.track.TrackImpl.Adapter
-
- Adapter() - Constructor for class org.opencastproject.mediapackage.VideoStream.Adapter
-
- add(JaxbJob) - Method in class org.opencastproject.job.api.JaxbJobList
-
- add(URI) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds an arbitrary
URI to this media package, utilizing a
MediaPackageBuilder to create a suitable
media package element out of the url.
- add(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds an arbitrary
URI to this media package, utilizing a
MediaPackageBuilder to create a suitable
media package element out of the url.
- add(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- add(Track) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds a track to this media package, actually moving the underlying file in the filesystem.
- add(Catalog) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds catalog information to this media package.
- add(Attachment) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds an attachment to this media package.
- add(Catalog) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- add(Track) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- add(Attachment) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- add(URI) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Adds an arbitrary
URI to this media package, utilizing a
MediaPackageBuilder to create a suitable
media package element out of the url.
- add(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- add(MediaPackageElement) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- add(Group) - Method in class org.opencastproject.security.api.JaxbGroupList
-
- add(Organization) - Method in class org.opencastproject.security.api.JaxbOrganizationList
-
- add(Role) - Method in class org.opencastproject.security.api.JaxbRoleList
-
- add(User) - Method in class org.opencastproject.security.api.JaxbUserList
-
- add(HostRegistration) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
-
- add(ServiceRegistration) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
-
- add(Integer) - Static method in class org.opencastproject.util.data.functions.Integers
-
Addition.
- add() - Static method in class org.opencastproject.util.data.functions.Integers
-
Addition.
- add(A) - Method in class org.opencastproject.util.data.NonEmptyList
-
- add(int, A) - Method in class org.opencastproject.util.data.NonEmptyList
-
- add(XmlNamespaceBinding...) - Method in class org.opencastproject.util.XmlNamespaceContext
-
Create a new context with the given bindings added.
- add(XmlNamespaceContext) - Method in class org.opencastproject.util.XmlNamespaceContext
-
Create a new context with the given bindings added.
- addAccepted(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addAll(Collection<? extends A>) - Method in class org.opencastproject.util.data.NonEmptyList
-
- addAll(int, Collection<? extends A>) - Method in class org.opencastproject.util.data.NonEmptyList
-
- addAttachment(Attachment) - Method in interface org.opencastproject.mediapackage.Publication
-
Adds an attachment to this publication.
- addAttachment(Attachment) - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- addBadRequest(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addBadRequest(Long) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addBinding(XmlNamespaceBinding) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
- addCatalog(Catalog) - Method in interface org.opencastproject.mediapackage.Publication
-
Adds a catalog to this publication.
- addCatalog(Catalog) - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- addContributor(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- addContributor(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- addCreator(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- addCreator(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- addDerived(MediaPackageElement, MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds an element to this media package that represents a derived version of sourceElement.
- addDerived(MediaPackageElement, MediaPackageElement, Map<String, String>) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds an element to this media package that represents a derived version of sourceElement.
- addDerived(MediaPackageElement, MediaPackageElement) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Adds an element to this media package that represents a derived version of sourceElement.
- addDerived(MediaPackageElement, MediaPackageElement, Map<String, String>) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Adds an element to this media package that represents a derived version of sourceElement.
- addElement(EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Adds the element to the metadata collection.
- addElement(EName, String, Attributes) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Adds an element with attributes to the catalog.
- addElementToPublication(Publication, MediaPackageElement) - Static method in class org.opencastproject.mediapackage.PublicationImpl
-
- addFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds the given flavor to the list of flavors.
- addFlavor(String) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds the given flavor to the list of flavors.
- addFlavorAt(int, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds the given flavor to the list of flavors.
- addFlavorAt(int, String) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds the given flavor to the list of flavors.
- addHeader(Header) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- addHeader(String, String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- addJob(Job) - Method in class org.opencastproject.job.api.JobBarrier
-
Adds the job to the list of jobs to wait for.
- addLocalizedElement(EName, String, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Adds the element with the xml:lang attribute to the metadata collection.
- addNodeLoad(SystemLoad.NodeLoad) - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
Adds a node to the map of load values, overwriting an existing entry if the node is already present in the map
- addNote(String) - Method in class org.opencastproject.util.doc.DocData
-
Add a note to the document
- addNotFound(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addNotFound(Long) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addObserver(MediaPackageObserver) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Adds observer to the list of observers of this media package.
- addObserver(MediaPackageObserver) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Adds observer to the list of observers of this media package.
- addOk(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addOk(Long) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addOrganizationDirectoryListener(OrganizationDirectoryListener) - Method in interface org.opencastproject.security.api.OrganizationDirectoryService
-
Adds listener to the list of organization listeners.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.opencastproject.util.ProgressInputStream
-
- address - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- addServerError(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addServerError(Long) - Method in class org.opencastproject.rest.BulkOperationResult
-
- addStream(AbstractStreamImpl) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
Add a stream to the track.
- addSubject(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- addSubject(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- addTag(String) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- addTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Tags the media package element with the given tag.
- addTag(String) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds tag to the list of tags that are used to select the media.
- addTrack(Track) - Method in interface org.opencastproject.mediapackage.Publication
-
Adds a track to this publication.
- addTrack(Track) - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- addTypedElement(EName, String, EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Adds the element with the xsi:type attribute to the metadata collection.
- addTypedLocalizedElement(EName, String, String, EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Adds an element with the xml:lang and xsi:type attributes to the metadata collection.
- addUnauthorized(String) - Method in class org.opencastproject.rest.BulkOperationResult
-
- ADMIN_DOC_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the Admin UI documentation URL in the organization properties
- ADMIN_EMAIL_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the Admin email defined in the custom properties
- ADMIN_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the Admin UI URL defined in the organization properties
- adminRole - Variable in class org.opencastproject.security.api.JaxbOrganization
-
The local admin role name
- AGENT_REGISTRATION_TYPE - Static variable in interface org.opencastproject.capture.CaptureParameters
-
Agent configuration property indicating how the agent was registered
- AGENT_REGISTRATION_TYPE_ADHOC - Static variable in interface org.opencastproject.capture.CaptureParameters
-
Agent configuration value indicating ad-hoc registration
- ALIAS - Static variable in interface org.opencastproject.rest.SharedHttpContext
-
The key for the servlet alias.
- alias - Variable in class org.opencastproject.rest.StaticResource
-
The base URL for these static resources
- all(Function<A, Boolean>...) - Static method in class org.opencastproject.util.data.functions.Booleans
-
- all(Effect0...) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create an effect that runs all given effects in order.
- all(Effect<? super A>...) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create an effect that runs all given effects in order.
- ALL_ORGANIZATIONS - Static variable in interface org.opencastproject.security.api.UserProvider
-
The constant indicating that a provider should be consulted for all organizations
- ALLOW - Static variable in class org.opencastproject.security.api.AccessControlParser
-
Allow constant used in JSON formatted access control entries
- alreadyRecordedFailureIncident(long) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
- always() - Static method in class org.opencastproject.util.data.functions.Booleans
-
Return a predicate function that always returns true.
- and(Effect<? super A>) - Method in class org.opencastproject.util.data.Effect
-
Run this and the next effect on the given argument.
- and - Static variable in class org.opencastproject.util.data.functions.Booleans
-
- and(Function<A, Boolean>, Function<A, Boolean>) - Static method in class org.opencastproject.util.data.functions.Booleans
-
- and(Option<B>) - Method in class org.opencastproject.util.data.Option
-
- and2(Function<A, Boolean>, Function<B, Boolean>) - Static method in class org.opencastproject.util.data.functions.Booleans
-
- andN(Function<A, Boolean>...) - Static method in class org.opencastproject.util.data.functions.Booleans
-
Apply functions lazily and return their results concatenated with boolean AND, i.e.
- andNEager(Function<A, Boolean>...) - Static method in class org.opencastproject.util.data.functions.Booleans
-
Apply all functions and return their results concatenated with boolean AND.
- andThen(Option<B>) - Method in class org.opencastproject.util.data.Option
-
If this is some return some.
- andThen(Function0<Option<B>>) - Method in class org.opencastproject.util.data.Option
-
- andThenV(B) - Method in class org.opencastproject.util.data.Option
-
If this is some return some.
- andThenV(Function0<B>) - Method in class org.opencastproject.util.data.Option
-
- anonymousRole - Variable in class org.opencastproject.security.api.JaxbOrganization
-
The local anonymous role name
- ANY - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- ANY_MEDIAPACKAGE - Static variable in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Convenience reference that matches any media package
- ANY_SERIES - Static variable in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Convenience reference that matches any series
- append(Class<A>, A[], A) - Static method in class org.opencastproject.util.data.Arrays
-
Create a new array by appending a to as: [as0, as1, ..
- append(String) - Static method in class org.opencastproject.util.data.functions.Strings
-
A function to append a suffix to the argument string.
- append(Jsons.Obj...) - Static method in class org.opencastproject.util.Jsons
-
Merge a list of objects into one (last one wins).
- append(Jsons.Arr...) - Static method in class org.opencastproject.util.Jsons
-
Append a list of arrays into one.
- append(Jsons.Arr) - Method in class org.opencastproject.util.Jsons.Arr
-
- append(Jsons.Obj) - Method in class org.opencastproject.util.Jsons.Obj
-
- append(String) - Method in class org.opencastproject.util.StreamHelper
-
Deprecated.
This method will write any output from the stream to the the content buffer and the logger.
- appendTo(T, S) - Static method in class org.opencastproject.util.data.Collections
-
Append source collection as to target.
- appendToA(T, X...) - Static method in class org.opencastproject.util.data.Collections
-
Append source collections as to target.
- appendToM(T, S...) - Static method in class org.opencastproject.util.data.Collections
-
Append source collections as to target.
- apply(A) - Method in class org.opencastproject.util.data.Effect
-
- apply() - Method in class org.opencastproject.util.data.Effect0
-
- apply(A, B) - Method in class org.opencastproject.util.data.Effect2
-
- apply(A) - Method in class org.opencastproject.util.data.Function
-
Apply function to a.
- apply(A) - Method in class org.opencastproject.util.data.Function.X
-
- apply(A) - Method in class org.opencastproject.util.data.Function.Xe
-
- apply() - Method in class org.opencastproject.util.data.Function0
-
Apply function yielding a constant value.
- apply() - Method in class org.opencastproject.util.data.Function0.X
-
- apply(A, B) - Method in class org.opencastproject.util.data.Function2
-
Apply function to a and b.
- apply(A, B) - Method in class org.opencastproject.util.data.Function2.X
-
- apply(Monadics.ListMonadic<A>) - Method in interface org.opencastproject.util.data.Monadics.Matcher
-
- apply(Function0<A>) - Method in class org.opencastproject.util.NeedleEye
-
Apply function f only if no other thread currently applies a function using this needle eye.
- applyLimitAndOffset(Map<String, A>) - Method in class org.opencastproject.util.SmartIterator
-
Apply limit and offset to a map of value type A
- applyLimitAndOffset(Collection<A>) - Method in class org.opencastproject.util.SmartIterator
-
Apply limit and offset to a collection of type A
- applyTo(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
"Applies" this flavor to the given target flavor.
- arr(int) - Method in class org.opencastproject.util.JsonArr
-
- arr(String) - Method in class org.opencastproject.util.JsonObj
-
- arr(Jsons.Val...) - Static method in class org.opencastproject.util.Jsons
-
Create an array.
- arr(List<Jsons.Val>) - Static method in class org.opencastproject.util.Jsons
-
Create an array.
- arr(Monadics.ListMonadic<Jsons.Val>) - Static method in class org.opencastproject.util.Jsons
-
Create an array.
- Arr(List<Jsons.Val>) - Constructor for class org.opencastproject.util.Jsons.Arr
-
- array(A...) - Static method in class org.opencastproject.util.data.Arrays
-
Create an array from the vararg parameter list.
- arrayHasSize(int) - Static method in class org.opencastproject.util.data.functions.Tuples
-
- Arrays - Class in org.opencastproject.util.data
-
- ARTIFACT - Static variable in class org.opencastproject.util.ReadinessIndicator
-
Constant name used in service properties to indicate the artifact in question
- as(Function<Object, A>) - Method in class org.opencastproject.util.JsonArr
-
- as(Function<Object, ? extends A>) - Method in class org.opencastproject.util.JsonVal
-
- asBoolean - Static variable in class org.opencastproject.util.JsonVal
-
- asDouble - Static variable in class org.opencastproject.util.JsonVal
-
- asFloat - Static variable in class org.opencastproject.util.JsonVal
-
- asInteger - Static variable in class org.opencastproject.util.JsonVal
-
- asJsonArr - Static variable in class org.opencastproject.util.JsonVal
-
- asJsonObj - Static variable in class org.opencastproject.util.JsonVal
-
- asJsonVal - Static variable in class org.opencastproject.util.JsonVal
-
- asList() - Static method in class org.opencastproject.util.data.functions.Options
-
- asLong - Static variable in class org.opencastproject.util.JsonVal
-
- asMap(List<V>, Function<V, K>) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list after some predicate keyGen.
- asMap(Map<K, V>, List<V>, Function<V, K>) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list after some predicate keyGen into map.
- ASSET_MANAGER_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the AssetManager URL in the organization properties
- asString(Object) - Static method in class org.opencastproject.util.data.functions.Strings
-
Return a.toString() wrapped in a some if a != null, none otherwise.
- asString() - Static method in class org.opencastproject.util.data.functions.Strings
-
Return a.toString() wrapped in a some if a != null, none otherwise.
- asString - Static variable in class org.opencastproject.util.JsonVal
-
- asString() - Method in class org.opencastproject.util.MimeType
-
- asStringNull() - Static method in class org.opencastproject.util.data.functions.Strings
-
Return a.toString() or <null> if argument is null.
- Attachment - Interface in org.opencastproject.mediapackage
-
This interface describes methods and fields for attachments as part of a media package.
- AttachmentBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
-
- AttachmentBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.AttachmentBuilderPlugin
-
- AttachmentImpl - Class in org.opencastproject.mediapackage.attachment
-
Basic implementation of an attachment.
- AttachmentImpl() - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
Needed by JAXB
- AttachmentImpl(String, MediaPackageElementFlavor, URI, long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
Creates an attachment.
- AttachmentImpl(MediaPackageElementFlavor, URI, long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
Creates an attachment.
- AttachmentImpl(String, URI) - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
Creates an attachment.
- AttachmentImpl(URI) - Constructor for class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
Creates an attachment.
- AttachmentImpl.Adapter - Class in org.opencastproject.mediapackage.attachment
-
- attachments - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
- AttachmentSelector - Class in org.opencastproject.mediapackage.selector
-
This selector will select
Attachment objects only, regardless of other elements matching flavors and/or tags
as well.
- AttachmentSelector() - Constructor for class org.opencastproject.mediapackage.selector.AttachmentSelector
-
- AUDIENCE_SOURCE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
Track capturing the audience
- audio - Variable in class org.opencastproject.mediapackage.track.TrackImpl
-
- AudioStream - Interface in org.opencastproject.mediapackage
-
A stream containing audio data.
- AudioStream.Adapter - Class in org.opencastproject.mediapackage
-
- AudioStreamImpl - Class in org.opencastproject.mediapackage.track
-
- AudioStreamImpl() - Constructor for class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- AudioStreamImpl(String) - Constructor for class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- AUTHORIZATION_HEADER - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Header name for the digest authorization
- AUTHORIZATION_HEADER_NAME - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
Header name used to request a new nonce from a server a request is sent to.
- AuthorizationService - Interface in org.opencastproject.security.api
-
Provides generation and interpretation of policy documents in media packages
- available() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
- CachingUserProviderMXBean - Interface in org.opencastproject.security.api
-
A JMX interface for caching user providers.
- calculateChecksum(AccessControlList) - Static method in class org.opencastproject.security.api.AccessControlUtil
-
- CALENDAR - Static variable in class org.opencastproject.util.MimeTypes
-
- call(Object) - Static method in class org.opencastproject.util.ReflectionUtil
-
- CAPTION_DFXP_FLAVOR - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
A flavor for DFXP caption files
- CAPTION_GENERAL - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
A default flavor for DFXP captions catalogs"
- CAPTURE_DEVICE_NAMES - Static variable in interface org.opencastproject.capture.CaptureParameters
-
A comma delimited list of the friendly names for capturing devices
- CAPTURE_DEVICE_PREFIX - Static variable in interface org.opencastproject.capture.CaptureParameters
-
String prefix used when specify capture device properties
- CaptureParameters - Interface in org.opencastproject.capture
-
Contains properties that the ConfigurationManager refer.
- caseA(Function<A, B>) - Static method in class org.opencastproject.util.data.Monadics
-
Matches lists with exactly one element.
- caseAN(Function2<A, List<A>, B>) - Static method in class org.opencastproject.util.data.Monadics
-
Matches lists with at least one element.
- caseN(Function<List<A>, B>) - Static method in class org.opencastproject.util.data.Monadics
-
Matches any list.
- caseNil(Function0<B>) - Static method in class org.opencastproject.util.data.Monadics
-
Matches the empty list.
- cast(A, Class<B>) - Static method in class org.opencastproject.util.data.functions.Misc
-
Cast from A to B with special treatment of the Number classes.
- cast() - Static method in class org.opencastproject.util.data.functions.Misc
-
Cast from A to B.
- Catalog - Interface in org.opencastproject.mediapackage
-
General definition for metadata catalogs.
- CatalogBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
-
This implementation of the
MediaPackageElementBuilderPlugin recognizes metadata catalogs and provides the
functionality of reading it on behalf of the media package.
- CatalogBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- CatalogEntry(EName, String, Map<EName, String>) - Constructor for class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Creates a new catalog element representation with name, value and attributes.
- catalogFromManifest(String, URI) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- CatalogImpl - Class in org.opencastproject.mediapackage
-
This is a basic implementation for handling simple catalogs of metadata.
- CatalogImpl() - Constructor for class org.opencastproject.mediapackage.CatalogImpl
-
Needed by JAXB
- CatalogImpl(String, MediaPackageElementFlavor, URI, long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.CatalogImpl
-
Creates an abstract metadata container.
- CatalogImpl(MediaPackageElementFlavor, URI, long, Checksum, MimeType) - Constructor for class org.opencastproject.mediapackage.CatalogImpl
-
Creates an abstract metadata container.
- CatalogImpl.Adapter - Class in org.opencastproject.mediapackage
-
- catalogs - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
- CatalogSelector - Class in org.opencastproject.mediapackage.selector
-
This selector will select
Catalog objects only, regardless of other elements matching flavors and/or tags as
well.
- CatalogSelector() - Constructor for class org.opencastproject.mediapackage.selector.CatalogSelector
-
- Cell<A> - Class in org.opencastproject.util.data
-
- Cell() - Constructor for class org.opencastproject.util.data.Cell
-
- cell(A) - Static method in class org.opencastproject.util.data.VCell
-
Constructor function.
- Cells - Class in org.opencastproject.util.data
-
- ChainingMediaPackageSerializer - Class in org.opencastproject.mediapackage
-
- ChainingMediaPackageSerializer() - Constructor for class org.opencastproject.mediapackage.ChainingMediaPackageSerializer
-
- change() - Method in class org.opencastproject.util.data.Cell
-
- change() - Method in class org.opencastproject.util.data.VCell
-
- channels - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- CHAPTERING - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
A flavor for MPEG-7 chapter catalogs
- checkAgentAccess(SecurityService, String) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Check if the current user has access to the capture agent with the given id.
- checkDictionary(Dictionary, ComponentContext) - Static method in class org.opencastproject.util.OsgiUtil
-
Check the existence of the given dictionary.
- checkHeartbeat() - Method in class org.opencastproject.rest.AbstractJobProducerEndpoint
-
- checkJobFitsCluster(float, String, List<HostRegistration>) - Static method in class org.opencastproject.util.LoadUtil
-
- checksum - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
The element's checksum
- Checksum - Class in org.opencastproject.util
-
This class stores value and type of a generated checksum.
- Checksum() - Constructor for class org.opencastproject.util.Checksum
-
Needed by JAXB
- ChecksumType - Class in org.opencastproject.util
-
Checksum type represents the method used to generate a checksum.
- ChecksumType() - Constructor for class org.opencastproject.util.ChecksumType
-
Needed by JAXB
- ChecksumType(String) - Constructor for class org.opencastproject.util.ChecksumType
-
Creates a new checksum type with the given type name.
- chuck(Throwable) - Static method in class org.opencastproject.util.data.functions.Functions
-
Throw a checked exception like a RuntimeException removing any needs to declare a throws clause.
- chuck(Throwable) - Static method in class org.opencastproject.util.data.functions.Misc
-
Throw a checked exception like a RuntimeException removing any needs to declare a throws clause.
- chuck() - Static method in class org.opencastproject.util.data.functions.Misc
-
- ChunkedFileInputStream - Class in org.opencastproject.util
-
input stream to get only a part of a file
- ChunkedFileInputStream(String) - Constructor for class org.opencastproject.util.ChunkedFileInputStream
-
constructor
- ChunkedFileInputStream(File, long, long) - Constructor for class org.opencastproject.util.ChunkedFileInputStream
-
constructor
- classloader - Variable in class org.opencastproject.rest.StaticResource
-
The classloader to use to search for the static resources.
- classpath - Variable in class org.opencastproject.rest.StaticResource
-
The classpath to search for the static resources
- classPathResourceAsFile(String) - Static method in class org.opencastproject.util.IoSupport
-
Get a classpath resource as a file using the class loader of
IoSupport.
- clean - Static variable in class org.opencastproject.util.SolrUtils
-
- clean(String) - Static method in class org.opencastproject.util.SolrUtils
-
Clean up the user query input string to avoid invalid input parameters.
- clear() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Clears the catalog.
- clear() - Method in class org.opencastproject.util.data.NonEmptyList
-
- clearReference() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- clearReference() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Removes any reference.
- clearTags() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- clearTags() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Removes all tags associated with this element
- clearTags() - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Removes all of the tags from this selector.
- clearTracks() - Method in interface org.opencastproject.mediapackage.Publication
-
Removes all tracks from this publication.
- clearTracks() - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- client - Variable in class org.opencastproject.serviceregistry.api.RemoteBase
-
The http client to use when connecting to remote servers
- clone() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Attention: The media package reference is not being cloned so that calling getMediaPackage() on the
clone yields null.
- clone() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Creates a deep copy of the media package.
- clone() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Create a deep copy of this object.
- clone() - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
- clone() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Creates a deep copy of the media package.
- clone() - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns a deep copy of this reference.
- clone() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Returns a deep copy of this reference.
- close(HttpResponse) - Method in interface org.opencastproject.security.api.TrustedHttpClient
-
Closes this response.
- close(HttpResponse) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
Closes this response.
- close() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- close(Closeable) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher
-
- close(PersistenceEnv) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher
-
- close() - Method in class org.opencastproject.util.persistence.PersistenceEnv
-
Close the environment and free all associated resources.
- close() - Method in interface org.opencastproject.util.persistence.PersistenceEnv2
-
Close the environment and free all associated resources.
- close() - Method in class org.opencastproject.util.persistencefn.PersistenceEnv
-
Close the environment and free all associated resources.
- closeAfterwards(Function<InputStream, ? extends A>) - Static method in class org.opencastproject.util.IoSupport
-
Wrap function f to close the input stream after usage.
- closeConnection(HttpResponse) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
Closes any http connections kept open by this http response.
- closeQuietly(Closeable) - Static method in class org.opencastproject.util.IoSupport
-
Closes a Closable quietly so that no exceptions are thrown.
- closeQuietly(StreamHelper) - Static method in class org.opencastproject.util.IoSupport
-
Closes a StreamHelper quietly so that no exceptions are thrown.
- closeQuietly(Process) - Static method in class org.opencastproject.util.IoSupport
-
Closes the processes input, output and error streams.
- closeQuietly(Connection) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- closeQuietly(Connection) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
- co(Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Pure functions are covariant in their result type.
- co() - Static method in class org.opencastproject.util.data.functions.Functions
-
- Col() - Constructor for class org.opencastproject.util.persistence.Table.Col
-
- Collections - Class in org.opencastproject.util.data
-
This class provides functions to ease and secure the handling of collections by supporting a type safe -- at least to
the extent Java's type system allows -- immutable and more functional style.
- Colorimetry - Class in org.opencastproject.mediapackage.track
-
Describes colorimetry.
- Colorimetry(int, int, int) - Constructor for class org.opencastproject.mediapackage.track.Colorimetry
-
- COMMENTS - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
Comments metadata flavor
- compact() - Method in interface org.opencastproject.mediapackage.identifier.Id
-
Deprecated.
- compact() - Method in class org.opencastproject.mediapackage.identifier.IdImpl
-
Returns the local identifier of this
Id.
- compareTo(MediaPackageElement) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- compareTo(EName) - Method in class org.opencastproject.mediapackage.EName
-
- compareTo(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
- compareTo(XMLCatalogImpl.CatalogEntry) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Compare two catalog entries.
- compareTo(SystemLoad.NodeLoad) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- compareTo(MimeType) - Method in class org.opencastproject.util.MimeType
-
- concat(IncidentTree) - Static method in class org.opencastproject.job.api.IncidentUtil
-
Concat a tree of incidents into a list.
- concat(M, M) - Static method in class org.opencastproject.util.data.Collections
-
Concatenates two iterables into a new list.
- concat(List<? extends A>, List<? extends A>) - Static method in class org.opencastproject.util.data.Collections
-
Concatenates two lists.
- concat(M) - Static method in class org.opencastproject.util.data.Collections
-
Concat (aka flatten) a collection of collections by concatenating them all.
- concat(Function<? super A, ? extends A>...) - Static method in class org.opencastproject.util.data.functions.Functions
-
Multiple `then` concatenation.
- concat(String) - Static method in class org.opencastproject.util.data.functions.Strings
-
Return a string concatenation function.
- concat(M) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Append a to the list.
- concat(String, String) - Static method in class org.opencastproject.util.PathSupport
-
- concat(String[]) - Static method in class org.opencastproject.util.PathSupport
-
- concat(String, String) - Static method in class org.opencastproject.util.UrlSupport
-
Concatenates the two urls with respect to leading and trailing slashes.
- concat(String, String, boolean) - Static method in class org.opencastproject.util.UrlSupport
-
Concatenates the two urls with respect to leading and trailing slashes.
- concat(String...) - Static method in class org.opencastproject.util.UrlSupport
-
Concatenates the urls with respect to leading and trailing slashes.
- concat(List<String>) - Static method in class org.opencastproject.util.UrlSupport
-
Concatenates the urls with respect to leading and trailing slashes.
- ConfigurationException - Exception in org.opencastproject.util
-
This exception is thrown on various occasions where the system detects a state of malconfiguration.
- ConfigurationException(String) - Constructor for exception org.opencastproject.util.ConfigurationException
-
Creates a new configuration exception.
- ConfigurationException(String, Throwable) - Constructor for exception org.opencastproject.util.ConfigurationException
-
Creates a new configuration exception with the given message and cause of the malconfiguration.
- conflict() - Static method in class org.opencastproject.util.RestUtil.R
-
- conflict(String) - Static method in class org.opencastproject.util.RestUtil.R
-
- cons(Class<A>, A, A[]) - Static method in class org.opencastproject.util.data.Arrays
-
Create a new array by prepending a to as: [a, as0, as1, ..
- cons(A, List<? extends A>) - Static method in class org.opencastproject.util.data.Collections
-
Construct a new list by prepending an element to a given list.
- cons(X) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Construct a new list by prepending a.
- constant(B) - Static method in class org.opencastproject.util.data.functions.Functions
-
Constant function that always returns b.
- constant(A) - Static method in class org.opencastproject.util.data.Iterators
-
An infinite stream of as.
- constant0(A) - Static method in class org.opencastproject.util.data.functions.Functions
-
Constant function that always returns a.
- consume(InputStream) - Method in class org.opencastproject.util.StreamConsumer
-
Start consuming stream.
- containedIn(List<A>) - Static method in class org.opencastproject.util.data.Collections
-
Create a function that checks if its argument is contained in as.
- containedIn() - Static method in class org.opencastproject.util.data.Collections
-
- contains(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns true if the given element is part of the media package.
- contains(MediaPackageElement) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- contains(String, MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Returns true if the media package contains an element with the specified identifier.
- contains(String) - Static method in class org.opencastproject.util.data.functions.Strings
-
A predicate function to check if a string contains a specified sequence.
- contains(Object) - Method in class org.opencastproject.util.data.NonEmptyList
-
- contains(Object) - Static method in class org.opencastproject.util.persistencefn.Queries
-
EntityManager.contains(Object) as a function.
- containsAll(Collection<?>) - Method in class org.opencastproject.util.data.NonEmptyList
-
- containsHeader(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- containsHost(String) - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
Returns true if the load map contains the host in question.
- containsTag(String) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- containsTag(Collection<String>) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- containsTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns true if the media package element contains the given tag.
- containsTag(Collection<String>) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns true if the media package element contains at least one of the given tags.
- contentBuffer - Variable in class org.opencastproject.util.StreamHelper
-
Deprecated.
The content buffer
- CONTEXT_ID - Static variable in interface org.opencastproject.rest.SharedHttpContext
-
The shared context key as used throughout OSGi.
- continueContext(Collection<String>) - Method in class org.opencastproject.util.Log
-
Continue a log context.
- contra(Function<? super A, B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Pure functions are contravariant in their argument type.
- convert(Object) - Method in class org.opencastproject.util.persistence.Table.Col
-
- convertToHex(byte[]) - Static method in class org.opencastproject.util.Checksum
-
Converts the checksum to a hex string.
- copy(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Create a copy of the given media package.
- copy(MediaPackageElement) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Create a copy of the given media package element.
- copy(File, File) - Static method in class org.opencastproject.util.FileSupport
-
Copies the specified file from sourceLocation to targetLocation and returns a reference
to the newly created file or directory.
- copy(File, File, boolean) - Static method in class org.opencastproject.util.FileSupport
-
Copies the specified sourceLocation to targetLocation and returns a reference to the
newly created file or directory.
- copyContent(File, File, boolean) - Static method in class org.opencastproject.util.FileSupport
-
Copies recursively the content of the specified sourceDirectory to
targetDirectory.
- copyContent(File, File) - Static method in class org.opencastproject.util.FileSupport
-
Copies recursively the content of the specified sourceDirectory to
targetDirectory.
- cores - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- count(String, Job.Status) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Count the number of jobs that match the specified parameters.
- count(String, String, String, Job.Status) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Count the number of jobs executing the given operation in this
Job.Status on this host.
- count(String, Job.Status) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Count the number of jobs that match the specified parameters.
- count(String, String, String, Job.Status) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Count the number of jobs executing the given operation in this
Job.Status on this host.
- count(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
-
Run a COUNT(x) query.
- count(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
-
- count(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
-
Run a COUNT(x) query.
- count(String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
-
- countByHost(String, String, Job.Status) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Count the number of jobs in this
Job.Status on this host
- countByHost(String, String, Job.Status) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Count the number of jobs in this
Job.Status on this host
- countByOperation(String, String, Job.Status) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Count the number of jobs running the given operation in this
Job.Status.
- countByOperation(String, String, Job.Status) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Count the number of jobs running the given operation in this
Job.Status.
- countJobs(Job.Status) - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Get the number of jobs in a current status on all nodes.
- countJobs(Job.Status) - Method in interface org.opencastproject.job.api.JobProducer
-
Get the number of jobs in a current status on all nodes.
- countOfAbnormalServices() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets the count of the number of abnormal services across the whole system.
- countOfAbnormalServices() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Gets the count of the number of abnormal services across the whole system.
- countUsers() - Method in interface org.opencastproject.security.api.UserDirectoryService
-
Returns the total number of users
- countUsers() - Method in interface org.opencastproject.security.api.UserProvider
-
Returns the number of users in the provider
- create(String, String) - Static method in class org.opencastproject.util.Checksum
-
Creates a checksum of type type and value value.
- create(ChecksumType, String) - Static method in class org.opencastproject.util.Checksum
-
Creates a checksum of type type and value value.
- create(ChecksumType, File) - Static method in class org.opencastproject.util.Checksum
-
Creates a checksum of type type from the given file.
- create(ChecksumType, InputStream) - Static method in class org.opencastproject.util.Checksum
-
Creates a checksum of type type from the given input stream.
- create() - Method in interface org.opencastproject.util.data.Creator
-
- createAnonymousUser(Organization) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Create the global anonymous user with the given organization.
- created(URI) - Static method in class org.opencastproject.util.RestUtil.R
-
- createEntityManager(EntityManagerFactory) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
Create a new entity manager or return none, if the factory has already been closed.
- createFor(ChecksumType, String) - Static method in class org.opencastproject.util.Checksum
-
Create a checksum of type type for the given string.
- createJob(String, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, Float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, Float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String, Float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String, boolean) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Job) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Job, Float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Create and store a new job.
- createJob(String, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, Float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, Float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String, Float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job that will be dispatched as soon as possible.
- createJob(String, String, List<String>, String, boolean) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Job) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job.
- createJob(String, String, List<String>, String, boolean, Job, Float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Create and store a new job.
- createNamedQuery(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- createNew() - Method in interface org.opencastproject.mediapackage.identifier.IdBuilder
-
Creates a new identifier.
- createNew() - Method in class org.opencastproject.mediapackage.identifier.UUIDIdBuilderImpl
-
- createNew() - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
-
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir.
- createNew(Id) - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
-
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir.
- createNew() - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir.
- createNew(Id) - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir.
- createSystemUser(String, Organization) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Create a system user for the given organization with global and organization local admin role.
- createSystemUser(ComponentContext, Organization) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Create a system user for the given organization with global admin role.
- createUpdateNotification(Object, long, String) - Static method in class org.opencastproject.util.jmx.JmxUtil
-
- Creator<A> - Interface in org.opencastproject.util.data
-
Element factory.
- csvSplit - Static variable in class org.opencastproject.util.data.functions.Strings
-
Split function to split comma separated values.
- csvSplitList - Static variable in class org.opencastproject.util.data.functions.Strings
-
Split function to split comma separated values.
- currentJob - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Holds the current running job
- currentLoad - Variable in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
This node's current load
- curry(A) - Method in class org.opencastproject.util.data.Function
-
Currying.
- curry() - Method in class org.opencastproject.util.data.Function
-
Currying.
- curry(A) - Method in class org.opencastproject.util.data.Function2
-
Currying.
- curry() - Method in class org.opencastproject.util.data.Function2
-
Currying.
- curry(Function2<? super A, ? super B, ? extends C>, A) - Static method in class org.opencastproject.util.data.functions.Functions
-
Curry a function of arity 2.
- curry(Function2<? super A, ? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Curry a function of arity 2.
- curry(Function<? super A, ? extends B>, A) - Static method in class org.opencastproject.util.data.functions.Functions
-
Curry a function of arity 1.
- curry(Function<A, B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Curry a function of arity 1.
- generate(DocData) - Static method in class org.opencastproject.util.doc.DocUtil
-
Use this method to generate the documentation using passed in document data
- generate(DocData, String) - Static method in class org.opencastproject.util.doc.DocUtil
-
Use this method to generate the documentation using passed in document data, allows the user to specify the
template that is used
- generateErrorResponse(ErrorCodeException) - Static method in class org.opencastproject.util.RestUtil
-
- get(String) - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
Gets a specific host from the map, if present.
- get() - Method in class org.opencastproject.util.data.Cell
-
- get(int) - Method in class org.opencastproject.util.data.NonEmptyList
-
- get() - Method in class org.opencastproject.util.data.Option
-
Get the contained value or throw an exception.
- get() - Method in class org.opencastproject.util.data.VCell
-
Get the cell's value.
- get(String, Tuple<String, String>...) - Static method in class org.opencastproject.util.HttpUtil
-
- get() - Method in class org.opencastproject.util.JsonArr
-
- get(Class<A>, String) - Method in class org.opencastproject.util.JsonObj
-
Deprecated.
- get() - Method in class org.opencastproject.util.JsonVal
-
- get(Table<R>.Col<A>) - Method in class org.opencastproject.util.persistence.Table
-
Access a column.
- get() - Method in class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
-
Builds the persistence env.
- getA() - Method in class org.opencastproject.util.data.Tuple
-
Get the first element.
- getA() - Method in class org.opencastproject.util.data.Tuple3
-
- getAccepted() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getAcl(MediaPackage, AclScope) - Method in interface org.opencastproject.security.api.AuthorizationService
-
Gets the access control list for a given scope associated with the given media package, as specified by its XACML
attachments.
- getAclFromInputStream(InputStream) - Method in interface org.opencastproject.security.api.AuthorizationService
-
Gets the active permissions as specified by the given XACML.
- getAction() - Method in class org.opencastproject.security.api.AccessControlEntry
-
- getActiveAcl(MediaPackage) - Method in interface org.opencastproject.security.api.AuthorizationService
-
Gets the active access control list associated with the given media package, as specified by its XACML
attachments.
- getActiveJobs() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Get the list of active jobs.
- getActiveJobs() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Get the list of active jobs.
- getAdminRole() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getAdminRole() - Method in interface org.opencastproject.security.api.Organization
-
Returns the name for the local admin role.
- getAllHeaders() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getAnonymousRole() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getAnonymousRole() - Method in interface org.opencastproject.security.api.Organization
-
Returns the name for the local anonymous role.
- getArguments() - Method in interface org.opencastproject.job.api.Job
-
The arguments passed to the service and operation.
- getArguments() - Method in class org.opencastproject.job.api.JobImpl
-
- getArrayAsXml(Collection<? extends MediaPackageElement>) - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
Serializes media package element list to a string.
- getArrayAsXml(List<MediaPackage>) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Serializes media package list to a string.
- getArrayFromXml(String) - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
Parses the serialized media package element list.
- getArrayFromXml(String) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Parses the serialized media package list.
- getArrayFromXmlFn - Static variable in class org.opencastproject.mediapackage.MediaPackageElementParser
-
- getArrayFromXmlUnchecked(String) - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
Same as getArrayFromXml(), but throwing a RuntimeException instead of a checked exception.
- getAsJSON(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Serializes the media package to a JSON string.
- getAsXml(MediaPackageElement) - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
Serializes the media package element to a string.
- getAsXml() - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
- getAsXml(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Serializes the media package to a string.
- getAsXml(MediaPackage, MediaPackageSerializer) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Serializes the media package to a
Document.
- getAsXml(MediaPackage, OutputStream, boolean) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Writes an xml representation of this MediaPackage to a stream.
- getAsXmlDocument(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Serializes a media package to a
Document without any further processing.
- getAttachment(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachment identified by attachmentId or null if that attachment doesn't
exists.
- getAttachment(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachment identified by attachmentId or null if that attachment doesn't
exists.
- getAttachments() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are part of this media package.
- getAttachments(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are part of this media package and match the specified flavor.
- getAttachments(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments(MediaPackageReference, boolean) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments(MediaPackageElementFlavor, MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are part of this media package.
- getAttachments(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are part of this media package and match the specified flavor.
- getAttachments(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments(MediaPackageReference, boolean) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments(MediaPackageElementFlavor, MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are part of this media package and are refering to the element identified by
reference.
- getAttachments() - Method in interface org.opencastproject.mediapackage.Publication
-
Returns the attachments that are part of this publication.
- getAttachments() - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- getAttachmentsByTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are tagged with the given tag or an empty array if no such attachments are found.
- getAttachmentsByTag(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are tagged with the given tag or an empty array if no such attachments are found.
- getAttachmentsByTags(Collection<String>) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the attachments that are tagged with any of the given tags or an empty array if no such attachments are
found.
- getAttachmentsByTags(Collection<String>) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the attachments that are tagged with any of the given tags or an empty array if no such attachments are
found.
- getAttribute(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the attribute value for the given attribute.
- getAttributes() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the element's attributes.
- getAudio() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- getB() - Method in class org.opencastproject.util.data.Tuple
-
Get the second element.
- getB() - Method in class org.opencastproject.util.data.Tuple3
-
- getBadRequests() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getBaseUrl() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getBaseUrl() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getBaseUrl() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getBindings() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
- getBindings() - Method in class org.opencastproject.util.XmlNamespaceContext
-
- getBitDepth() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getBitDepth() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getBitRate() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getBitRate() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getBitRate() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getBitRate() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getBundleContext() - Method in class org.opencastproject.util.XProperties
-
Return the current BundleContext that's in use by this object.
- getBytesReceived() - Method in class org.opencastproject.util.UploadJob
-
- getBytesTotal() - Method in class org.opencastproject.util.UploadJob
-
- getC() - Method in class org.opencastproject.util.data.Tuple3
-
- getCacheHitRatio() - Method in interface org.opencastproject.security.api.CachingUserProviderMXBean
-
Gets the ratio of cache hits to total requests.
- getCaptureAgentRole(String) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Get the role name of the role required to access the capture agent with the given agent id.
- getCaptureDevice() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getCaptureDevice() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getCaptureDevice() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getCaptureDeviceVendor() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getCaptureDeviceVendor() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getCaptureDeviceVendor() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getCaptureDeviceVersion() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getCaptureDeviceVersion() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getCaptureDeviceVersion() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getCatalog(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalog identified by catalogId or null if that catalog doesn't exists.
- getCatalog(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getCatalogs() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs associated with this media package.
- getCatalogs(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs associated with this media package that matches the specified flavor.
- getCatalogs(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs that are part of this media package and are refering to the element identified by
reference.
- getCatalogs(MediaPackageReference, boolean) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs that are part of this media package and are refering to the element identified by
reference.
- getCatalogs(MediaPackageElementFlavor, MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs that are part of this media package and are refering to the element identified by
reference.
- getCatalogs() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getCatalogs(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getCatalogs(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getCatalogs(MediaPackageReference, boolean) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the catalogs that are part of this media package and are refering to the element identified by
reference.
- getCatalogs(MediaPackageElementFlavor, MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getCatalogs() - Method in interface org.opencastproject.mediapackage.Publication
-
Returns the catalogs associated with this publication.
- getCatalogs() - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- getCatalogsByTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs that are tagged with the given tag or an empty array if no such catalogs are found.
- getCatalogsByTag(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the catalogs that are tagged with the given tag or an empty array if no such catalogs are found.
- getCatalogsByTags(Collection<String>) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the catalogs that are tagged with any of the given tags or an empty array if no such elements are found.
- getCatalogsByTags(Collection<String>) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the catalogs that are tagged with any of the given tags or an empty array if no such elements are found.
- getCb() - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- getCfg(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a mandatory, non-blank value from a dictionary.
- getCfgAsBoolean(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a mandatory boolean from a dictionary.
- getCfgAsInt(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a mandatory integer from a dictionary.
- getChannel() - Method in interface org.opencastproject.mediapackage.Publication
-
Returns the channel id.
- getChannel() - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- getChannels() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getChannels() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getChecksum() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getChecksum() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the file's checksum.
- getChecksum - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport
-
Get the checksum from a media package element.
- getChildJobs(long) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Get all child jobs from a job
- getChildJobs(long) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Get all child jobs from a job
- getCode() - Method in interface org.opencastproject.job.api.Incident
-
The unique code of this incident.
- getCode() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getCommandLine() - Method in class org.opencastproject.util.ProcessRunner.ProcessInfo
-
- getComponentContextProperty(ComponentContext, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a mandatory, non-blank value from the component context.
- getConfiguredLoadValue(Dictionary, String, Float, ServiceRegistry) - Static method in class org.opencastproject.util.LoadUtil
-
- getContentFn - Static variable in class org.opencastproject.util.HttpUtil
-
Return the content of the response as a string.
- getContentOn(int...) - Static method in class org.opencastproject.util.HttpUtil
-
Return the content of the response as a string if its status code equals one of the given statuses.
- getContentOn(TrustedHttpClient.RequestRunner<String>, int...) - Static method in class org.opencastproject.util.HttpUtil
-
- getContext() - Method in class org.opencastproject.util.Log
-
Return the current log context.
- getContextProperty(ComponentContext, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a mandatory, non-blank value from the bundle context.
- getContributors() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the names of the institutions or people who contributed to the content within this mediapackage
- getContributors() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the names of the institutions or people who contributed to the content within this mediapackage
- getCores() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getCores() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getCores() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getCr() - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- getCreatedHost() - Method in interface org.opencastproject.job.api.Job
-
Gets the host that created this job.
- getCreatedHost() - Method in class org.opencastproject.job.api.JobImpl
-
- getCreator() - Method in interface org.opencastproject.job.api.Job
-
Gets the username of the subject responsible for creating the job initially.
- getCreator() - Method in class org.opencastproject.job.api.JobImpl
-
- getCreators() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the names of the institutions or people who created this mediapackage
- getCreators() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the names of the institutions or people who created this mediapackage
- getCtx() - Method in class org.opencastproject.util.jaxb.JaxbParser
-
- getCurrentHostLoads() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets a map of hosts to the number of jobs currently loading that host
- getCurrentHostLoads() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getCurrentJob() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets the current running job
- getCurrentJob() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getCurrentLoad() - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- getDatabaseMetadata - Static variable in class org.opencastproject.util.persistencefn.PersistenceUtil
-
- getDatabaseMetadata(EntityManager) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Try to get the database metadata from an entity manager.
- getDate() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the media package start time.
- getDate() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the media package start time.
- getDateCompleted() - Method in interface org.opencastproject.job.api.Job
-
The date this job was completed
- getDateCompleted() - Method in class org.opencastproject.job.api.JobImpl
-
- getDateCreated() - Method in interface org.opencastproject.job.api.Job
-
The date this job was created.
- getDateCreated() - Method in class org.opencastproject.job.api.JobImpl
-
- getDateStarted() - Method in interface org.opencastproject.job.api.Job
-
The date this job was started.
- getDateStarted() - Method in class org.opencastproject.job.api.JobImpl
-
- getDefaultTemplatePath() - Method in class org.opencastproject.util.doc.DocData
-
- getDefaultUrl() - Method in class org.opencastproject.rest.StaticResource
-
- getDerived(MediaPackageElement, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns those media package elements that are derivates of sourceElement and feature the flavor
derivateFlavor.
- getDerived(MediaPackageElement, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns those media package elements that are derivates of sourceElement and feature the flavor
derivateFlavor.
- getDescendants() - Method in interface org.opencastproject.job.api.IncidentTree
-
Return all incidents of the job's descendants.
- getDescendants() - Method in class org.opencastproject.job.api.IncidentTreeImpl
-
- getDescription() - Method in interface org.opencastproject.mediapackage.Track
-
Returns the track's description with details about framerate, codecs etc.
- getDescription() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
This implementation returns the track's mime type.
- getDescription() - Method in interface org.opencastproject.security.api.Group
-
Gets the role description.
- getDescription() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getDescription() - Method in class org.opencastproject.security.api.JaxbRole
-
Gets the role description
- getDescription() - Method in interface org.opencastproject.security.api.Role
-
Gets the role description
- getDescription() - Method in interface org.opencastproject.serviceregistry.api.IncidentL10n
-
Get the fully processed, localized description.
- getDescription() - Method in class org.opencastproject.util.MimeType
-
Returns the mime type description.
- getDescriptionParameters() - Method in interface org.opencastproject.job.api.Incident
-
Named parameters describing the incident in more detail.
- getDescriptionParameters() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getDetails() - Method in interface org.opencastproject.job.api.Incident
-
List of additional technical information having a name and a text [(name, text)].
- getDetails() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getDuration() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the media package duration in milliseconds or null if no duration is available.
- getDuration() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the media package duration in milliseconds or null if no duration is available.
- getDuration() - Method in interface org.opencastproject.mediapackage.Track
-
Returns the track duration in milliseconds or null if the duration is not available.
- getDuration() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- getElement() - Method in exception org.opencastproject.mediapackage.UnsupportedElementException
-
Returns the element.
- getElementById(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the element that is identified by the given identifier or null if no such element exists.
- getElementById(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getElementByReference(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the element that is identified by the given reference or null if no such element exists.
- getElementByReference(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the element that is identified by the given reference or null if no such element exists.
- getElementDescription() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getElementDescription() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns a human readable name for this media package element.
- getElements() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns all of the elements.
- getElements() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns all of the elements.
- getElements - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Fn
-
- getElementsByFlavor(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns all elements of this media package with the given flavor.
- getElementsByFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns all elements of this media package with the given flavor.
- getElementsByTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the elements that are tagged with the given tag or an empty array if no such elements are found.
- getElementsByTag(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- getElementsByTags(Collection<String>) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the elements that are tagged with any of the given tags or an empty array if no such elements are found.
- getElementsByTags(Collection<String>) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the elements that are tagged with any of the given tags or an empty array if no such elements are found.
- getElementType() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getElementType() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the element's manifest type.
- getEmail() - Method in class org.opencastproject.security.api.JaxbUser
-
- getEmail() - Method in interface org.opencastproject.security.api.User
-
Gets the user's email address.
- getEName() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the expanded name of the entry.
- getEncoderLibraryVendor() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getEncoderLibraryVendor() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getEncoderLibraryVendor() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getEndOffset() - Method in class org.opencastproject.util.ChunkedFileInputStream
-
get the ending offset
- getEndpointUrl(ComponentContext) - Static method in class org.opencastproject.util.RestUtil
-
Return the endpoint's server URL and the service path by extracting the relevant parameters from the
ComponentContext.
- getEndpointUrl(ComponentContext, String, String) - Static method in class org.opencastproject.util.RestUtil
-
Return the endpoint's server URL and the service path by extracting the relevant parameters from the
ComponentContext.
- getEntity() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getEntries() - Method in class org.opencastproject.security.api.AccessControlList
-
- getEntriesSorted() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
- getEnum(String) - Static method in enum org.opencastproject.security.api.Permissions.Action
-
- getEnvironment() - Method in class org.opencastproject.util.ProcessRunner.ProcessInfo
-
- getErrorCode() - Method in interface org.opencastproject.rest.ErrorCodeException
-
- getErrorStateTrigger() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Gets the job signature which changed last time the service state to error.
- getErrorStateTrigger() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
Gets the job signature which changed last time the service state to error.
- getErrorStateTrigger() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
- getExtension(String, String) - Static method in class org.opencastproject.util.UrlSupport
-
Returns the url extension that url defines over prefix.
- getExtension(String) - Static method in class org.opencastproject.util.UrlSupport
-
Returns the extension that is encoded into the url.
- getF() - Static method in class org.opencastproject.util.data.functions.Options
-
- getFailureReason() - Method in interface org.opencastproject.job.api.Job
-
In the case of failure, returns whether the failure had to do with data or with processing.
- getFailureReason() - Method in class org.opencastproject.job.api.JobImpl
-
- getFile() - Method in exception org.opencastproject.util.UnknownFileTypeException
-
Returns the file that caused the exception.
- getFileName(MediaPackageElement) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Extract the file name from a media package elements URI.
- getFilename() - Method in class org.opencastproject.util.UploadJob
-
- getFinishedJobs() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of jobs that this service has successfully finished
- getFinishedJobs() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The number of jobs that this service has successfully finished
- getFirstHeader(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getFirstLocalizedValue(EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the first value that is associated with the specified name and language.
- getFirstTypedValue(EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the first value that is associated with the specified name and language.
- getFirstValue(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the first value that is associated with the specified name.
- getFirstValue(EName, EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the first element that is associated with the specified name and attribute.
- getFlavor() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getFlavor() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the element's type as defined for the specific media package element.
- getFlavor() - Method in class org.opencastproject.util.MimeType
-
Returns the flavor of this mime type.
- getFlavorDescription() - Method in class org.opencastproject.util.MimeType
-
Returns the flavor description.
- getFlavors() - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Returns the list of flavors.
- getFormat() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getFormat() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getFormat() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getFormatVersion() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getFormatVersion() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getFormatVersion() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getFrameCount() - Method in interface org.opencastproject.mediapackage.Stream
-
- getFrameCount() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getFrameHeight() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getFrameHeight() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getFrameRate() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getFrameRate() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getFrameWidth() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getFrameWidth() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getFromXml - Static variable in class org.opencastproject.mediapackage.MediaPackageElementParser
-
- getFromXml(String) - Static method in class org.opencastproject.mediapackage.MediaPackageElementParser
-
Parses the serialized media package element and returns its object representation.
- getFromXml(String) - Static method in class org.opencastproject.mediapackage.MediaPackageParser
-
Parses the media package and returns its object representation.
- getGroupId() - Method in interface org.opencastproject.security.api.Group
-
Gets the group identifier.
- getGroupId() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getGroups() - Method in class org.opencastproject.security.api.JaxbGroupList
-
- getHeaders(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getHost() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
- getHost() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
- getHost() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
- getHost() - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- getHostRegistration(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds host registration for the given hostname.
- getHostRegistration(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getHostRegistrations() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds all host registrations, including offline hosts and those in maintenance mode.
- getHostRegistrations() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getHumanReadableTimeString(long) - Static method in class org.opencastproject.util.Log
-
Renders a string representation of seconds that is easier to read by showing hours, minutes and seconds.
- getId() - Method in interface org.opencastproject.job.api.Incident
-
Return the incident id.
- getId() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getId() - Method in class org.opencastproject.job.api.JaxbJobContext
-
Gets the identifier for this context.
- getId() - Method in interface org.opencastproject.job.api.Job
-
Gets the job identifier.
- getId() - Method in interface org.opencastproject.job.api.JobContext
-
Gets the job context identifier.
- getId() - Method in class org.opencastproject.job.api.JobImpl
-
- getId - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Fn
-
Function to extract the ID of a media package.
- getId - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getId() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getId() - Method in interface org.opencastproject.security.api.Organization
-
- getId(EntityManager, Object) - Static method in class org.opencastproject.util.persistencefn.Queries
-
Convenience for EntityManager.getEntityManagerFactory().getPersistenceUnitUtil().getIdentifier(a).
- getId(Object) - Static method in class org.opencastproject.util.persistencefn.Queries
-
- getId() - Method in class org.opencastproject.util.UploadJob
-
- getIdentifier() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getIdentifier() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the media package identifier.
- getIdentifier() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the element identifier.
- getIdentifier() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the media package identifier.
- getIdentifier() - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns the reference identifier.
- getIdentifier() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- getIdentifier() - Method in interface org.opencastproject.mediapackage.Stream
-
Return an identifier that identifies a stream within it's track.
- getIdentifier() - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- getIncident(long) - Method in interface org.opencastproject.serviceregistry.api.IncidentService
-
Gets a job incident by a given incident identifier.
- getIncidents() - Method in interface org.opencastproject.job.api.IncidentTree
-
Return the incidents of the job associated with this tree.
- getIncidents() - Method in class org.opencastproject.job.api.IncidentTreeImpl
-
- getIncidentsOfJob(long, boolean) - Method in interface org.opencastproject.serviceregistry.api.IncidentService
-
Get the hierarchy of incidents for a given job identifier.
- getIncidentsOfJob(List<Long>) - Method in interface org.opencastproject.serviceregistry.api.IncidentService
-
Get the directly related incidents of all given jobs and return them concatenated into a single list.
- getInvalidCharacter(String) - Static method in class org.opencastproject.util.UrlSupport
-
Returns null if the url is valid, that is, if it contains only allowed characters.
- getIpAddress() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getIpAddress() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getIpAddress() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getJob(long) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets a receipt by its ID, or null if not found
- getJob(long) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Gets a receipt by its ID, or null if not found
- getJobCount(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Return the number of jobs for a specified operation type.
- getJobCount(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getJobId() - Method in interface org.opencastproject.job.api.Incident
-
The job related to this incident.
- getJobId() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getJobLoad() - Method in interface org.opencastproject.job.api.Job
-
Gets the job's load.
- getJobLoad() - Method in class org.opencastproject.job.api.JobImpl
-
- getJobPayloads(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Return the payload of all jobs for a specified operation type.
- getJobPayloads(String, int, int) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Return the payload of a specified number of jobs for a specified operation type.
- getJobPayloads(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getJobPayloads(String, int, int) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getJobs() - Method in class org.opencastproject.job.api.JaxbJobList
-
- getJobs(String, Job.Status) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets the list of jobs that match the specified parameters.
- getJobs(String, Job.Status) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Gets the list of jobs that match the specified parameters.
- getJobType() - Method in class org.opencastproject.job.api.AbstractJobProducer
-
The type of jobs that this producer creates.
- getJobType() - Method in interface org.opencastproject.job.api.Job
-
Gets the job type, which determines the type of service that runs the job.
- getJobType() - Method in class org.opencastproject.job.api.JobImpl
-
- getJobType() - Method in interface org.opencastproject.job.api.JobProducer
-
The type of jobs that this producer creates.
- getJsonInputStream(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getJsonInputStream(XMLCatalog) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getKey() - Method in class org.opencastproject.security.api.JaxbOrganization.OrgProperty
-
- getKey() - Method in class org.opencastproject.util.HashEntry
- getLanguage() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the language written and/or spoken in the media content of this mediapackage
- getLanguage() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the language written and/or spoken in the media content of this mediapackage
- getLastHeader(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getLicense() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
The license for the content in this mediapackage
- getLicense() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
The license for the content in this mediapackage
- getLoadFactor() - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- getLocale() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getLocalization(long, Locale) - Method in interface org.opencastproject.serviceregistry.api.IncidentService
-
Gets the localized texts for an incident by a given incident identifier and locale.
- getLocalizedValuesAsList(EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the values that are associated with the specified key.
- getLocalName() - Method in class org.opencastproject.mediapackage.EName
-
Return the local part of the name.
- getLuma() - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- getMap(Map<A, B>) - Static method in class org.opencastproject.util.data.Collections
-
Return a function to get data from a map.
- getMap() - Method in class org.opencastproject.util.LocalHashMap
-
Returns the internal map storing the properties
- getMaxLoad() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getMaxLoad() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getMaxLoad() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getMaxLoad() - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- getMaxLoadOnNode(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Returns the maximum load that can be handled by a given node.
- getMaxLoadOnNode(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Returns the maximum load that can be handled by a given node.
- getMaxLoads() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Returns the maximum load that can be handled by the currently registered hosts.
- getMaxLoads() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Returns the maximum load that can be handled by the currently registered hosts.
- getMeanQueueTime() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of milliseconds a job sits in a queue, on average
- getMeanQueueTime() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The number of milliseconds a job sits in a queue, on average
- getMeanRunTime() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of milliseconds a job takes, on average, to run
- getMeanRunTime() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The number of milliseconds a job takes, on average, to run
- getMediaPackage() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getMediaPackage() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the media package if the element has been added, null otherwise.
- getMediaPackageElementId - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getMediaPackageElementReferenceId - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getMembers() - Method in interface org.opencastproject.security.api.Group
-
Gets the group members
- getMembers() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getMemory() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getMemory() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getMemory() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getMessage() - Method in interface org.opencastproject.rest.ErrorCodeException
-
- getMeta() - Method in class org.opencastproject.util.doc.DocData
-
- getMetaData(String) - Method in class org.opencastproject.util.doc.DocData
-
- getMimeType() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getMimeType() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the element's mimetype as found in the ISO Mime Type Registrations.
- getMimeType(String) - Static method in class org.opencastproject.util.MimeTypes
-
Convenience method to get a mime type as String from a filename extension
- getName() - Method in class org.opencastproject.job.api.JaxbIncident.Param
-
- getName() - Method in interface org.opencastproject.security.api.Group
-
Gets the group name.
- getName() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getName() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getName() - Method in class org.opencastproject.security.api.JaxbOrganization.OrgServer
-
- getName() - Method in class org.opencastproject.security.api.JaxbRole
-
Gets the role name
- getName() - Method in class org.opencastproject.security.api.JaxbUser
-
- getName() - Method in interface org.opencastproject.security.api.Organization
-
- getName() - Method in interface org.opencastproject.security.api.Role
-
Gets the role name
- getName() - Method in interface org.opencastproject.security.api.User
-
Gets the user's name.
- getName() - Method in interface org.opencastproject.security.api.UserProvider
-
Gets the provider name
- getName() - Method in class org.opencastproject.util.ChecksumType
-
Returns the checksum value.
- getName() - Method in class org.opencastproject.util.Jsons.Prop
-
- getNamespaceURI() - Method in class org.opencastproject.mediapackage.EName
-
Return the namespace name.
- getNamespaceURI() - Method in class org.opencastproject.util.XmlNamespaceBinding
-
- getNamespaceURI(String) - Method in class org.opencastproject.util.XmlNamespaceContext
-
- getNodeLoads() - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
Get the list of nodes and their current loadfactor.
- getNodeName() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- getNodeName() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- getNodeName() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- getNonFinished(List<Job>) - Static method in class org.opencastproject.util.JobUtil
-
- getNotes() - Method in class org.opencastproject.util.doc.DocData
-
- getNotFound() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getObj(String) - Method in class org.opencastproject.util.JsonObj
-
Deprecated.
- getOffset() - Method in class org.opencastproject.util.ChunkedFileInputStream
-
get the starting offset
- getOks() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getOnlineFrom() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Gets the last time the service has been declared online
- getOnlineFrom() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
Gets the last time the service has been declared online
- getOnlineFrom() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Gets the last time the service has been declared online
- getOnShutdown() - Method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- getOperation() - Method in interface org.opencastproject.job.api.Job
-
The operation type, which can be used by the service responsible for the job to determine the service method to
execute.
- getOperation() - Method in class org.opencastproject.job.api.JobImpl
-
- getOptCfg(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a value from a dictionary.
- getOptCfgAsBoolean(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get an optional boolean from a dictionary.
- getOptCfgAsInt(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get a value from a dictionary.
- getOptContextProperty(ComponentContext, String) - Static method in class org.opencastproject.util.OsgiUtil
-
Get an optional, non-blank value from the bundle context.
- getOrCreate(Map<K, V>, K, Creator<V>) - Static method in class org.opencastproject.util.data.Collections
-
Get a value from a map, creating and adding a new one, if the value is missing, i.e.
- getOrCreate(Map<K, V>, K, Function0<V>) - Static method in class org.opencastproject.util.data.Collections
-
Get a value from a map, creating and adding a new one, if the value is missing, i.e.
- getOrElse(A) - Static method in class org.opencastproject.util.data.Collections
-
- getOrElse(A) - Method in class org.opencastproject.util.data.Either.LeftProjection
-
- getOrElse(B) - Method in class org.opencastproject.util.data.Either.RightProjection
-
- getOrElse(A) - Static method in class org.opencastproject.util.data.functions.Options
-
- getOrElse(A) - Method in class org.opencastproject.util.data.Option
-
Get the contained value in case of being "some" or return parameter none otherwise.
- getOrElse(Function0<A>) - Method in class org.opencastproject.util.data.Option
-
Get the contained value in case of being "some" or return the result of evaluating none otherwise.
- getOrElseNull() - Method in class org.opencastproject.util.data.Option
-
To interface with legacy applications or frameworks that still use null values.
- getOrError(Either<Exception, A>) - Static method in class org.opencastproject.util.HttpUtil
-
Get the value or throw the exception.
- getOrganization() - Method in interface org.opencastproject.job.api.Job
-
Returns the identifier of the organization that the creator is associated with.
- getOrganization() - Method in class org.opencastproject.job.api.JobImpl
-
- getOrganization() - Method in interface org.opencastproject.security.api.Group
-
Gets the user's organization.
- getOrganization() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getOrganization() - Method in class org.opencastproject.security.api.JaxbUser
-
- getOrganization(String) - Method in interface org.opencastproject.security.api.OrganizationDirectoryService
-
Gets an organization by its identifier.
- getOrganization(URL) - Method in interface org.opencastproject.security.api.OrganizationDirectoryService
-
Gets an organization by request URL.
- getOrganization() - Method in interface org.opencastproject.security.api.RoleProvider
-
Returns the identifier for the organization that is defining this set of roles.
- getOrganization() - Method in interface org.opencastproject.security.api.SecurityService
-
Gets the organization associated with the current thread context.
- getOrganization() - Method in interface org.opencastproject.security.api.User
-
Returns the user's organization identifier.
- getOrganization() - Method in interface org.opencastproject.security.api.UserProvider
-
Returns the identifier for the organization that is associated with this user provider.
- getOrganization(OrganizationDirectoryService, String) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Get the organization orgId.
- getOrganizationDirectoryService() - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Returns a reference to the organization directory service.
- getOrganizationDirectoryService() - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- getOrganizationId() - Method in class org.opencastproject.security.api.JaxbRole
-
Returns the role's organization identifier.
- getOrganizationId() - Method in interface org.opencastproject.security.api.Role
-
Returns the role's organization identifier.
- getOrganizations() - Method in class org.opencastproject.security.api.JaxbOrganizationList
-
- getOrganizations() - Method in interface org.opencastproject.security.api.OrganizationDirectoryService
-
Gets all registered organizations.
- getOrganizations() - Method in class org.opencastproject.security.api.OrganizationList
-
- getOutput(InputStream) - Static method in class org.opencastproject.util.IoSupport
-
Extracts the content from the given input stream.
- getOwnLoad() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets the load value for the current host (ie, the host this service registry lives on
- getOwnLoad() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getPackageRoot() - Method in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
-
Returns the package root that is used determine and resolve relative paths.
- getParams() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getParentJobId() - Method in interface org.opencastproject.job.api.Job
-
Gets the parent job identifier, or null if there is no parent.
- getParentJobId() - Method in class org.opencastproject.job.api.JobImpl
-
- getPassword() - Method in class org.opencastproject.security.api.JaxbUser
-
- getPassword() - Method in interface org.opencastproject.security.api.User
-
Gets this user's password, if available.
- getPath() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
- getPath() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
- getPath() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
- getPayload() - Method in interface org.opencastproject.job.api.Job
-
Gets the serialized output that was produced by this job, or null if nothing was produced, or if it has yet to be
produced.
- getPayload() - Method in class org.opencastproject.job.api.JobImpl
-
- getPayload(ServiceRegistry, Job) - Static method in class org.opencastproject.util.JobUtil
-
Update the job from the service registry and get its payload.
- getPkLevDb() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getPkLevDb() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getPort() - Method in class org.opencastproject.security.api.JaxbOrganization.OrgServer
-
- getPrefix(String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
- getPrefix() - Method in class org.opencastproject.util.XmlNamespaceBinding
-
- getPrefix(String) - Method in class org.opencastproject.util.XmlNamespaceContext
-
- getPrefixes(String) - Method in class org.opencastproject.util.XmlNamespaceContext
-
- getPriority() - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
-
Returns -1 by default.
- getPriority() - Method in class org.opencastproject.mediapackage.elementbuilder.AttachmentBuilderPlugin
-
Returns -1 by default.
- getProcessingHost() - Method in interface org.opencastproject.job.api.Incident
-
The processing host running the job where the incident was occurring.
- getProcessingHost() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getProcessingHost() - Method in interface org.opencastproject.job.api.Job
-
Gets the host responsible for running this job.
- getProcessingHost() - Method in class org.opencastproject.job.api.JobImpl
-
- getProperties() - Method in class org.opencastproject.job.api.JaxbJobContext
-
Returns any additional contextual data.
- getProperties() - Method in interface org.opencastproject.job.api.JobContext
-
Returns any additional contextual data.
- getProperties() - Method in class org.opencastproject.mediapackage.attachment.AttachmentImpl
-
- getProperties() - Method in interface org.opencastproject.mediapackage.Attachment
-
Returns a map containing the properties for this media package element or an empty map if there are no properties.
- getProperties() - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns additional properties that further define what the object is referencing.
- getProperties() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- getProperties() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getProperties() - Method in interface org.opencastproject.security.api.Organization
-
Returns the organizational properties
- getProperties() - Method in class org.opencastproject.util.PropertiesResponse
-
- getProperty(String) - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns the property with name key or null if no such property exists.
- getProperty(String) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Returns the property with name key or null if no such property exists.
- getProperty(String) - Method in class org.opencastproject.util.XProperties
-
See the class description for more details.
- getProps() - Method in class org.opencastproject.util.Jsons.Obj
-
- getProtocolVersion() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getProvider() - Method in class org.opencastproject.security.api.JaxbUser
-
- getProvider() - Method in interface org.opencastproject.security.api.User
-
Gets the provider where the user is coming from.
- getPublications() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the presentations that are part of this media package.
- getPublications() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the presentations that are part of this media package.
- getPublications - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Fn
-
- getQName() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the qualified name of the entry as a string.
- getQueuedJobs() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of job that are currently waiting to be run by this service
- getQueuedJobs() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The number of job that are currently waiting to be run by this service
- getQueueTime() - Method in interface org.opencastproject.job.api.Job
-
The number of milliseconds that this job has waited in a queue before execution.
- getQueueTime() - Method in class org.opencastproject.job.api.JobImpl
-
- getRanking() - Method in class org.opencastproject.mediapackage.ChainingMediaPackageSerializer
-
- getRanking() - Method in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
-
- getRanking() - Method in interface org.opencastproject.mediapackage.MediaPackageSerializer
-
Identifies the serializer ranking number.
- getReference() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getReference() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns a reference to another entitiy, both inside or outside the media package.
- getReferenceId - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getRegistrations() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
-
- getRegistrations() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
-
- getRegistryHostname() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Returns the service regstry's hostname.
- getRegistryHostname() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- getResponse(HttpRequestBase) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
Makes a request to all available remote services and returns the response as soon as the first of them returns the
HttpStatus.SC_OK as the status code.
- getResponse(HttpRequestBase, Integer...) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
Makes a request to all available remote services and returns the response as soon as the first of them returns the
expected http status code.
- getResponseFormat(String) - Static method in class org.opencastproject.util.RestUtil
-
- getResponseType(String) - Static method in class org.opencastproject.util.RestUtil
-
Return JSON if type == json, XML else.
- getRmsLevDb() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getRmsLevDb() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getRmsPkDb() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getRmsPkDb() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getRole() - Method in class org.opencastproject.security.api.AccessControlEntry
-
- getRole() - Method in interface org.opencastproject.security.api.Group
-
Gets the group role.
- getRole() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getRoles() - Method in interface org.opencastproject.security.api.Group
-
Gets the group's roles.
- getRoles() - Method in class org.opencastproject.security.api.JaxbGroup
-
- getRoles() - Method in class org.opencastproject.security.api.JaxbRoleList
-
- getRoles() - Method in class org.opencastproject.security.api.JaxbUser
-
- getRoles() - Method in interface org.opencastproject.security.api.User
-
Gets the user's roles.
- getRolesForGroup(String) - Method in interface org.opencastproject.security.api.GroupProvider
-
Returns the roles for this group or an empty array if no roles are applicable.
- getRolesForUser(String) - Method in interface org.opencastproject.security.api.RoleProvider
-
Returns the roles for this user or an empty array if no roles are applicable.
- getRootJobId() - Method in interface org.opencastproject.job.api.Job
-
Gets the root job identifier, or null if this is the root job.
- getRootJobId() - Method in class org.opencastproject.job.api.JobImpl
-
- getRunningJobs() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of job that this service is currently running
- getRunningJobs() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The number of job that this service is currently running
- getRunTime() - Method in interface org.opencastproject.job.api.Job
-
The number of milliseconds that this job took to execute.
- getRunTime() - Method in class org.opencastproject.job.api.JobImpl
-
- getSamplingRate() - Method in interface org.opencastproject.mediapackage.AudioStream
-
- getSamplingRate() - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- getScanOrder() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getScanOrder() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getScanType() - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- getScanType() - Method in interface org.opencastproject.mediapackage.VideoStream
-
- getSecurityService() - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Returns a reference to the security service
- getSecurityService() - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- getSerializer() - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
-
Returns the currently active serializer.
- getSerializer() - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
- getSeries() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the series, if any, to which this mediapackage belongs
- getSeries() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the series, if any, to which this mediapackage belongs
- getSeriesTitle() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the title for the associated series, if any.
- getSeriesTitle() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the title for the associated series, if any.
- getServerError() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getServers() - Method in class org.opencastproject.security.api.JaxbOrganization
-
- getServers() - Method in interface org.opencastproject.security.api.Organization
-
Returns the server names and the corresponding ports that have been registered with this organization.
- getService() - Method in class org.opencastproject.rest.AbstractJobProducerEndpoint
-
Returns the job producer that is backing this REST endpoint.
- getService() - Method in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
-
- getService() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Returns the actual service instance.
- getServiceRegistration() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The service for which these statistics apply
- getServiceRegistration(String, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds a single service registration by host and type, even if the service is offline or in maintenance mode.
- getServiceRegistration(String, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Finds a single service registration by host and type, even if the service is offline or in maintenance mode.
- getServiceRegistration() - Method in interface org.opencastproject.serviceregistry.api.ServiceStatistics
-
The service for which these statistics apply
- getServiceRegistrations() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds all service registrations, including offline services and those in maintenance mode.
- getServiceRegistrations() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Finds all service registrations, including offline services and those in maintenance mode.
- getServiceRegistrations() - Method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- getServiceRegistrationsByHost(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds the service registrations on the given host, including offline services and those in maintenance mode.
- getServiceRegistrationsByHost(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Finds the service registrations on the given host, including offline services and those in maintenance mode.
- getServiceRegistrationsByLoad(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds the service registrations for this kind of job, ordered by load (lightest to heaviest).
- getServiceRegistrationsByLoad(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Finds the service registrations for this kind of job, ordered by load (lightest to heaviest).
- getServiceRegistrationsByType(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Finds the service registrations for this kind of job, including offline services and those in maintenance mode.
- getServiceRegistrationsByType(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Finds the service registrations for this kind of job, including offline services and those in maintenance mode.
- getServiceRegistry() - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Returns a reference to the service registry.
- getServiceRegistry() - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- getServiceRegistry() - Method in class org.opencastproject.rest.AbstractJobProducerEndpoint
-
Return the service registry.
- getServiceRegistry() - Method in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
-
- getServiceState() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Gets the current state of the service
- getServiceState() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
Gets the current state of the service
- getServiceState() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
- getServiceStatistics() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Gets performance and runtime statistics for each known service registration.
- getServiceStatistics() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Gets performance and runtime statistics for each known service registration.
- getServiceType() - Method in interface org.opencastproject.job.api.Incident
-
The service type on which the incident was occurring.
- getServiceType() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getServiceType() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
- getServiceType() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
- getServiceType() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
- getSeverity() - Method in interface org.opencastproject.job.api.Incident
-
The severity of this incident.
- getSeverity() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getSignature() - Method in interface org.opencastproject.job.api.Job
-
- getSignature() - Method in class org.opencastproject.job.api.JobImpl
-
- getSize() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getSize() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the number of bytes that are occupied by this media package element.
- getStartDateAsString() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the recording time in utc format.
- getStateChanged() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Gets the last date when state was changed
- getStateChanged() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
Gets the last date when state was changed
- getStateChanged() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
- getStats() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatisticsList
-
- getStatus() - Method in interface org.opencastproject.job.api.Job
-
- getStatus() - Method in class org.opencastproject.job.api.JobBarrier
-
Returns the resulting status map.
- getStatus() - Method in class org.opencastproject.job.api.JobBarrier.Result
-
Returns the status details.
- getStatus() - Method in class org.opencastproject.job.api.JobImpl
-
- getStatusCode - Static variable in class org.opencastproject.util.HttpUtil
-
- getStatusLine() - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- getStreams() - Method in interface org.opencastproject.mediapackage.Track
-
Return the streams that make up the track.
- getStreams() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- getSubjects() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
The keywords describing the subject(s) or categories describing the content of this mediapackage
- getSubjects() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
The keywords describing the subject(s) or categories describing the content of this mediapackage
- getSubtype() - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
Returns the subtype of this flavor.
- getSubtype() - Method in class org.opencastproject.util.MimeType
-
Returns the minor type of this mimetype.
- getSuffix() - Method in class org.opencastproject.util.MimeType
-
Returns the main suffix for this mime type, that identifies files containing data of this flavor.
- getSuffixes() - Method in class org.opencastproject.util.MimeType
-
Returns the registered suffixes for this mime type, that identify files containing data of this flavor.
- getSvc() - Method in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
-
- getSystemTmpDir() - Static method in class org.opencastproject.util.IoSupport
-
- getSystemUserName(ComponentContext) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Fetch the system user name from the configuration.
- getTags() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getTags() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns the tags for this media package element or an empty array if there are no tags.
- getTags() - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Returns the tags.
- getTempDirectory() - Static method in class org.opencastproject.util.FileSupport
-
Returns the webapp's temporary work directory.
- getTempDirectory(String) - Static method in class org.opencastproject.util.FileSupport
-
Returns a directory subdir inside the webapp's temporary work directory.
- getTimestamp() - Method in interface org.opencastproject.job.api.Incident
-
The date where the incident was happening.
- getTimestamp() - Method in class org.opencastproject.job.api.IncidentImpl
-
- getTitle() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the title of the episode that this mediapackage represents.
- getTitle() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the title of the episode that this mediapackage represents.
- getTitle() - Method in interface org.opencastproject.serviceregistry.api.IncidentL10n
-
Get the fully processed, localized title.
- getTotalNumBytesRead() - Method in class org.opencastproject.util.ProgressInputStream
-
- getTotalSpace() - Method in interface org.opencastproject.storage.StorageUsage
-
Gets the total space of storage in Bytes
- getTrack(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the track identified by trackId or null if that track doesn't exists.
- getTrack(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the track identified by trackId or null if that track doesn't exists.
- getTracks() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are part of this media package.
- getTracks(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are part of this media package and match the given flavor as defined in
Track.
- getTracks(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks(MediaPackageReference, boolean) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks(MediaPackageElementFlavor, MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are part of this media package.
- getTracks(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are part of this media package and match the given flavor as defined in
Track.
- getTracks(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks(MediaPackageReference, boolean) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks(MediaPackageElementFlavor, MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are part of this media package and are refering to the element identified by
reference.
- getTracks - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Fn
-
- getTracks() - Method in interface org.opencastproject.mediapackage.Publication
-
Returns the tracks that are part of this publication.
- getTracks() - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- getTracksByTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are tagged with the given tag or an empty array if no such tracks are found.
- getTracksByTag(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are tagged with the given tag or an empty array if no such tracks are found.
- getTracksByTags(Collection<String>) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns the tracks that are tagged with any of the given tags or an empty array if no such elements are found.
- getTracksByTags(Collection<String>) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns the tracks that are tagged with any of the given tags or an empty array if no such elements are found.
- getTransport() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- getType() - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
Returns the type of this flavor.
- getType() - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns the reference type.
- getType() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- getType() - Method in class org.opencastproject.security.api.JaxbRole
-
- getType() - Method in interface org.opencastproject.security.api.Role
-
- getType() - Method in class org.opencastproject.util.Checksum
-
Returns the checksum type.
- getType() - Method in class org.opencastproject.util.MimeType
-
Returns the major type of this mimetype.
- getUnauthorized() - Method in class org.opencastproject.rest.BulkOperationResult
-
- getUnclassifiedElements() - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns media package elements that are neither, attachments, catalogs nor tracks.
- getUnclassifiedElements(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Returns media package elements that are neither, attachments, catalogs nor tracks but have the given element
flavor.
- getUnclassifiedElements() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns media package elements that are neither, attachments, catalogs nor tracks.
- getUnclassifiedElements(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Returns media package elements that are neither, attachments, catalogs nor tracks but have the given element
flavor.
- getUninterpretedProperty(String) - Method in class org.opencastproject.util.XProperties
-
A wrapper around the old getProperty behaviour, this method does not do any variable expansion.
- getUri() - Method in interface org.opencastproject.job.api.Job
-
Gets the URI of this job, which can be used to check its status.
- getUri() - Method in class org.opencastproject.job.api.JobImpl
-
- getURI() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- getURI() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Returns a reference to the element location.
- getUsableSpace() - Method in interface org.opencastproject.storage.StorageUsage
-
Gets the available space of storage in Bytes This is free storage that is not reserved
- getUsedSpace() - Method in interface org.opencastproject.storage.StorageUsage
-
Gets the used space of storage in Bytes
- getUser() - Method in interface org.opencastproject.security.api.SecurityService
-
Gets the current user, or the local organization's anonymous user if the user has not been authenticated.
- getUserAndOrganization(SecurityService, OrganizationDirectoryService, String, UserDirectoryService, String) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Get a user and an organization.
- getUserDirectoryService() - Method in class org.opencastproject.job.api.AbstractJobProducer
-
Returns a reference to the user directory service
- getUserDirectoryService() - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- getUserIP() - Method in interface org.opencastproject.security.api.SecurityService
-
Gets the current user's IP or null if unable to determine the User's IP.
- getUsername() - Method in class org.opencastproject.security.api.JaxbUser
-
- getUsername() - Method in interface org.opencastproject.security.api.User
-
Gets this user's unique account name.
- getUserOfOrganization(SecurityService, OrganizationDirectoryService, String, UserDirectoryService, String) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Get a user of a certain organization by its ID.
- getUsers() - Method in class org.opencastproject.security.api.JaxbUserList
-
- getUsers() - Method in interface org.opencastproject.security.api.UserDirectoryService
-
Gets all known users.
- getUsers() - Method in interface org.opencastproject.security.api.UserProvider
-
Gets all known users.
- getVal - Static variable in class org.opencastproject.util.Jsons
-
Get the value from a property.
- getVal() - Method in class org.opencastproject.util.Jsons.Prop
-
- getVals() - Method in class org.opencastproject.util.Jsons.Arr
-
- getValue() - Method in class org.opencastproject.job.api.JaxbIncident.Param
-
- getValue() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the element value.
- getValue() - Method in class org.opencastproject.security.api.JaxbOrganization.OrgProperty
-
- getValue() - Method in enum org.opencastproject.security.api.Permissions.Action
-
- getValue() - Method in class org.opencastproject.util.Checksum
-
Returns the checksum value.
- getValue() - Method in class org.opencastproject.util.HashEntry
- getValues(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the values that are associated with the specified key.
- getValuesAsList(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Returns the values that are associated with the specified key.
- getVendor(DatabaseMetaData) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Get the database vendor from some metadata.
- getVersion() - Method in interface org.opencastproject.job.api.Job
-
Gets the version of this job.
- getVersion() - Method in class org.opencastproject.job.api.JobImpl
-
- getVideo() - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- getWarningStateTrigger() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Gets the job signature which changed last time the service state to warning
- getWarningStateTrigger() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
-
Gets the job signature which changed last time the service state to warning
- getWarningStateTrigger() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
- getWrappedException() - Method in exception org.opencastproject.mediapackage.MediaPackageRuntimeException
-
- getXmlInputStream(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getXmlInputStream(XMLCatalog) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- getXmlSchema(JAXBContext) - Static method in class org.opencastproject.util.JaxbXmlSchemaGenerator
-
Builds an xml schema from a JAXBContext.
- getXmlSchema(Class<?>) - Static method in class org.opencastproject.util.JaxbXmlSchemaGenerator
-
Builds an xml schema.
- GLOBAL_ADMIN_ROLE - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Name of the Opencast admin role
- GLOBAL_ADMIN_USER_PROPERTY - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
The administrator user configuration option
- GLOBAL_ANONYMOUS_USERNAME - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Name of the Opencast anonymous role
- GLOBAL_CAPTURE_AGENT_ROLE - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Name of the Opencast capture agent role
- GLOBAL_CAPTURE_AGENT_ROLES - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
The roles associated with the Opencast capture agent account
- GLOBAL_SUDO_ROLE - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Name of the Opencast global sudo role
- GLOBAL_SYSTEM_ROLES - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
The roles associated with the Opencast system account
- Group - Interface in org.opencastproject.security.api
-
Represent a group in Opencast
- groupBy(Multimap<K, V>, Iterable<? extends V>, Function<? super V, ? extends K>) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list after some predicate group into map.
- groupBy(Iterable<? extends V>, Function<? super V, ? extends K>) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list after some predicate group into map.
- grouped(List<A>, int) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list in chunks of size size.
- groupId - Variable in class org.opencastproject.security.api.JaxbGroup
-
- GroupParser - Class in org.opencastproject.security.api
-
JAXB parser for JAXB DTOs of
Group.
- GroupProvider - Interface in org.opencastproject.security.api
-
Mix-in interface for directories that can return a list of members of a group
- groups - Variable in class org.opencastproject.security.api.JaxbGroupList
-
A list of groups.
- gt(A) - Static method in class org.opencastproject.util.data.functions.Booleans
-
- maintenanceMode - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- maintenanceMode - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- makeMap(Multimap<K, V>, Iterable<? extends X>, Function<? super X, Tuple<K, V>>) - Static method in class org.opencastproject.util.data.Collections
-
Partition a list after some predicate group into map.
- MANIFEST_FILENAME - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
The manifest file name
- ManifestContributor - Interface in org.opencastproject.mediapackage
-
To be implemented by everyone who wishes to contribute to the media package manifest.
- map(Collection<A>, M, Function<A, B>) - Static method in class org.opencastproject.util.data.Collections
-
- map(Collection<A>, Function<A, B>) - Static method in class org.opencastproject.util.data.Collections
-
- map(Tuple<? extends K, ? extends V>...) - Static method in class org.opencastproject.util.data.Collections
-
Create a map from a list of tuples (K, V).
- map(Function<A, X>) - Method in class org.opencastproject.util.data.Either.LeftProjection
-
- map(Function<B, X>) - Method in class org.opencastproject.util.data.Either.RightProjection
-
- map(Function<? super A, ? extends Option<? extends B>>, Function<? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Options
-
Map g over the result of f.
- map(Function<A, B>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
-
- map(Function<? super A, ? extends B>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
- map(Function<? super A, ? extends B>) - Method in class org.opencastproject.util.data.Option
-
- map - Variable in class org.opencastproject.util.LocalHashMap
-
The internal backing map
- mapIndex(Function2<A, Integer, B>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
-
Apply f to each element.
- mark(int) - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- mark(int) - Method in class org.opencastproject.util.ProgressInputStream
-
- markSupported() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- markSupported() - Method in class org.opencastproject.util.ProgressInputStream
-
- marshal(Attachment) - Method in class org.opencastproject.mediapackage.attachment.AttachmentImpl.Adapter
-
- marshal(Stream) - Method in class org.opencastproject.mediapackage.AudioStream.Adapter
-
- marshal(Catalog) - Method in class org.opencastproject.mediapackage.CatalogImpl.Adapter
-
- marshal(Id) - Method in class org.opencastproject.mediapackage.identifier.Id.Adapter
-
- marshal(MediaPackage) - Method in class org.opencastproject.mediapackage.MediaPackageImpl.Adapter
-
- marshal(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl.Adapter
-
- marshal(Publication) - Method in class org.opencastproject.mediapackage.PublicationImpl.Adapter
-
- marshal(Track) - Method in class org.opencastproject.mediapackage.track.TrackImpl.Adapter
-
- marshal(Stream) - Method in class org.opencastproject.mediapackage.VideoStream.Adapter
-
- marshal(Date) - Method in class org.opencastproject.util.DateTimeSupport.UtcTimestampAdapter
-
- marshal(Hashtable<String, String>) - Method in class org.opencastproject.util.HashtableAdapter
- marshal(Object) - Method in class org.opencastproject.util.jaxb.JaxbParser
-
Marshal an object into a string.
- marshal(Option<T>) - Method in class org.opencastproject.util.jaxb.OptionAdapter
-
- marshal(Date) - Method in class org.opencastproject.util.jaxb.UtcTimestampAdapter
-
- match(Monadics.Matcher<A, B>...) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Pattern matching on the wrapped list.
- match(List<Monadics.Matcher<A, B>>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Pattern matching on the wrapped list.
- matches(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
Check if two flavors match.
- matches(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Returns true if this reference matches reference by means of type and identifier.
- matches(MediaPackageReference) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- matches(MediaPackageElementFlavor) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
- matches(String) - Static method in class org.opencastproject.util.data.functions.Strings
-
A predicate function to match a regular expression.
- matches(Monadics.ListMonadic<A>) - Method in interface org.opencastproject.util.data.Monadics.Matcher
-
- matchesFlavor - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
- matchesFlavor(MediaPackageElementFlavor) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
Return true if the element has a flavor that matches flavor.
- MATROSKA - Static variable in class org.opencastproject.util.MimeTypes
-
- MAX_INACTIVE_INTERVAL - Static variable in interface org.opencastproject.rest.RestConstants
-
The amount of time in seconds to wait for a session to be inactive before deallocating it.
- maxLoad - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
The maximum load this host can run.
- maxLoad - Variable in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- meanQueueTime - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The mean queue time for jobs
- meanRunTime - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The mean run time for jobs
- mediaPackage - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
The parent media package
- MediaPackage - Interface in org.opencastproject.mediapackage
-
Interface for a media package, which is a data container moving through the system, containing metadata, tracks and
attachments.
- MEDIAPACKAGE_COVER_FLAVOR - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
Cover art flavor
- MediaPackageBuilder - Interface in org.opencastproject.mediapackage
-
A media package builder provides factory methods for the creation of media packages from manifest files, packages,
directories or from sratch.
- MediaPackageBuilderFactory - Class in org.opencastproject.mediapackage
-
Factory to retrieve instances of a media package builder.
- MediaPackageBuilderImpl - Class in org.opencastproject.mediapackage
-
This class provides factory methods for the creation of media packages from manifest files, directories or from
scratch.
- MediaPackageBuilderImpl() - Constructor for class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
Creates a new media package builder.
- MediaPackageBuilderImpl(MediaPackageSerializer) - Constructor for class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
Creates a new media package builder that uses the given serializer to resolve urls while reading manifests and
adding new elements.
- MediaPackageElement - Interface in org.opencastproject.mediapackage
-
All classes that will be part of a media package must implement this interface.
- MediaPackageElement.Type - Enum in org.opencastproject.mediapackage
-
The element type todo is the type definitely needed or can the flavor take its responsibilities?
- MediaPackageElementBuilder - Interface in org.opencastproject.mediapackage
-
A media package element builder provides factory methods for the creation and loading of media package elements from
files.
- MediaPackageElementBuilderFactory - Class in org.opencastproject.mediapackage
-
Factory to retreive instances of a media package element builder.
- MediaPackageElementBuilderFactory() - Constructor for class org.opencastproject.mediapackage.MediaPackageElementBuilderFactory
-
- MediaPackageElementBuilderImpl - Class in org.opencastproject.mediapackage
-
Default implementation for a media package element builder.
- MediaPackageElementBuilderImpl() - Constructor for class org.opencastproject.mediapackage.MediaPackageElementBuilderImpl
-
- MediaPackageElementBuilderPlugin - Interface in org.opencastproject.mediapackage.elementbuilder
-
Deprecated.
- MediaPackageElementFlavor - Class in org.opencastproject.mediapackage
-
- MediaPackageElementFlavor(String, String) - Constructor for class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
Creates a new flavor with the given type and subtype.
- MediaPackageElementParser - Class in org.opencastproject.mediapackage
-
Convenience implementation that supports serializing and deserializing media package elements.
- MediaPackageElements - Interface in org.opencastproject.mediapackage
-
Contains all well-known definitions, names and symbols REPLAY relies on as constants for an easy usage and as a
documentation.
- MediaPackageElementSelector<T extends MediaPackageElement> - Interface in org.opencastproject.mediapackage
-
A MedikaPackageElementSelector is the way to set up rules for extracting elements from a media package
dependent on their flavor.
- MediaPackageException - Exception in org.opencastproject.mediapackage
-
General exception that is raised when problems occur while manipulating media packages like adding or removing media
package elements, creating manifests or moving and copying the media package itself.
- MediaPackageException(String) - Constructor for exception org.opencastproject.mediapackage.MediaPackageException
-
Creates a new media package exception with the specified message.
- MediaPackageException(Throwable) - Constructor for exception org.opencastproject.mediapackage.MediaPackageException
-
Creates a new media package exception caused by Throwable t.
- MediaPackageException(String, Throwable) - Constructor for exception org.opencastproject.mediapackage.MediaPackageException
-
Creates a new media package exception caused by Throwable t.
- MediaPackageImpl - Class in org.opencastproject.mediapackage
-
Default implementation for a media media package.
- MediaPackageImpl.Adapter - Class in org.opencastproject.mediapackage
-
A JAXB adapter that allows the
MediaPackage interface to be un/marshalled
- MediaPackageObserver - Interface in org.opencastproject.mediapackage
-
Interface for classes that are observing a media package.
- MediaPackageParser - Class in org.opencastproject.mediapackage
-
Convenience implementation that supports serializing and deserializing media packages.
- MediaPackageReference - Interface in org.opencastproject.mediapackage
-
A MediaPackageElementRef provides means of pointing to other elements in the media package.
- MediaPackageReferenceImpl - Class in org.opencastproject.mediapackage
-
- MediaPackageReferenceImpl() - Constructor for class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Creates a reference to the containing media package (self).
- MediaPackageReferenceImpl(MediaPackage) - Constructor for class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Creates a reference to the specified media package.
- MediaPackageReferenceImpl(MediaPackageElement) - Constructor for class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Creates a reference to the specified media package element.
- MediaPackageReferenceImpl(String, String) - Constructor for class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Creates a reference to the entity identified by type and identifier.
- MediaPackageReferenceImpl.Adapter - Class in org.opencastproject.mediapackage
-
- MediaPackageRuntimeException - Exception in org.opencastproject.mediapackage
-
- MediaPackageRuntimeException(MediaPackageException) - Constructor for exception org.opencastproject.mediapackage.MediaPackageRuntimeException
-
Creates a new media package runtime exception with the specified wrapped exception.
- MediaPackageSerializer - Interface in org.opencastproject.mediapackage
-
- MediaPackageSupport - Class in org.opencastproject.mediapackage
-
Utility class used for media package handling.
- MediaPackageSupport.Filters - Class in org.opencastproject.mediapackage
-
Filters and predicates to work with media package element collections.
- MediaPackageSupport.Fn - Class in org.opencastproject.mediapackage
-
Functions on media packages.
- MediaPackageSupport.MergeMode - Enum in org.opencastproject.mediapackage
-
Mode used when merging media packages.
- members - Variable in class org.opencastproject.security.api.JaxbGroup
-
- memo(Function0<A>) - Static method in class org.opencastproject.util.data.Cells
-
Create a memo cell that calculates f once and then returns the value.
- memory - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- merge(MediaPackage, MediaPackage, MediaPackageSupport.MergeMode) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Merges the contents of media package located at sourceDir into the media package located at
targetDir.
- merge(AccessControlList) - Method in class org.opencastproject.security.api.AccessControlList
-
Merge this access control list with another one based on roles specified within.
- merge(Map<? extends A, ? extends B>, Map<? extends A, ? extends B>) - Static method in class org.opencastproject.util.data.Collections
-
Merge two maps where b takes precedence.
- merge(Set<? extends A>, Set<? extends A>) - Static method in class org.opencastproject.util.data.Collections
-
Merge two sets into one.
- merge(A) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- merge(A) - Static method in class org.opencastproject.util.persistence.Queries
-
EntityManager.merge(Object) as a function.
- merge(A) - Static method in class org.opencastproject.util.persistencefn.Queries
-
EntityManager.merge(Object) as a function.
- merge(NamespaceContext) - Method in class org.opencastproject.util.XmlNamespaceContext
-
- merge(NamespaceContext, NamespaceContext) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
Merge b into a so that b takes precedence over a.
- merge(Dictionary<String, String>) - Method in class org.opencastproject.util.XProperties
-
Merges the properties from p into this properties object
- mergeActions(AccessControlList) - Method in class org.opencastproject.security.api.AccessControlList
-
Merge this access control list with another one based on actions specified within.
- meta - Variable in class org.opencastproject.util.doc.DocData
-
This is the document meta data
- MIME_TYPE_PATTERN - Static variable in class org.opencastproject.util.MimeTypes
-
- mimeType - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
The element's mime type, e.
- MimeType - Class in org.opencastproject.util
-
This class implements the mime type.
- mimeType(String, String, List<String>, List<MimeType>, Option<String>, Option<String>, Option<String>) - Static method in class org.opencastproject.util.MimeType
-
- mimeType(String, String, String) - Static method in class org.opencastproject.util.MimeType
-
- mimeType(String, String) - Static method in class org.opencastproject.util.MimeType
-
- mimeTypes - Variable in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
-
The registered mime types
- MimeTypes - Class in org.opencastproject.util
-
This class represents the mime type registry that is responsible for providing resolving mime types through all
system components.
- MimeTypeUtil - Class in org.opencastproject.util
-
Utility functions for mime types.
- MimeTypeUtil.Fns - Class in org.opencastproject.util
-
- min(int, int) - Static method in class org.opencastproject.util.RequireUtil
-
- min(long, long) - Static method in class org.opencastproject.util.RequireUtil
-
- Misc - Class in org.opencastproject.util.data.functions
-
Various functions not directly bound to any type.
- MJPEG - Static variable in class org.opencastproject.util.MimeTypes
-
- MJPEG2000 - Static variable in class org.opencastproject.util.MimeTypes
-
- mk(Map.Entry<String, String>) - Static method in class org.opencastproject.job.api.JaxbIncident.Param
-
- mk(String, String) - Static method in class org.opencastproject.mediapackage.EName
-
- mk(String) - Static method in class org.opencastproject.mediapackage.EName
-
Create a new expanded name which does not belong to a namespace.
- mk(InputStream) - Static method in class org.opencastproject.util.JsonObj
-
- mk(Class<?>) - Static method in class org.opencastproject.util.Log
-
Create a new log instance based on an slf4j logger for class clazz.
- mk(EntityManagerFactory) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Create a new, concurrently usable persistence environment which uses JPA local transactions.
- mk(ComponentContext, String) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Shortcut for persistenceEnvironment(newEntityManagerFactory(cc, emName)).
- mk(ComponentContext, String, Map) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Shortcut for newPersistenceEnvironment(newEntityManagerFactory(cc, emName, persistenceProps)).
- mk(PersistenceProvider, String, Map) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Create a new persistence environment.
- mk(String) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, Map<String, String>, boolean) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, String) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, String[]) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String[]) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, boolean) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String[], boolean) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, String, boolean) - Static method in class org.opencastproject.util.ProcessRunner
-
- mk(String, String) - Static method in class org.opencastproject.util.XmlNamespaceBinding
-
Constructor method.
- mk(Map<String, String>) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
- mk(XmlNamespaceBinding...) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
- mk(String, String) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
- mk(List<XmlNamespaceBinding>) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
- mk(Stream<XmlNamespaceBinding>) - Static method in class org.opencastproject.util.XmlNamespaceContext
-
- mk(Node) - Static method in class org.opencastproject.util.Xpath
-
Create a new evaluation context for node.
- mk(Node, NamespaceContext) - Static method in class org.opencastproject.util.Xpath
-
Create a new evaluation context for node respecting the given namespace resolutions.
- mkEntityManager(EntityManagerFactory) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager or return none, if the factory has already been closed.
- mkEntityManagerFactory(ComponentContext, String) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager factory with the persistence unit name emName.
- mkEntityManagerFactory(ComponentContext, String, Map) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager factory with the persistence unit name emName.
- mkEntityManagerFactory(String, String, String, String, String, String, Map<String, ?>, PersistenceProvider) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
- mkFn - Static variable in class org.opencastproject.job.api.JaxbIncident
-
- mkFn - Static variable in class org.opencastproject.job.api.JaxbIncident.Param
-
- mkFn - Static variable in class org.opencastproject.job.api.JaxbIncidentDetail
-
- mkFn(IncidentService, Locale) - Static method in class org.opencastproject.job.api.JaxbIncidentDigest
-
- mkFn(IncidentService, Locale) - Static method in class org.opencastproject.job.api.JaxbIncidentDigestTree
-
- mkFn(IncidentService, Locale) - Static method in class org.opencastproject.job.api.JaxbIncidentFull
-
- mkFn(IncidentService, Locale) - Static method in class org.opencastproject.job.api.JaxbIncidentFullTree
-
- mkFn - Static variable in class org.opencastproject.job.api.JaxbIncidentTree
-
- mkList(List<A>) - Static method in class org.opencastproject.util.data.Collections
-
- mkMySqlTestEntityManagerFactory(String, String, String, String, boolean, boolean) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager factory using a MySQL database for testing purposes.
- mkString(A[], String) - Static method in class org.opencastproject.util.data.Arrays
-
Make a string from a collection separating each element by sep.
- mkString(Collection<?>, String) - Static method in class org.opencastproject.util.data.Collections
-
Make a string from a collection separating each element by sep.
- mkString(String) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
- mkTestEntityManagerFactory(String) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager factory backed by an in-memory H2 database for testing purposes.
- mkTestEntityManagerFactory(String, boolean) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new entity manager factory backed by an in-memory H2 database for testing purposes.
- mkTestEntityManagerFactoryFromSystemProperties(String) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create an entity manager for unit tests configured by the following system properties.
- mkTestEnv(String) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Create a new persistence environment based on an entity manager factory backed by an in-memory H2 database for
testing purposes.
- mkTestEnv(String, boolean) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Create a new persistence environment based on an entity manager factory backed by an in-memory H2 database for
testing purposes.
- mkTestEnvFromSystemProperties(String) - Static method in class org.opencastproject.util.persistencefn.PersistenceEnvs
-
Create a persistence environment for unit tests configured by the following system properties.
- mkTestPersistenceProvider() - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Create a new persistence provider for unit tests.
- mlazy(Iterator<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for iterators.
- mlazy(List<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for lists.
- mlazy(Iterable<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function.
- mlazy(A...) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for arrays.
- mlist(Iterable<A>) - Static method in class org.opencastproject.util.data.Monadics
-
- mlist(Collection<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor for collections.
- mlist(List<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for lists.
- mlist(A...) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for arrays.
- mlist(Iterator<A>) - Static method in class org.opencastproject.util.data.Monadics
-
Constructor function optimized for iterators.
- mlist() - Method in class org.opencastproject.util.data.Option
-
Transform the option into a monadic list.
- modify(MediaPackage, Effect<MediaPackage>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Immutable modification of a media package.
- modify(A, Effect<A>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Immutable modification of a media package element.
- modifyLoad(float) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
Modifies the load for this node
- Monadics - Class in org.opencastproject.util.data
-
- Monadics.IteratorMonadic<A> - Class in org.opencastproject.util.data
-
The iterator monad.
- Monadics.ListMonadic<A> - Class in org.opencastproject.util.data
-
The list monad.
- Monadics.Matcher<A,B> - Interface in org.opencastproject.util.data
-
- move(File, File) - Static method in class org.opencastproject.util.FileSupport
-
Moves the specified file or directory from sourceLocation to targetDirectory.
- MP3 - Static variable in class org.opencastproject.util.MimeTypes
-
- MPEG4 - Static variable in class org.opencastproject.util.MimeTypes
-
- MPEG4_AAC - Static variable in class org.opencastproject.util.MimeTypes
-
- multiHashMapWithArrayList() - Static method in class org.opencastproject.util.data.MultiMap
-
- MultiMap<A,B> - Class in org.opencastproject.util.data
-
- MultiMap(Map<A, List<B>>) - Constructor for class org.opencastproject.util.data.MultiMap
-
- RANKING - Static variable in class org.opencastproject.mediapackage.ChainingMediaPackageSerializer
-
This serializer should never be chained again and zero as a neutral ranking therefore seems to be appropriate
- RANKING - Static variable in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
-
It's very likely that this should be the first serializer when encoding an URI, therefore choose a high ranking
- read() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
- read(byte[], int, int) - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- read(byte[]) - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- read() - Method in class org.opencastproject.util.ChunkedFileInputStream
-
read the next byte
- read() - Method in class org.opencastproject.util.ProgressInputStream
-
- read(byte[]) - Method in class org.opencastproject.util.ProgressInputStream
-
- read(byte[], int, int) - Method in class org.opencastproject.util.ProgressInputStream
-
- readFileFromURL(URL) - Static method in class org.opencastproject.util.IoSupport
-
- readFileFromURL(URL, TrustedHttpClient) - Static method in class org.opencastproject.util.IoSupport
-
- ReadinessIndicator - Class in org.opencastproject.util
-
- ReadinessIndicator() - Constructor for class org.opencastproject.util.ReadinessIndicator
-
- readToString - Static variable in class org.opencastproject.util.IoSupport
-
Function that reads an input stream into a string using utf-8 encoding.
- readToString(URL, String) - Static method in class org.opencastproject.util.IoSupport
-
Like IOUtils.toString(java.net.URL, String) but without checked exception.
- RECEIVER_QUEUE - Static variable in interface org.opencastproject.index.IndexProducer
-
- record(Job, Incident.Severity, int, Map<String, String>, List<Tuple<String, String>>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record an incident for a given job.
- record(Job, Incident.Severity, int) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record an incident for a given job.
- recordFailure(Job, int) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordFailure(Job, int, Map<String, String>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordFailure(Job, int, List<Tuple<String, String>>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordFailure(Job, int, Map<String, String>, List<Tuple<String, String>>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordFailure(Job, int, Throwable, List<Tuple<String, String>>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordFailure(Job, int, Throwable, Map<String, String>, List<Tuple<String, String>>) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
Record a failure incident for a given job.
- recordJobCreationIncident(Job, Throwable) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
- recordMigrationIncident(Job, String) - Method in class org.opencastproject.serviceregistry.api.Incidents
-
- reduce(Function2<A, A, A>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
-
Reduce the elements applying binary operator f.
- reduceAcl(AccessControlList, String, String) - Static method in class org.opencastproject.security.api.AccessControlUtil
-
Reduces an access control list by an access control entry
- reducel(Function2<? super A, ? super A, ? extends A>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Reduce the list from left to right applying binary operator f.
- reference - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
The optional reference to other elements or series
- referTo(MediaPackage) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- referTo(MediaPackageElement) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- referTo(MediaPackageReference) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- referTo(MediaPackage) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Adds a reference to the media package mediaPackage.
- referTo(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Adds a reference to the media package element element.
- referTo(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Adds an arbitrary reference.
- ReflectionUtil - Class in org.opencastproject.util
-
Reflection utils.
- reg(List<ServiceRegistration>, List<Effect0>) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- reg(ServiceRegistration, Effect0) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- reg(ServiceRegistration, Effect0...) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- reg(Effect0, ServiceRegistration...) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher.ServiceReg
-
- registerHost(String, String, String, long, int, float) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Registers a host as a provider of Opencast services.
- registerHost(String, String, String, long, int, float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Registers a host as a provider of Opencast services.
- registerMXBean(A, String) - Static method in class org.opencastproject.util.jmx.JmxUtil
-
- registerService(String, String, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Registers a host to handle a specific type of job
- registerService(String, String, String, boolean) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Registers a host to handle a specific type of job
- registerService(JobProducer) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Method to register locally running services.
- registerService(JobProducer, float) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Method to register locally running services.
- registerService(String, String, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Registers a host to handle a specific type of job
- registerService(String, String, String, boolean) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Registers a host to handle a specific type of job
- registerService(Dictionary, ComponentContext) - Method in class org.opencastproject.util.osgi.SimpleServicePublisher
-
Create and register a service object.
- registerService(ComponentContext, Object, Class, String) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher
-
Register a service with the OSGi environment in a standardized way.
- registerServlet(BundleContext, Object, String) - Static method in class org.opencastproject.util.OsgiUtil
-
- registrations - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
-
A list of search items.
- registrations - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
-
A list of search items.
- RemoteBase - Class in org.opencastproject.serviceregistry.api
-
Base class serving as a convenience implementation for remote services.
- RemoteBase(String) - Constructor for class org.opencastproject.serviceregistry.api.RemoteBase
-
Creates a remote implementation for the given type of service.
- RemoteBase.HttpClientClosingInputStream - Class in org.opencastproject.serviceregistry.api
-
A stream wrapper that closes the http response when the stream is closed.
- remoteServiceManager - Variable in class org.opencastproject.serviceregistry.api.RemoteBase
-
The http client
- remove(Track) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes the track from the media package.
- remove(Catalog) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes the catalog from the media package.
- remove(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes an arbitrary media package element.
- remove(Attachment) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes the attachment from the media package.
- remove(MediaPackageElement) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Removes an arbitrary media package element.
- remove(Attachment) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Removes the attachment from the media package.
- remove(Catalog) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Removes the catalog from the media package.
- remove(Track) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Removes the track from the media package.
- remove(Object) - Method in class org.opencastproject.util.data.NonEmptyList
-
- remove(int) - Method in class org.opencastproject.util.data.NonEmptyList
-
- remove(A) - Static method in class org.opencastproject.util.persistence.Queries
-
EntityManager.remove(Object) as a function.
- remove(EntityManager, Object) - Static method in class org.opencastproject.util.persistencefn.Queries
-
Like EntityManager.remove(Object) but the entity is allowed
to be detached.
- remove(Object) - Static method in class org.opencastproject.util.persistencefn.Queries
-
- removeAcl(MediaPackage, AclScope) - Method in interface org.opencastproject.security.api.AuthorizationService
-
Remove the XACML of the given scope.
- removeAll(Collection<?>) - Method in class org.opencastproject.util.data.NonEmptyList
-
- removeAttachmentById(String) - Method in interface org.opencastproject.mediapackage.Publication
-
- removeAttachmentById(String) - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- removeContributor(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- removeContributor(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- removeCreator(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- removeCreator(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- removeDoubleSeparator(String) - Static method in class org.opencastproject.util.UrlSupport
-
Removes any occurrence of double separators ("//") and replaces it with "/".
- removeElement(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Completely removes an element.
- removeElementById(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes the element with the given identifier from the mediapackage and returns it.
- removeElementById(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Removes the element with the given identifier from the mediapackage and returns it.
- removeElements(List<MediaPackageElement>, MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- removeElements(List<MediaPackageElement>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
- removeFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Removes all occurences of the given flavor from the list of flavors.
- removeFlavor(String) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Removes all occurences of the given flavor from the list of flavors.
- removeFlavorAt(int) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Removes all occurences of the given flavor from the list of flavors.
- removeHeader(Header) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- removeHeaders(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- removeJobs(List<Long>) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Deletes the given jobs from the service registry
- removeJobs(List<Long>) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- removeLocalizedValues(EName, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Removes all entries in a certain language from an element.
- removeObserver(MediaPackageObserver) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Removes observer from the list of observers of this media package.
- removeObserver(MediaPackageObserver) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- removeOrganizationDirectoryListener(OrganizationDirectoryListener) - Method in interface org.opencastproject.security.api.OrganizationDirectoryService
-
Removes listener from the list of organization listeners.
- removeParentlessJobs(int) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Removes all jobs which do not have a parent job (except workflow instance jobs) and which have passed their
lifetime.
- removeParentlessJobs(int) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.opencastproject.util.ProgressInputStream
-
- removeSubject(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- removeSubject(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- removeTag(String) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- removeTag(String) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Removes the tag from the media package element.
- removeTag(String) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Adds tag to the list of tags that are used to select the media.
- renameTo(Id) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Renames the media package to the new identifier.
- renameTo(Id) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- repeat(X, int) - Static method in class org.opencastproject.util.data.Collections
-
Create an iterator that repeats a for the said times.
- replaceAll(String, String) - Static method in class org.opencastproject.util.data.functions.Strings
-
Return a function that replaces all occurrences of regex in the argument with replacement
.
- replaceElements(MediaPackage, List<MediaPackageElement>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Replaces all elements of mp with es.
- replacePropertiesInCustomString(String) - Method in class org.opencastproject.util.XProperties
-
This goes through the customString provided by the client and checks for any properties that they may wish
substituted by ConfigurationManager properties such as ${capture.filesystem.cache.capture.url} would be replaced by
the actual location of the capture cache.
- repopulate(String) - Method in interface org.opencastproject.index.IndexProducer
-
Re-send all data of this service to the index
- REQUESTED_AUTH_HEADER - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- requireFalse(boolean, String) - Static method in class org.opencastproject.util.RequireUtil
-
Require an expression to be false.
- requireNotBlank(String, String) - Static method in class org.opencastproject.util.RequireUtil
-
The given string value must not be blank, empty nor null.
- requireTrue(boolean, String) - Static method in class org.opencastproject.util.RequireUtil
-
Require an expression to hold true.
- RequireUtil - Class in org.opencastproject.util
-
Utility functions for handling common requirements.
- reset() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- reset() - Static method in class org.opencastproject.util.doc.DocUtil
-
- reset() - Method in class org.opencastproject.util.ProgressInputStream
-
- resolution - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- RESPONSE_QUEUE - Static variable in interface org.opencastproject.index.IndexProducer
-
- RestConstants - Interface in org.opencastproject.rest
-
Constant definitions used to define and consume Opencast REST services.
- RestParameter - Annotation Type in org.opencastproject.util.doc.rest
-
This annotation type is used for annotating parameters for RESTful query.
- RestParameter.Type - Enum in org.opencastproject.util.doc.rest
-
- RestQuery - Annotation Type in org.opencastproject.util.doc.rest
-
This annotation type is used for annotating RESTful query(each java method, instead of the class).
- RestResponse - Annotation Type in org.opencastproject.util.doc.rest
-
This annotation type is used for annotating responses for RESTful query.
- RestService - Annotation Type in org.opencastproject.util.doc.rest
-
This annotation type is used for annotating RESTful service(each java class).
- RestUtil - Class in org.opencastproject.util
-
Utility functions for REST endpoints.
- RestUtil.R - Class in org.opencastproject.util
-
Response builder functions.
- Result(Map<Job, Job.Status>) - Constructor for class org.opencastproject.job.api.JobBarrier.Result
-
Creates a new job barrier result.
- retainAll(Collection<?>) - Method in class org.opencastproject.util.data.NonEmptyList
-
- rethrow(Function<? super Exception, ? extends Exception>) - Method in class org.opencastproject.util.data.Function
-
- rethrow(Function<? super A, ? extends B>, Function<? super Exception, ? extends Exception>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create a new function from f decorated with an exception transformer.
- reverse() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
- right(B) - Method in interface org.opencastproject.util.data.Either.Match
-
- right() - Method in class org.opencastproject.util.data.Either
-
- right(B) - Static method in class org.opencastproject.util.data.Either
-
Create a right.
- right(B) - Method in class org.opencastproject.util.data.Option
-
Right projection of this optio.
- rmsLevDb - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- rmsPkDb - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- ROLE - Static variable in class org.opencastproject.security.api.AccessControlParser
-
Role constant used in JSON formatted access control entries
- role - Variable in class org.opencastproject.security.api.JaxbGroup
-
- Role - Interface in org.opencastproject.security.api
-
Represent a role in Opencast
- Role.Target - Enum in org.opencastproject.security.api
-
The target (intended purpose) of a set of roles
USER - Roles which are assigned to users and/or groups to provide access to capabilities
ACL - Roles which are used to manage access to resources (Event, Series) in an ACL
ALL - All roles
- Role.Type - Enum in org.opencastproject.security.api
-
The type of role:
SYSTEM - A role granted automatically by Opencast, not persisted
INTERNAL - A role indicating an ability that the user has within Opencast, persisted
GROUP - A role indicating membership of an Opencast group, persisted
EXTERNAL - A role granted to a user from an external system, not persisted
EXTERNAL_GROUP - A role indicating membership of an Opencast group from an external system, not persisted
DERIVED - A role which is derived from the user's group membership (a role which the group has), not persisted
- ROLE_PREFIX - Static variable in interface org.opencastproject.security.api.Group
-
Prefix of every generated group role
- RoleDirectoryService - Interface in org.opencastproject.security.api
-
- RoleProvider - Interface in org.opencastproject.security.api
-
Mix-in interface for directories that can list roles.
- roles - Variable in class org.opencastproject.security.api.JaxbGroup
-
- roles - Variable in class org.opencastproject.security.api.JaxbRoleList
-
A list of roles.
- roles - Variable in class org.opencastproject.security.api.JaxbUser
-
The roles
- ROLES_HEADER - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Header name for the desired role
- run(Function<HttpResponse, A>) - Method in interface org.opencastproject.security.api.TrustedHttpClient.RequestRunner
-
Run the request and apply function f to its response.
- run(HttpUriRequest) - Method in interface org.opencastproject.security.api.TrustedHttpClient
-
- run(HttpUriRequest) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- run(TrustedHttpClient, HttpUriRequest) - Static method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- run(A) - Method in class org.opencastproject.util.data.Effect
-
Run the side effect.
- run(A) - Method in class org.opencastproject.util.data.Effect.X
-
- run() - Method in class org.opencastproject.util.data.Effect0
-
Run the side effect.
- run() - Method in class org.opencastproject.util.data.Effect0.X
-
- run(A, B) - Method in class org.opencastproject.util.data.Effect2
-
Run the side effect.
- run(A, B) - Method in class org.opencastproject.util.data.Effect2.X
-
- run - Static variable in class org.opencastproject.util.data.functions.Functions
-
Create an effect that runs its argument.
- run(A) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create an effect that runs its argument passing in a.
- run(ProcessRunner.ProcessInfo, Fn<String, Boolean>, Fn<String, Boolean>) - Static method in class org.opencastproject.util.ProcessRunner
-
- run(Class<A>, B) - Static method in class org.opencastproject.util.ReflectionUtil
-
Call all parameterless methods of c on object o.
- run(A) - Static method in class org.opencastproject.util.ReflectionUtil
-
Call all parameterless methods of object a.
- run() - Method in class org.opencastproject.util.StreamConsumer
-
- run() - Method in class org.opencastproject.util.StreamHelper
-
Deprecated.
Thread run
- RUN_AS_USER_HEADER - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Header name for running an operation as a desired user.
- RUN_WITH_ROLES - Static variable in interface org.opencastproject.security.api.SecurityConstants
-
Header name for running an operation with a desired role.
- runAs(SecurityService, Organization, User, Runnable) - Static method in class org.opencastproject.security.util.SecurityUtil
-
Run function f in the context described by the given organization and user.
- runCountQuery(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- runFirstResultQuery(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- runInContext(Supplier<A>) - Method in class org.opencastproject.security.util.SecurityContext
-
Run function f within the context.
- runInContext(Runnable) - Method in class org.opencastproject.security.util.SecurityContext
-
Run function f within the context.
- runner(HttpUriRequest) - Method in interface org.opencastproject.security.api.TrustedHttpClient
-
Create a request runner to execute the request.
- runner(HttpUriRequest) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- runner(TrustedHttpClient, HttpUriRequest) - Static method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- runningJobs - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The number of currently running jobs
- runRequest(HttpRequestBase, Function<HttpResponse, A>) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
- runSingleResultQuery(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- runUpdate(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
- samplingrate - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- sanitize(String, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Sets the given service to NORMAL state
- sanitize(String, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- sanityCheck(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
-
Basic sanity checking for media packages.
- saveToXml(Node, String, OutputStream) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Serializes the given xml document to the associated file.
- ScanOrder - Enum in org.opencastproject.mediapackage.track
-
Defines the different types of scan order.
- ScanType - Enum in org.opencastproject.mediapackage.track
-
Defines the different types of scan types.
- scanType - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- SecurityConstants - Interface in org.opencastproject.security.api
-
Common security constant definitions.
- SecurityContext - Class in org.opencastproject.security.util
-
This class handles all the boilerplate of setting up and tearing down a security context.
- SecurityContext(SecurityService, Organization, User) - Constructor for class org.opencastproject.security.util.SecurityContext
-
- SecurityService - Interface in org.opencastproject.security.api
-
Provides access to the current user's username and roles, if any.
- securityService - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
An (optional) security service.
- SecurityUtil - Class in org.opencastproject.security.util
-
Opencast security helpers.
- SEGMENTS - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
The flavor produced by video segmentation
- select(MediaPackage, boolean) - Method in interface org.opencastproject.mediapackage.MediaPackageElementSelector
-
Returns the media package elements that are matched by this selector.
- select(List<MediaPackageElement>, boolean) - Method in interface org.opencastproject.mediapackage.MediaPackageElementSelector
-
Returns the media package elements that are matched by this selector.
- select(MediaPackage, boolean) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
This base implementation will return those media package elements that match the type specified as the type
parameter to the class and that flavor (if specified) AND at least one of the tags (if specified) match.
- select(List<MediaPackageElement>, boolean) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
- select(MediaPackage, boolean) - Method in class org.opencastproject.mediapackage.selector.FlavorPrioritySelector
-
This base implementation will return those media package elements that match the type specified as the type
parameter to the class and that flavor (if specified) AND at least one of the tags (if specified) match.
- SELF - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- SELF_MEDIAPACKAGE - Static variable in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Convenience reference that matches the current media package
- sequenceOpt(List<Option<A>>) - Static method in class org.opencastproject.util.data.functions.Options
-
Sequence a list of options.
- serializeDate - Static variable in class org.opencastproject.util.SolrUtils
-
- serializeDate(Date) - Static method in class org.opencastproject.util.SolrUtils
-
Returns a serialized version of the date or null if null was passed in for the date.
- serializeDateRange(Option<Date>, Option<Date>) - Static method in class org.opencastproject.util.SolrUtils
-
Returns an expression to search for any date that lies in between startDate and endDate.
- serializeDeserialize(A) - Static method in class org.opencastproject.util.IoSupport
-
Serialize and deserialize an object.
- serializeDocument(Document) - Static method in class org.opencastproject.util.XmlUtil
-
Writes an xml representation to an input stream and return it.
- serializer - Variable in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
The media package serializer
- SERIES - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
Dublin core catalog describing a series
- SERVER_URL_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the current machine's hostname defined in the config.properties
- serverError() - Static method in class org.opencastproject.util.RestUtil.R
-
- servers - Variable in class org.opencastproject.security.api.JaxbOrganization
-
Server and port mapping
- service - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
The service instance
- SERVICE_JOBPRODUCER_PROPERTY - Static variable in interface org.opencastproject.rest.RestConstants
-
The service property indicating that this service should be registered in the remote service registry
- SERVICE_PATH_PROPERTY - Static variable in interface org.opencastproject.rest.RestConstants
-
The service property indicating the URL path that the service is attempting to claim
- SERVICE_PUBLISH_PROPERTY - Static variable in interface org.opencastproject.rest.RestConstants
-
The service property indicating whether the service should be published in the service registry
- SERVICE_RANKING - Static variable in interface org.opencastproject.rest.SharedHttpContext
-
Property to define the ranking of a service in the filter chain
- SERVICE_TYPE_PROPERTY - Static variable in interface org.opencastproject.rest.RestConstants
-
The service property indicating the type of service.
- serviceRegistration - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
The service registration
- ServiceRegistration - Interface in org.opencastproject.serviceregistry.api
-
Manages clustered services and the Jobs they may create to enable asynchronous job handling.
- ServiceRegistrationInMemoryImpl - Class in org.opencastproject.serviceregistry.api
-
Simple implementation of a service registration.
- ServiceRegistrationInMemoryImpl(String, String, String, boolean) - Constructor for class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Creates a new service registration.
- ServiceRegistrationInMemoryImpl(JobProducer, String) - Constructor for class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Creates a new service registration.
- ServiceRegistrationParser - Class in org.opencastproject.serviceregistry.api
-
- ServiceRegistry - Interface in org.opencastproject.serviceregistry.api
-
Manages clustered services and the
Jobs they may create to enable asynchronous job handling.
- ServiceRegistryException - Exception in org.opencastproject.serviceregistry.api
-
Exception that is thrown during service lookups.
- ServiceRegistryException(String, Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceRegistryException
-
Creates a new service registry exception.
- ServiceRegistryException(String) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceRegistryException
-
Creates a new service registry exception.
- ServiceRegistryException(Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceRegistryException
-
Creates a new service registry exception.
- ServiceRegistryInMemoryImpl - Class in org.opencastproject.serviceregistry.api
-
Simple and in-memory implementation of a the service registry intended for testing scenarios.
- ServiceRegistryInMemoryImpl(JobProducer, float, SecurityService, UserDirectoryService, OrganizationDirectoryService, IncidentService) - Constructor for class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- ServiceRegistryInMemoryImpl(JobProducer, SecurityService, UserDirectoryService, OrganizationDirectoryService, IncidentService) - Constructor for class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- services - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
The service registrations
- SERVICES_FILTER - Static variable in interface org.opencastproject.rest.RestConstants
-
The OSGI service filter that returns all registered services published as REST endpoints
- serviceState - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- ServiceState - Enum in org.opencastproject.serviceregistry.api
-
- ServiceStatistics - Interface in org.opencastproject.serviceregistry.api
-
Provides statistics for a service registration
- serviceType - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- serviceType - Variable in class org.opencastproject.serviceregistry.api.RemoteBase
-
The service type, used to look up remote implementations
- serviceType - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Service type
- ServiceUnavailableException - Exception in org.opencastproject.serviceregistry.api
-
Exception that is thrown during service lookups.
- ServiceUnavailableException(String, Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceUnavailableException
-
Creates a new service unavailable exception.
- ServiceUnavailableException(String) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceUnavailableException
-
Creates a new service unavailable exception.
- ServiceUnavailableException(Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.ServiceUnavailableException
-
Creates a new service unavailable exception.
- SERVLET_NAME - Static variable in interface org.opencastproject.rest.SharedHttpContext
-
Key for the servlet name.
- set(A...) - Static method in class org.opencastproject.util.data.Collections
-
Create a set from an array.
- set(int, A) - Method in class org.opencastproject.util.data.NonEmptyList
-
- set(A) - Method in class org.opencastproject.util.data.VCell
-
Set the cell's value.
- setAcl(MediaPackage, AclScope, AccessControlList) - Method in interface org.opencastproject.security.api.AuthorizationService
-
Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of
the same scope.
- setActive(boolean) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setActive(boolean) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setActive(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setActive(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- setArguments(List<String>) - Method in interface org.opencastproject.job.api.Job
-
- setArguments(List<String>) - Method in class org.opencastproject.job.api.JobImpl
-
- setAudio(List<AudioStream>) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- setBaseUrl(String) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setBaseUrl(String) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setBaseUrl(String) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setBitDepth(Integer) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setBitRate(Float) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setBitRate(Float) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setBundleContext(BundleContext) - Method in class org.opencastproject.util.XProperties
-
Sets the BundleContext for this object.
- setBytesReceived(long) - Method in class org.opencastproject.util.UploadJob
-
- setBytesTotal(long) - Method in class org.opencastproject.util.UploadJob
-
- setCaptureDevice(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setCaptureDevice(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setCaptureDeviceVendor(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setCaptureDeviceVendor(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setCaptureDeviceVersion(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setCaptureDeviceVersion(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setCb(int) - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- setChannels(Integer) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setChecksum(Checksum) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setChecksum(Checksum) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the new checksum on this media package element.
- setCores(int) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setCores(int) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setCores(int) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setCr(int) - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- setCreator(String) - Method in interface org.opencastproject.job.api.Job
-
- setCreator(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setCurrentJob(Job) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Sets the current running job
- setCurrentJob(Job) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
- setCurrentLoad(float) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- setDate(Date) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setDate(Date) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setDateCompleted(Date) - Method in interface org.opencastproject.job.api.Job
-
- setDateCompleted(Date) - Method in class org.opencastproject.job.api.JobImpl
-
- setDateCreated(Date) - Method in interface org.opencastproject.job.api.Job
-
- setDateCreated(Date) - Method in class org.opencastproject.job.api.JobImpl
-
- setDateStarted(Date) - Method in interface org.opencastproject.job.api.Job
-
- setDateStarted(Date) - Method in class org.opencastproject.job.api.JobImpl
-
- setDispatchable(boolean) - Method in interface org.opencastproject.job.api.Job
-
- setDispatchable(boolean) - Method in class org.opencastproject.job.api.JobImpl
-
- setDuration(Long) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
Sets the duration of the media package in milliseconds.
- setDuration(Long) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Sets the duration of the media package in milliseconds.
- setDuration(Long) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
Sets the track's duration in milliseconds.
- setElementDescription(String) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setElementDescription(String) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the element description of this media package element.
- setEncoderLibraryVendor(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setEncoderLibraryVendor(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setEndOffset(long) - Method in class org.opencastproject.util.ChunkedFileInputStream
-
set the ending offset
- setEntity(HttpEntity) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setErrorStateTrigger(int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the job which triggered the last error state
- setFilename(String) - Method in class org.opencastproject.util.UploadJob
-
- setFinishedJobs(int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
Sets the number of finished jobs
- setFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setFlavor(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the flavor on this media package element.
- setFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.PublicationImpl
-
- setFlavors(List<MediaPackageElementFlavor>) - Method in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
Sets the flavors.
- setFormat(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setFormat(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setFormatVersion(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setFormatVersion(String) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setFrameCount(Long) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setFrameHeight(Integer) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setFrameRate(Float) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setFrameWidth(Integer) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setHeader(Header) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setHeader(String, String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setHeaders(Header[]) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setHost(String) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- setHost(String) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- setId(Long) - Method in class org.opencastproject.job.api.JaxbJobContext
-
Sets the context identifier.
- setIdentifier(String) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setIdentifier(Id) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setIdentifier(String) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the element identifier.
- setIdentifier(Id) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setIdentifier(String) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
- setInMaintenanceMode(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the maintenance status of this service registration
- setIpAddress(String) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setIpAddress(String) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setIpAddress(String) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setJobLoad(Float) - Method in interface org.opencastproject.job.api.Job
-
- setJobLoad(Float) - Method in class org.opencastproject.job.api.JobImpl
-
- setJobProducer(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets whether this service registration is a job producer.
- setJobs(List<Job>) - Method in class org.opencastproject.job.api.JaxbJobList
-
- setJobType(String) - Method in interface org.opencastproject.job.api.Job
-
- setJobType(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setLanguage(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setLanguage(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setLicense(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setLicense(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setLive(boolean) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- setLocale(Locale) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setLuma(int) - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- setMaintenance(boolean) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
Sets the service's maintenance mode.
- setMaintenanceMode(boolean) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setMaintenanceMode(boolean) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setMaintenanceMode(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setMaintenanceStatus(String, boolean) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
-
Sets a registered host's maintenance status
- setMaintenanceStatus(String, boolean) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Sets a registered host's maintenance status
- setManageable(boolean) - Method in class org.opencastproject.security.api.JaxbUser
-
- setMaxLoad(float) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setMaxLoad(float) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setMaxLoad(float) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
-
- setMaxLoad(float) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
-
- setMeanQueueTime(long) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
Sets the mean queue time.
- setMeanRunTime(long) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
Sets the mean run time.
- setMemory(long) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setMemory(long) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setMemory(long) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setMimeType(MimeType) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setMimeType(MimeType) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the mime type on this media package element.
- setNodeLoads(Collection<SystemLoad.NodeLoad>) - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
Sets the list of nodes and their current loadfactor.
- setNodeName(String) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setNodeName(String) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setNodeName(String) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setOffset(long) - Method in class org.opencastproject.util.ChunkedFileInputStream
-
set the starting offset
- setOnline(boolean) - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
-
- setOnline(boolean) - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
-
- setOnline(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- setOnline(boolean) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the online status of this service registration
- setOnlineFrom(Date) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the last time the service has been declared online
- setOperation(String) - Method in interface org.opencastproject.job.api.Job
-
- setOperation(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setOrganization(String) - Method in interface org.opencastproject.job.api.Job
-
- setOrganization(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setOrganization(Organization) - Method in interface org.opencastproject.security.api.SecurityService
-
Sets the organization for the calling thread.
- setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- setOrganizations(List<JaxbOrganization>) - Method in class org.opencastproject.security.api.JaxbOrganizationList
-
- setOrganizations(List<Organization>) - Method in class org.opencastproject.security.api.OrganizationList
-
- setPackageRoot(URL) - Method in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
-
Sets the package root.
- setParams(HttpParams) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setParams(A, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.Queries
-
Set a list of named parameters on a query.
- setParams(A, Object...) - Static method in class org.opencastproject.util.persistence.Queries
-
Set a list of positional parameters on a query.
- setParams(A, P2<String, ?>...) - Static method in class org.opencastproject.util.persistencefn.Queries
-
Set a list of named parameters on a query.
- setParams(A, Object...) - Static method in class org.opencastproject.util.persistencefn.Queries
-
Set a list of positional parameters on a query.
- setParentJobId(Long) - Method in interface org.opencastproject.job.api.Job
-
- setParentJobId(Long) - Method in class org.opencastproject.job.api.JobImpl
-
- setPath(String) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- setPayload(String) - Method in interface org.opencastproject.job.api.Job
-
- setPayload(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setPersistenceProperties(Map<String, Object>) - Method in class org.opencastproject.util.persistence.PersistenceEnvBuilder
-
Set the optional persistence properties.
- setPersistenceProperties(Map<String, Object>) - Method in class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
-
Set the optional persistence properties.
- setPersistenceProvider(PersistenceProvider) - Method in class org.opencastproject.util.persistence.PersistenceEnvBuilder
-
Set the mandatory persistence provider.
- setPersistenceProvider(PersistenceProvider) - Method in class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
-
Set the mandatory persistence provider.
- setPersistenceUnit(String) - Method in class org.opencastproject.util.persistence.PersistenceEnvBuilder
-
Set the mandatory name of the persistence unit.
- setPersistenceUnit(String) - Method in class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
-
Set the mandatory name of the persistence unit.
- setPkLevDb(Float) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setPriority(int) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
-
- setProcessingHost(String) - Method in interface org.opencastproject.job.api.Job
-
- setProcessingHost(String) - Method in class org.opencastproject.job.api.JobImpl
-
- setProperties(Map<String, String>) - Method in class org.opencastproject.job.api.JaxbJobContext
-
Sets the context properties.
- setProperties(Map<String, String>) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- setProperty(String, String) - Method in interface org.opencastproject.mediapackage.MediaPackageReference
-
Adds an additional property to further define the object reference.
- setProperty(String, String) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
Adds an additional property to further define the object reference.
- setProvider(String) - Method in class org.opencastproject.security.api.JaxbUser
-
- setQueuedJobs(int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
Sets the number of queued jobs
- setQueueTime(Long) - Method in interface org.opencastproject.job.api.Job
-
- setQueueTime(Long) - Method in class org.opencastproject.job.api.JobImpl
-
- setReasonPhrase(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setReference(MediaPackageReference) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setReference(MediaPackageReference) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the element reference.
- setRegistrations(List<JaxbHostRegistration>) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
-
- setRemoteServiceManager(ServiceRegistry) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
Sets the remote service manager.
- setRmsLevDb(Float) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setRmsPkDb(Float) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setRoles(List<JaxbGroup>) - Method in class org.opencastproject.security.api.JaxbGroupList
-
- setRoles(List<JaxbRole>) - Method in class org.opencastproject.security.api.JaxbRoleList
-
- setRunningJobs(int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
-
Sets the number of running jobs
- setRunTime(Long) - Method in interface org.opencastproject.job.api.Job
-
- setRunTime(Long) - Method in class org.opencastproject.job.api.JobImpl
-
- setSamplingRate(Integer) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- setScanOrder(ScanOrder) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setScanType(ScanType) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- setSecurityService(SecurityService) - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- setSecurityService(SecurityService) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
-
Sets the security service.
- setSerializer(MediaPackageSerializer) - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
-
Sets the media package serializer that is used to resolve urls and helps in serialization and deserialization of
media package elements.
- setSerializer(MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
-
- setSeries(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setSeries(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setSeriesTitle(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setSeriesTitle(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setService(A) - Method in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
-
- setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
-
- setServiceState(ServiceState) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the current state of the service.
- setServiceState(ServiceState, int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the current state of the service and the trigger Job.
- setServiceType(String) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- setSize(long) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setSize(long) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the file size in bytes
- setStartDateAsString(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
Sets the date and time of recording in utc format.
- setStateChanged(Date) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the last date when the state was changed
- setStats(List<JaxbServiceRegistration>) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
-
- setStats(List<JaxbServiceStatistics>) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceStatisticsList
-
- setStatus(Job.Status) - Method in interface org.opencastproject.job.api.Job
-
- setStatus(Job.Status, Job.FailureReason) - Method in interface org.opencastproject.job.api.Job
-
- setStatus(Job.Status) - Method in class org.opencastproject.job.api.JobImpl
-
- setStatus(Job.Status, Job.FailureReason) - Method in class org.opencastproject.job.api.JobImpl
-
- setStatusCode(int) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setStatusLine(StatusLine) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setStatusLine(ProtocolVersion, int) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setStatusLine(ProtocolVersion, int, String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
-
- setTempDirectory(File) - Static method in class org.opencastproject.util.FileSupport
-
Sets the webapp's temporary directory.
- setTitle(String) - Method in interface org.opencastproject.mediapackage.MediaPackage
-
- setTitle(String) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
- setTransport(TrackImpl.StreamingProtocol) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- setTrustedHttpClient(TrustedHttpClient) - Method in class org.opencastproject.serviceregistry.api.RemoteBase
-
Sets the trusted http client
- setURI(URI) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- setURI(URI) - Method in interface org.opencastproject.mediapackage.MediaPackageElement
-
Sets the elements location.
- setUser(User) - Method in interface org.opencastproject.security.api.SecurityService
-
Sets the current thread's user context to another user.
- setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.job.api.OsgiAbstractJobProducer
-
- setUserIP(String) - Method in interface org.opencastproject.security.api.SecurityService
-
Sets the current thread's user's IP address.
- setUsers(List<JaxbUser>) - Method in class org.opencastproject.security.api.JaxbUserList
-
- setValue(String) - Method in class org.opencastproject.util.HashEntry
- setVideo(List<VideoStream>) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- setWarningStateTrigger(int) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
Sets the job which triggered the last warning state
- SHARED - Static variable in interface org.opencastproject.rest.SharedHttpContext
-
The context key for marking shared contexts.
- SharedHttpContext - Interface in org.opencastproject.rest
-
Constant definition for the shared HTTP context.
- showConfig(Tuple<String, ?>...) - Static method in class org.opencastproject.util.OsgiUtil
-
Create a config info string suitable for logging purposes.
- SimpleElementSelector - Class in org.opencastproject.mediapackage.selector
-
This selector will select any kind of
MediaPackageElement, only depending on whether flavors and/or tags are
matching.
- SimpleElementSelector() - Constructor for class org.opencastproject.mediapackage.selector.SimpleElementSelector
-
- SimpleServicePublisher - Class in org.opencastproject.util.osgi
-
An implementation of SimpleServicePublisher creates and registers another service with the OSGi environment.
- SimpleServicePublisher() - Constructor for class org.opencastproject.util.osgi.SimpleServicePublisher
-
- SimpleServicePublisher.ServiceReg - Class in org.opencastproject.util.osgi
-
- singleton(Class<A>) - Static method in class org.opencastproject.util.data.Arrays
-
Turn a value into a single element array.
- size - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
Size in bytes
- size() - Method in class org.opencastproject.util.data.NonEmptyList
-
- skip(long) - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- skip(long) - Method in class org.opencastproject.util.ProgressInputStream
-
- sleep(long) - Static method in class org.opencastproject.util.data.Prelude
-
Sleep for a while.
- smap(Tuple<? extends K, ? extends V>...) - Static method in class org.opencastproject.util.data.Collections
-
Create a sorted map from a list of tuples (K, V) based on the natural ordering of K.
- SmartIterator<A> - Class in org.opencastproject.util
-
Utility class for applying limit and offset to a map or collection
- SmartIterator(int, int) - Constructor for class org.opencastproject.util.SmartIterator
-
- SMIL - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
Partial SMIL flavor
- SMIL - Static variable in class org.opencastproject.util.MimeTypes
-
- SolrUtils - Class in org.opencastproject.util
-
Utility class for the solr database.
- some(A) - Method in class org.opencastproject.util.data.Option.EMatch
-
- some(A) - Method in interface org.opencastproject.util.data.Option.Match
-
- some(A) - Static method in class org.opencastproject.util.data.Option
-
Create a new some.
- sort(A[]) - Static method in class org.opencastproject.util.data.Arrays
-
Sort array as according to the natural ordering.
- sort() - Static method in class org.opencastproject.util.data.Arrays
-
- sort() - Static method in class org.opencastproject.util.data.Collections
-
Sort a list.
- sort(Comparator<A>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
- sort(String[]) - Static method in class org.opencastproject.util.UrlSupport
-
Sorts the given urls by path.
- specializeAttachment(Attachment) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
Overwrite this method in order to return a specialization of the attachment.
- SPEECH - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
The flavor produced by speech recognition
- split(Pattern) - Static method in class org.opencastproject.util.data.functions.Strings
-
Create a
split function from a regex pattern.
- splitCommaSeparatedParam(Option<String>) - Static method in class org.opencastproject.util.RestUtil
-
Split a comma separated request param into a list of trimmed strings discarding any blank parts.
- sql - Static variable in class org.opencastproject.util.persistence.Queries
-
Native SQL queries.
- sql - Static variable in class org.opencastproject.util.persistencefn.Queries
-
Native SQL queries.
- StandAloneTrustedHttpClientImpl - Class in org.opencastproject.security.util
-
An http client that executes secure (though not necessarily encrypted) http requests.
- StandAloneTrustedHttpClientImpl(String, String, Option<Integer>, Option<Integer>, Option<Integer>) - Constructor for class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
-
- START_REPLACEMENT - Static variable in class org.opencastproject.util.XProperties
-
- startUnitOfWork() - Method in class org.opencastproject.util.Log
-
Start a new unit of work.
- stateChanged - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
-
- StaticResource - Class in org.opencastproject.rest
-
A static resource for registration with the http service.
- StaticResource(ClassLoader, String, String, String) - Constructor for class org.opencastproject.rest.StaticResource
-
Constructs a static resources.
- stats - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatisticsList
-
A list of search items.
- stopConsuming() - Method in class org.opencastproject.util.StreamConsumer
-
Forcibly stop consuming the stream.
- stopReading() - Method in class org.opencastproject.util.StreamHelper
-
Deprecated.
Tells the stream helper to stop reading and exit from the main loop, it then waits for the thread to die.
- StorageUsage - Interface in org.opencastproject.storage
-
Provides access to storage usage information
- storeIncident(Job, Date, String, Incident.Severity, Map<String, String>, List<Tuple<String, String>>) - Method in interface org.opencastproject.serviceregistry.api.IncidentService
-
Stores a new job incident.
- Stream - Interface in org.opencastproject.mediapackage
-
A
Track consists out of one or more streams.
- StreamConsumer - Class in org.opencastproject.util
-
A StreamConsumer helps to asynchronously consume a text input stream line by line.
- StreamConsumer(Fn<String, Boolean>) - Constructor for class org.opencastproject.util.StreamConsumer
-
Create a new stream consumer.
- StreamHelper - Class in org.opencastproject.util
-
- StreamHelper(InputStream) - Constructor for class org.opencastproject.util.StreamHelper
-
Deprecated.
Creates a new stream helper and immediately starts capturing output from the given stream.
- StreamHelper(InputStream, StringBuffer) - Constructor for class org.opencastproject.util.StreamHelper
-
Deprecated.
Creates a new stream helper and immediately starts capturing output from the given stream.
- StreamHelper(InputStream, Logger, StringBuffer) - Constructor for class org.opencastproject.util.StreamHelper
-
Deprecated.
Creates a new stream helper and immediately starts capturing output from the given stream.
- StreamHelper(InputStream, OutputStream, StringBuffer) - Constructor for class org.opencastproject.util.StreamHelper
-
Deprecated.
Creates a new stream helper and immediately starts capturing output from the given stream.
- StreamHelper(InputStream, OutputStream, Logger, StringBuffer) - Constructor for class org.opencastproject.util.StreamHelper
-
Deprecated.
Creates a new stream helper and immediately starts capturing output from the given stream.
- STREAMING_URL_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
-
The property key for the streaming server defined in the config.properties
- streamResponse(InputStream, String, Option<Long>, Option<String>) - Static method in class org.opencastproject.util.RestUtil
-
- string(String) - Method in class org.opencastproject.util.Xpath
-
Evaluate the xpath expression against the contained document.
- stringAsInteger - Static variable in class org.opencastproject.util.JsonVal
-
- stringCol() - Method in class org.opencastproject.util.persistence.Table
-
Define a column of type String.
- Strings - Class in org.opencastproject.util.data.functions
-
Functions for strings.
- strings(String) - Method in class org.opencastproject.util.Xpath
-
Evaluate the xpath expression against the contained document.
- stringVal - Static variable in class org.opencastproject.util.Jsons
-
- stripExtension(String) - Static method in class org.opencastproject.util.UrlSupport
-
Strips off the extension and returns the pure url.
- subList(int, int) - Method in class org.opencastproject.util.data.NonEmptyList
-
- suffix - Static variable in class org.opencastproject.util.MimeTypeUtil.Fns
-
- suffix - Static variable in class org.opencastproject.util.MimeTypeUtil
-
- sum(Monoid<A>, Fn<EntityManager, A>...) - Static method in class org.opencastproject.util.persistencefn.Queries
-
Compose multiple queries qs and sum up their results.
- sumQueueTime(List<Job>) - Static method in class org.opencastproject.util.JobUtil
-
Sum up the queue time of a list of jobs.
- supportsLinking(File, File) - Static method in class org.opencastproject.util.FileSupport
-
Returns true if the operating system as well as the disk layout support creating a hard link from
src to dest.
- supportsSuffix(String) - Method in class org.opencastproject.util.MimeType
-
Returns true if the mimetype supports the specified suffix.
- SystemLoad - Class in org.opencastproject.serviceregistry.api
-
Mappings between the registered hosts and their load factors.
- SystemLoad() - Constructor for class org.opencastproject.serviceregistry.api.SystemLoad
-
No-arg constructor needed by JAXB
- SystemLoad.NodeLoad - Class in org.opencastproject.serviceregistry.api
-
A record of a node in the cluster and its load factor
- SystemLoadParser - Class in org.opencastproject.serviceregistry.api
-
- Table<R extends Table<R>> - Class in org.opencastproject.util.persistence
-
Type safe access of a database table.
- Table(Object[]) - Constructor for class org.opencastproject.util.persistence.Table
-
- Table.Col<A> - Class in org.opencastproject.util.persistence
-
- tags - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
The tags
- tags - Variable in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
-
The tags
- tail() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Return the tail of the list.
- take(int) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
-
Limit iteration to the first n elements.
- take(int) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
-
Limit the list to the first n elements.
- TEMPLATE_DEFAULT - Static variable in class org.opencastproject.util.doc.DocData
-
- testConnection(DataSource) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
Test if a connection to the given data source can be established.
- testConnection(DataSource) - Static method in class org.opencastproject.util.persistencefn.PersistenceUtil
-
Test if a connection to the given data source can be established.
- testPersistenceEnv(String) - Static method in class org.opencastproject.util.persistence.PersistenceEnvs
-
Create a new persistence environment based on an entity manager factory backed by an in-memory H2 database for
testing purposes.
- testPersistenceProvider() - Static method in class org.opencastproject.util.persistence.PersistenceUtil
-
Create a new persistence provider for unit tests.
- TEXT - Static variable in class org.opencastproject.util.MimeTypes
-
- TEXT_CALENDAR - Static variable in class org.opencastproject.util.doc.rest.ExtendedMediaType
-
- TEXTS - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
-
The flavor produced by text extraction
- then(Function<? super B, ? extends C>) - Method in class org.opencastproject.util.data.Function
-
Left to right composition: f then g = g(f(x))
- then(Function<A, B>) - Method in class org.opencastproject.util.data.Function0
-
Apply this function, then pass the result to f.
- then(Function0<B>) - Method in class org.opencastproject.util.data.Function0
-
Apply this function and ignore its result, then apply f.
- then(Function<? super A, ? extends B>, Function<? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Left to right composition: f then g = g(f(x))
- then(Function0<? extends A>, Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Left to right composition: f then g = g(f)
- then(Function0<? extends A>, Function0<? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Apply f and ignore its result, then apply g.
- TO_CONSOLE - Static variable in class org.opencastproject.util.ProcessRunner
-
- toAclScope - Static variable in class org.opencastproject.security.api.AccessControlUtil
-
- toArray(Class<A>, Collection<B>) - Static method in class org.opencastproject.util.data.Collections
-
Create an array from a collection.
- toArray() - Method in class org.opencastproject.util.data.NonEmptyList
-
- toArray(T[]) - Method in class org.opencastproject.util.data.NonEmptyList
-
- toBool - Static variable in class org.opencastproject.util.data.functions.Strings
-
Convert a string into a boolean.
- toDetail() - Method in class org.opencastproject.job.api.JaxbIncidentDetail
-
- toDetailFn - Static variable in class org.opencastproject.job.api.JaxbIncidentDetail
-
- toDictionary(Properties) - Static method in class org.opencastproject.util.PropertiesUtil
-
- toDouble - Static variable in class org.opencastproject.util.data.functions.Strings
-
Convert a string into a long if possible.
- toDoubleArray(Collection<Double>) - Static method in class org.opencastproject.util.data.Collections
-
Convert a collection of
Doubles into an array of primitive type.
- toEffect() - Method in class org.opencastproject.util.data.Function
-
Turn this function into an effect by discarding its result.
- toEffect() - Method in class org.opencastproject.util.data.Function0
-
Turn this function into an effect by discarding its result.
- toEffect() - Method in class org.opencastproject.util.data.Function2
-
Turn this function into an effect by discarding its result.
- toEffect(Function0<A>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Turn a function of arity 0 into an effect by discarding its result.
- toEffect(Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Turn a function into an effect by discarding its result.
- toEffect(Function2<? super A, ? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Turn a function of arity 2 into an effect by discarding its result.
- toEName(String, String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Transform an qualified name consisting of prefix and local part to an expanded name, based on the registered
binding.
- toEName(String) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Transform a qualified name to an expanded name, based on the registered binding.
- toFloatArray(Collection<Float>) - Static method in class org.opencastproject.util.data.Collections
-
Convert a collection of
Floats into an array of primitive type.
- toFn() - Method in class org.opencastproject.util.data.Function
-
- toFn(Map<? extends A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create a (partial) function from a map.
- toFunction() - Method in class org.opencastproject.util.data.Effect
-
Return the effect as a function.
- toFunction() - Method in class org.opencastproject.util.data.Effect0
-
Return the effect as a function of arity 0.
- toFunction() - Method in class org.opencastproject.util.data.Effect2
-
Return the effect as a function of arity 2.
- toGuava() - Method in class org.opencastproject.util.data.Function
-
Convert this function into a google guava function.
- toGuava(Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Convert function f into a guava function.
- toIncident() - Method in class org.opencastproject.job.api.JaxbIncident
-
- toIncidentFn - Static variable in class org.opencastproject.job.api.JaxbIncident
-
- toIncidents() - Method in class org.opencastproject.job.api.JaxbIncidentList
-
- toIncidentTree() - Method in class org.opencastproject.job.api.JaxbIncidentTree
-
- toIncidentTreeFn - Static variable in class org.opencastproject.job.api.JaxbIncidentTree
-
- toInt - Static variable in class org.opencastproject.util.data.functions.Strings
-
Convert a string into an integer if possible.
- toIntArray(Collection<Integer>) - Static method in class org.opencastproject.util.data.Collections
-
Convert a collection of
Integers into an array of primitive type.
- toIntL - Static variable in class org.opencastproject.util.data.functions.Strings
-
Convert a string into an integer if possible.
- toJob() - Method in class org.opencastproject.job.api.JaxbJob
-
- toJson() - Method in interface org.opencastproject.mediapackage.XMLCatalog
-
Serializes the catalog to a JSON string.
- toJson() - Method in class org.opencastproject.rest.BulkOperationResult
-
- toJson(AccessControlList) - Static method in class org.opencastproject.security.api.AccessControlParser
-
- toJson() - Method in class org.opencastproject.util.Jsons.Arr
-
- toJson() - Method in class org.opencastproject.util.Jsons.Obj
-
- toJson - Static variable in class org.opencastproject.util.Jsons
-
- toJson(Jsons.Obj) - Static method in class org.opencastproject.util.Jsons
-
- toJson(Jsons.Arr) - Static method in class org.opencastproject.util.Jsons
-
- toJsonSilent - Static variable in class org.opencastproject.security.api.AccessControlParser
-
- toJsonSilent(AccessControlList) - Static method in class org.opencastproject.security.api.AccessControlParser
-
- toList() - Static method in class org.opencastproject.util.data.Arrays
-
- toList(Iterator<? extends A>) - Static method in class org.opencastproject.util.data.Collections
-
Drain all elements of as into a list.
- toList(Map<K, V>) - Static method in class org.opencastproject.util.data.Collections
-
Create a list of tuples (K, V) from a map.
- toList(Tuple<? extends K, ? extends V>...) - Static method in class org.opencastproject.util.data.Collections
-
- toList(Collection<A>) - Static method in class org.opencastproject.util.data.Collections
-
Drain all elements of as into a list.
- toList(A) - Static method in class org.opencastproject.util.data.Collections
-
Return nil if a is null or a list containing a otherwise.
- toList() - Method in class org.opencastproject.util.data.Either.LeftProjection
-
- toList() - Method in class org.opencastproject.util.data.Either.RightProjection
-
- toLong - Static variable in class org.opencastproject.util.data.functions.Strings
-
Convert a string into a long if possible.
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- toManifest(Document, MediaPackageSerializer) - Method in interface org.opencastproject.mediapackage.ManifestContributor
-
This method returns an XML serialization of the object to be stored in the media package manifest.
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.track.AbstractStreamImpl
-
This method returns an XML serialization of the object to be stored in the media package manifest.
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.track.AudioStreamImpl
-
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.track.TrackImpl
-
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.track.VideoStreamImpl
-
- toManifest(Document, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
- toMap(Properties) - Static method in class org.opencastproject.util.data.Collections
-
Convert a properties object into a typed immutable map.
- toMap() - Method in class org.opencastproject.util.doc.DocData
-
- toMap(Properties) - Static method in class org.opencastproject.util.PropertiesUtil
-
- toMimeType - Static variable in class org.opencastproject.util.MimeTypes
-
- toNextWeekDay(DateTime, int) - Static method in class org.opencastproject.util.DateTimeSupport
-
Forward to the next week day.
- toOpt() - Method in class org.opencastproject.util.data.Option
-
- toOption() - Method in class org.opencastproject.util.data.Either.LeftProjection
-
- toOption() - Method in class org.opencastproject.util.data.Either.RightProjection
-
- toOption() - Static method in class org.opencastproject.util.data.functions.Eithers
-
Like Either#right()#toOption().
- toOption - Static variable in class org.opencastproject.util.data.functions.Options
-
Function that turns true into some(true) and false into none.
- toOption(boolean, String) - Static method in class org.opencastproject.util.data.functions.Options
-
Returns some(message) if predicate is false, none otherwise.
- toPredicate(Function<? super A, Boolean>) - Static method in class org.opencastproject.util.data.functions.Functions
-
- toQName(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Transform an expanded name to a qualified name based on the registered binding.
- toRunnable() - Method in class org.opencastproject.util.data.Effect0
-
Return the effect as a Runnable.
- toSafeName(String) - Static method in class org.opencastproject.util.PathSupport
-
Returns the filename translated into a version that can safely be used as part of a file system path.
- toSet(List<A>) - Static method in class org.opencastproject.util.data.Collections
-
Create a set from a list.
- toString() - Method in class org.opencastproject.job.api.JobImpl
-
- toString() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
-
- toString() - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
- toString() - Method in class org.opencastproject.mediapackage.elementbuilder.AttachmentBuilderPlugin
-
- toString() - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
-
- toString() - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
-
- toString() - Method in class org.opencastproject.mediapackage.EName
-
Return a W3C compliant string representation {namespaceURI}localname.
- toString() - Method in interface org.opencastproject.mediapackage.identifier.Id
-
Return a string representation of the identifier from which an object of type Id should
be reconstructable.
- toString() - Method in class org.opencastproject.mediapackage.identifier.IdImpl
-
- toString() - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
-
Returns the flavor as a string "type/subtype".
- toString() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
-
- toString() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
- toString() - Method in class org.opencastproject.mediapackage.track.Colorimetry
-
- toString() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
- toString() - Method in class org.opencastproject.rest.StaticResource
-
- toString() - Method in class org.opencastproject.security.api.AccessControlEntry
- toString() - Method in class org.opencastproject.security.api.AccessControlList
- toString() - Method in class org.opencastproject.security.api.JaxbGroup
- toString() - Method in class org.opencastproject.security.api.JaxbOrganization
- toString() - Method in class org.opencastproject.security.api.JaxbRole
- toString() - Method in class org.opencastproject.security.api.JaxbUser
- toString() - Method in enum org.opencastproject.security.api.Permissions.Action
-
- toString() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
- toString() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
- toString() - Method in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
-
- toString() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
-
- toString() - Method in class org.opencastproject.serviceregistry.api.SystemLoad
-
- toString() - Method in class org.opencastproject.util.Checksum
-
- toString() - Method in class org.opencastproject.util.ChecksumType
-
- toString() - Method in class org.opencastproject.util.data.Tuple
-
- toString() - Method in class org.opencastproject.util.data.Tuple3
-
- toString() - Method in class org.opencastproject.util.MimeType
-
Returns the MimeType as a string of the form type/subtype
- toString - Static variable in class org.opencastproject.util.MimeTypeUtil.Fns
-
- toString - Static variable in class org.opencastproject.util.MimeTypeUtil
-
- toUTC(long) - Static method in class org.opencastproject.util.DateTimeSupport
-
Returns the date and time in milliseconds as a utc formatted string.
- toXml(JaxbIncident) - Method in class org.opencastproject.job.api.IncidentParser
-
- toXml(JaxbIncidentTree) - Method in class org.opencastproject.job.api.IncidentParser
-
- toXml(JaxbJob) - Static method in class org.opencastproject.job.api.JobParser
-
Serializes the job into a string representation.
- toXml() - Method in interface org.opencastproject.mediapackage.XMLCatalog
-
Serializes the catalog to a DOM.
- toXml(OutputStream, boolean) - Method in interface org.opencastproject.mediapackage.XMLCatalog
-
Writes an xml representation of this Catalog to a stream.
- toXml(Document) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
-
Returns the XML representation of this entry.
- toXml(OutputStream, boolean) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Writes an xml representation of this Catalog to a stream.
- toXml(Document) - Method in interface org.opencastproject.mediapackage.XmlElement
-
Returns an xml node representation of this element.
- toXml(AccessControlList) - Static method in class org.opencastproject.security.api.AccessControlParser
-
Serializes an AccessControlList to its XML form.
- toXml(JaxbGroup) - Method in class org.opencastproject.security.api.GroupParser
-
- toXml(JaxbGroupList) - Method in class org.opencastproject.security.api.GroupParser
-
- toXml(Organization) - Static method in class org.opencastproject.security.api.OrganizationParser
-
- toXml(User) - Static method in class org.opencastproject.security.api.UserParser
-
- toXml(HostRegistration) - Static method in class org.opencastproject.serviceregistry.api.HostRegistrationParser
-
- toXml(ServiceRegistration) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
-
- toXml(SystemLoad) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
-
- toXml(Document, OutputStream) - Static method in class org.opencastproject.util.XmlUtil
-
Writes an xml representation to a stream.
- toXmlStream(HostRegistration) - Static method in class org.opencastproject.serviceregistry.api.HostRegistrationParser
-
- toXmlStream(ServiceRegistration) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
-
- toXmlStream(SystemLoad) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
-
- toXmlString() - Method in interface org.opencastproject.mediapackage.XMLCatalog
-
Writes an xml representation of this Catalog to a string.
- toXmlString() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
-
Writes an xml representation of this Catalog to a string.
- toXmlString(Document) - Static method in class org.opencastproject.util.XmlUtil
-
Serializes the document to a XML string
- Track - Interface in org.opencastproject.mediapackage
-
This interface describes methods and fields for audio and video tracks as part of a media package.
- TrackBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
-
This implementation of the
MediaPackageElementBuilderPlugin recognizes video tracks and provides the
functionality of reading it on behalf of the media package.
- TrackBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
-
- TrackImpl - Class in org.opencastproject.mediapackage.track
-
This class is the base implementation for a media track, which itself is part of a media package, representing e.
- TrackImpl() - Constructor for class org.opencastproject.mediapackage.track.TrackImpl
-
Needed by JAXB
- TrackImpl.Adapter - Class in org.opencastproject.mediapackage.track
-
- TrackImpl.StreamingProtocol - Enum in org.opencastproject.mediapackage.track
-
- tracks - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
-
- TrackSelector - Class in org.opencastproject.mediapackage.selector
-
This selector will select
Track objects only, regardless of other elements matching flavors and/or tags as
well.
- TrackSelector() - Constructor for class org.opencastproject.mediapackage.selector.TrackSelector
-
- TrackSupport - Class in org.opencastproject.mediapackage
-
- transport - Variable in class org.opencastproject.mediapackage.track.TrackImpl
-
- trim(String) - Static method in class org.opencastproject.util.UrlSupport
-
Returns the trimmed url.
- trimToNil - Static variable in class org.opencastproject.util.data.functions.Strings
-
- trimToNone - Static variable in class org.opencastproject.util.data.functions.Strings
-
Trim a string and return either some or none if it's empty.
- trimToNone(String) - Static method in class org.opencastproject.util.data.functions.Strings
-
Trim a string and return either some or none if it's empty.
- TrustedHttpClient - Interface in org.opencastproject.security.api
-
Provides secured http client components to access to protected resources.
- TrustedHttpClient.RequestRunner<A> - Interface in org.opencastproject.security.api
-
Request runner encapsulating request resource management.
- TrustedHttpClientException - Exception in org.opencastproject.security.api
-
An Exception indicating that the trusted http communication failed.
- TrustedHttpClientException(Throwable) - Constructor for exception org.opencastproject.security.api.TrustedHttpClientException
-
- Tuple<A,B> - Class in org.opencastproject.util.data
-
A pair.
- Tuple(A, B) - Constructor for class org.opencastproject.util.data.Tuple
-
- tuple(A, B) - Static method in class org.opencastproject.util.data.Tuple
-
Create a new tuple with two elements a and b.
- Tuple3<A,B,C> - Class in org.opencastproject.util.data
-
A 3-tuple.
- Tuple3(A, B, C) - Constructor for class org.opencastproject.util.data.Tuple3
-
- tuple3(A, B, C) - Static method in class org.opencastproject.util.data.Tuple3
-
- tupleA(B) - Static method in class org.opencastproject.util.data.functions.Tuples
-
- tupleB(A) - Static method in class org.opencastproject.util.data.functions.Tuples
-
- tupled() - Method in class org.opencastproject.util.data.Function2
-
- tupled(Function2<? super A, ? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
-
Create a tupled version of a function of arity 2.
- Tuples - Class in org.opencastproject.util.data.functions
-
Functions for tuples.
- tx(Function<EntityManager, A>) - Method in class org.opencastproject.util.persistence.PersistenceEnv
-
Run code inside a transaction.
- tx() - Method in class org.opencastproject.util.persistence.PersistenceEnv
-
- tx(Function<EntityManager, A>) - Method in interface org.opencastproject.util.persistence.PersistenceEnv2
-
Run code inside a transaction.
- tx(Fn<EntityManager, A>) - Method in class org.opencastproject.util.persistencefn.PersistenceEnv
-
Run code inside a transaction.
- tx() - Method in class org.opencastproject.util.persistencefn.PersistenceEnv
-
- TYPE - Static variable in interface org.opencastproject.mediapackage.Attachment
-
Media package element type
- TYPE - Static variable in interface org.opencastproject.mediapackage.Catalog
-
Media package element type
- type - Variable in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
-
The candidate type
- type - Variable in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
-
The reference type
- TYPE - Static variable in interface org.opencastproject.mediapackage.Track
-
Media package element type.
- type - Variable in class org.opencastproject.security.api.JaxbRole
-
- type - Variable in class org.opencastproject.util.Checksum
-
The checksum type
- type - Variable in class org.opencastproject.util.ChecksumType
-
The type name
- TYPE_ATTACHMENT - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- TYPE_CATALOG - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- TYPE_MEDIAPACKAGE - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- TYPE_SERIES - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- TYPE_TRACK - Static variable in interface org.opencastproject.mediapackage.MediaPackageReference
-
- TypedQueriesBase() - Constructor for class org.opencastproject.util.persistence.Queries.TypedQueriesBase
-
- TypedQueriesBase() - Constructor for class org.opencastproject.util.persistencefn.Queries.TypedQueriesBase
-