Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

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
A list of AccessControlEntrys.
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
Marshals and unmarshals AccessControlLists to/from XML.
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
Provides common functions helpful in dealing with AccessControlLists.
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
Adds an arbitrary MediaPackageElement to this media package.
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
Adds an arbitrary MediaPackageElement to this media package.
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
Adds a MediaPackageElement to this publication by determining its type.
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
Adds a PropertyChangeListener The listener gets notified as soon as the input stream is read.
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
Lazy version of Option.andThen(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
Lazy version of Option.andThenV(Object).
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
Deprecated.
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
This implementation of the MediaPackageElementBuilderPlugin recognizes arbitrary attachments and creates media package element representations for them.
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
Implementation of AudioStream.
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

B

BAD_REQUEST_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
 
badRequest() - Static method in class org.opencastproject.util.RestUtil.R
 
badRequest(String) - Static method in class org.opencastproject.util.RestUtil.R
 
baseUrl - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
The base URL for this host.
bcall(Object) - Static method in class org.opencastproject.util.ReflectionUtil
 
BEST_COMPRESSION - Static variable in class org.opencastproject.util.ZipUtil
 
BEST_SPEED - Static variable in class org.opencastproject.util.ZipUtil
 
between(double, double, double) - Static method in class org.opencastproject.util.RequireUtil
 
bind(Function<A, Either<X, B>>) - Method in class org.opencastproject.util.data.Either.LeftProjection
 
bind(Function<B, Either<A, X>>) - Method in class org.opencastproject.util.data.Either.RightProjection
 
bind(Function<A, List<B>>) - Static method in class org.opencastproject.util.data.functions.Functions
Create a bound version of f for List.
bind(Function<A, Iterator<B>>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Monadic bind.
bind(Function<? super A, ? extends Iterable<B>>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Monadic bind m a -> (a -> m b) -> m b.
bind(Function<A, Option<B>>) - Method in class org.opencastproject.util.data.Option
Monadic bind operation m a -> (a -> m b) -> m b.
bindings - Variable in class org.opencastproject.mediapackage.XMLCatalogImpl
Namespace - prefix bindings
bindOpt(Function<A, Option<B>>) - Static method in class org.opencastproject.util.data.functions.Functions
Create a bound version of f for Option.
bitdepth - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
 
bitrate - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
 
bitRate - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
 
BitRateMode - Enum in org.opencastproject.mediapackage.track
Contains the several bitrate modes.
booleanCol() - Method in class org.opencastproject.util.persistence.Table
Define a column of type boolean.
Booleans - Class in org.opencastproject.util.data.functions
Boolean functions.
bothNotNull(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
 
bothNull(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
 
bothNullOrNot(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
Check if both objects are either null or not null.
buildOrGet() - Method in class org.opencastproject.util.persistence.PersistenceEnvBuilder
Builds the persistence env.
BulkOperationResult - Class in org.opencastproject.rest
This class is used to store the results of a bulk operation on an endpoint and to easily return those results.
BulkOperationResult() - Constructor for class org.opencastproject.rest.BulkOperationResult
 
byFlavor(MediaPackageElementFlavor) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
byTags(List<String>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
byType(Class<A>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
byType(Stream[], Class<T>) - Static method in class org.opencastproject.mediapackage.TrackSupport
 

C

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
Calculate an MD5 checksum for an AccessControlList.
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
This class was created to allow more than one MediaPackageSerializer to be applied to the same 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
Misc.chuck(Throwable) as a function.
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
Create an effect to close a persistence environment suitable to return by SimpleServicePublisher.registerService(java.util.Dictionary, org.osgi.service.component.ComponentContext).
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
Deprecated.
Use Java's native
Paths.get(String, …).toFile()
instead
concat(String[]) - Static method in class org.opencastproject.util.PathSupport
Deprecated.
Use Java's native
Paths.get(String, …).toFile()
instead
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
Curried version of List.contains(Object).
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
Deprecated.
use Queries.named query(EntityManager, String, Class, Object[])
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.

D

data - Variable in class org.opencastproject.mediapackage.XMLCatalogImpl
Key (QName) value meta data
dateCol() - Method in class org.opencastproject.util.persistence.Table
Define a column of type Date.
dateTimeCol() - Method in class org.opencastproject.util.persistence.Table
Define a column of type DateTime.
DateTimeSupport - Class in org.opencastproject.util
Utility class used to convert from and to UTC time.
DateTimeSupport.UtcTimestampAdapter - Class in org.opencastproject.util
JAXB adapter that formats dates in UTC format YYYY-MM-DD'T'hh:mm:ss'Z' up to second, e.g.
dcall(Object) - Static method in class org.opencastproject.util.ReflectionUtil
 
deactivate() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Shuts down this service registry, logging all jobs and their statuses.
deactivate() - Method in class org.opencastproject.util.osgi.SimpleServicePublisher
OSGi callback.
debug(String) - Method in class org.opencastproject.util.Log
 
debug(String, Object...) - Method in class org.opencastproject.util.Log
 
decodeURI(URI) - Method in class org.opencastproject.mediapackage.ChainingMediaPackageSerializer
 
decodeURI(URI) - Method in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
This serializer implementation tries to cope with relative urls.
decodeURI(URI) - Method in interface org.opencastproject.mediapackage.MediaPackageSerializer
This method is called every time a url is being read from a media package manifest.
DEFAULT_ACCEPT_JOB_LOADS_EXCEEDING - Static variable in class org.opencastproject.job.api.AbstractJobProducer
The default value whether to accept a job whose load exceeds the host’s max load
DEFAULT_BASE_URL - Static variable in class org.opencastproject.util.UrlSupport
 
DEFAULT_COMPRESSION - Static variable in class org.opencastproject.util.ZipUtil
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
The default time until a connection attempt fails
DEFAULT_DISPATCHER_TIMEOUT - Static variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Default dispatcher timeout (1 second)
DEFAULT_NONCE_TIMEOUT_RETRIES - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
The default number of times to attempt a request after it has failed due to a nonce expiring.
DEFAULT_ORGANIZATION_ADMIN - Static variable in class org.opencastproject.security.api.DefaultOrganization
Name of the default organization's local admin role
DEFAULT_ORGANIZATION_ANONYMOUS - Static variable in class org.opencastproject.security.api.DefaultOrganization
Name of the default organization's local anonymous role
DEFAULT_ORGANIZATION_ID - Static variable in class org.opencastproject.security.api.DefaultOrganization
The default organization identifier
DEFAULT_ORGANIZATION_NAME - Static variable in class org.opencastproject.security.api.DefaultOrganization
The default organization name
DEFAULT_POLLING_INTERVAL - Static variable in class org.opencastproject.job.api.JobBarrier
Default polling interval is 5 seconds
DEFAULT_PROPERTIES - Static variable in class org.opencastproject.security.api.DefaultOrganization
The default organization properties
DEFAULT_RETRY_BASE_DELAY - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
The default amount of time to wait after a nonce timeout.
DEFAULT_RETRY_MAXIMUM_VARIABLE_TIME - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
Default maximum amount of time in a random range between 0 and this value to add to the base time.
DEFAULT_SERVERS - Static variable in class org.opencastproject.security.api.DefaultOrganization
Servername - port mappings
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
The default time between packets that causes a connection to fail
DEFAULT_TYPE - Static variable in class org.opencastproject.util.ChecksumType
Default type md5
DEFAULT_TYPE - Static variable in class org.opencastproject.util.MimeTypes
Name of the mime type files
DefaultMediaPackageSerializerImpl - Class in org.opencastproject.mediapackage
Default implementation of a MediaPackageSerializer that is able to deal with relative urls in manifest.
DefaultMediaPackageSerializerImpl() - Constructor for class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
Creates a new package serializer that will work completely transparent, therefore resolving urls by simply returning them as is.
DefaultMediaPackageSerializerImpl(URL) - Constructor for class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
Creates a new package serializer that enables the resolution of relative urls from the manifest by taking packageRoot as the root url.
DefaultMediaPackageSerializerImpl(File) - Constructor for class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
Creates a new package serializer that enables the resolution of relative urls from the manifest by taking packageRoot as the root directory.
DefaultOrganization - Class in org.opencastproject.security.api
The default organization.
DefaultOrganization() - Constructor for class org.opencastproject.security.api.DefaultOrganization
No-arg constructor needed by JAXB
DefaultOrganization(Map<String, Integer>) - Constructor for class org.opencastproject.security.api.DefaultOrganization
Creates a default organization for the given servers.
DEFINITION_FILE - Static variable in class org.opencastproject.util.MimeTypes
Name of the mime type files
delegateStream - Variable in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
The input stream delivering the actual data
delete(File) - Static method in class org.opencastproject.util.FileSupport
Deletes the specified file and returns true if the file was deleted.
delete(File, boolean) - Static method in class org.opencastproject.util.FileSupport
Deletes the specified file and returns true if the file was deleted.
delete(File, int) - Static method in class org.opencastproject.util.FileSupport
Deletes the content of directory dir and, if specified, the directory itself.
DELETE_CONTENT - Static variable in class org.opencastproject.util.FileSupport
Delete all content but keep the root directory.
DELETE_FILES - Static variable in class org.opencastproject.util.FileSupport
Only files will be deleted, the directory structure remains untouched.
DELETE_ROOT - Static variable in class org.opencastproject.util.FileSupport
Delete everything including the root directory.
deleteHierarchyIfEmpty(File, File) - Static method in class org.opencastproject.util.FileSupport
Delete all directories from start up to directory limit if they are empty.
deleteQuietly(File) - Static method in class org.opencastproject.util.FileSupport
Like FileSupport.delete(File) but does not throw any IO exceptions.
deleteQuietly(File, boolean) - Static method in class org.opencastproject.util.FileSupport
Like FileSupport.delete(File, boolean) but does not throw any IO exceptions.
description - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
The element's description
description - Variable in class org.opencastproject.security.api.JaxbGroup
 
description - Variable in class org.opencastproject.security.api.JaxbRole
The description
destroy() - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
This is a convenience implementation for subclasses doing nothing.
destroy() - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
This method is called before the plugin is abandoned by the element builder.
destroy() - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
Deprecated.
This method is called before the plugin is abandoned by the element builder.
device - Variable in class org.opencastproject.mediapackage.track.AbstractStreamImpl
 
dict(Tuple<? extends K, ? extends V>...) - Static method in class org.opencastproject.util.data.Collections
Create a dictionary from a list of tuples (K, V).
diff(M, M) - Static method in class org.opencastproject.util.data.Collections
 
DIGEST_AUTH - Static variable in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
 
DIGEST_USER_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the digest user defined in the custom.properties
disableHost(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Disables a Opencast server from service.
disableHost(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Disables a Opencast server from service.
dispatcher - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The thread pool to use for dispatching queued jobs.
dispatchJob(long, String) - Method in class org.opencastproject.rest.AbstractJobProducerEndpoint
 
dispatchJob(Job) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Dispatches the job to the least loaded service or throws a ServiceUnavailableException if there is no such service.
dispose() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
This method shuts down the service registry.
DocData - Class in org.opencastproject.util.doc
This is the document model class which is the basis for all doc data models
DocData(String, String, String[]) - Constructor for class org.opencastproject.util.doc.DocData
Create a new DocData object
DOCUMENTS_SOURCE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track capturing the contents of a document camera
DocUtil - Class in org.opencastproject.util.doc
This provides methods for handling documentation generation The is mainly for generating REST documentation but it could be used for other things as well
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.opencastproject.rest.StaticResource
 
drop(int) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Drop the first n elements of the list.
duration - Variable in class org.opencastproject.mediapackage.track.TrackImpl
The duration in milliseconds
DV - Static variable in class org.opencastproject.util.MimeTypes
 

E

each(Function<A, Void>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Apply side effect e to each element.
each(Function<? super A, Void>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Apply side effect e to each element.
eachIndex(Function2<A, Integer, Void>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Apply side effect e to each element.
eachIndex(Function2<? super A, ? super Integer, Void>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Apply side effect e to each element.
Effect<A> - Class in org.opencastproject.util.data
Run a side effect.
Effect() - Constructor for class org.opencastproject.util.data.Effect
 
Effect.X<A> - Class in org.opencastproject.util.data
Version of Effect that allows for throwing a checked exception.
Effect0 - Class in org.opencastproject.util.data
Run a side effect.
Effect0() - Constructor for class org.opencastproject.util.data.Effect0
 
Effect0.X - Class in org.opencastproject.util.data
Version of Effect0 that allows for throwing a checked exception.
Effect2<A,B> - Class in org.opencastproject.util.data
Run a side effect.
Effect2() - Constructor for class org.opencastproject.util.data.Effect2
 
Effect2.X<A,B> - Class in org.opencastproject.util.data
Version of Effect0 that allows for throwing a checked exception.
Either<A,B> - Class in org.opencastproject.util.data
An algebraic data type representing a disjoint union.
either() - Method in class org.opencastproject.util.data.Either.LeftProjection
 
either() - Method in class org.opencastproject.util.data.Either.RightProjection
 
either(Function<Exception, X>) - Method in class org.opencastproject.util.data.Function
 
either() - Method in class org.opencastproject.util.data.Function.X
 
either(Function<? super A, ? extends B>, Function<? super Exception, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
Create a new function from f decorated with an exception handler.
Either.LeftProjection<A,B> - Class in org.opencastproject.util.data
Left projection of either.
Either.Match<A,B,X> - Interface in org.opencastproject.util.data
 
Either.RightProjection<A,B> - Class in org.opencastproject.util.data
Right projection of either.
Eithers - Class in org.opencastproject.util.data.functions
Either related functions.
elementAdded(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackageObserver
This method is called if an element is added to the media package.
elementFromManifest(Node, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
 
elementFromManifest(Node, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
Creates a media package element from the DOM element.
elementFromManifest(Node, MediaPackageSerializer) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
Deprecated.
Creates a media package element from the DOM element.
elementFromManifest(Node, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
 
elementFromManifest(Node, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
 
elementFromManifest(Node, MediaPackageSerializer) - Method in interface org.opencastproject.mediapackage.MediaPackageElementBuilder
Creates a media package element from the DOM element.
elementFromManifest(Node, MediaPackageSerializer) - Method in class org.opencastproject.mediapackage.MediaPackageElementBuilderImpl
 
elementFromURI(URI) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
Utility method that returns an attachment object from the given url.
elementFromURI(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
 
elementFromURI(URI) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
 
elementFromURI(URI) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
Deprecated.
Creates a media package element from the given url that was previously accepted.
elementFromURI(URI) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
 
elementFromURI(URI) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
 
elementFromURI(URI) - Method in interface org.opencastproject.mediapackage.MediaPackageElementBuilder
Creates a media package element from the given file that was previously accepted.
elementFromURI(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackageElementBuilder
Creates a media package element from the given file that was previously accepted, while type and flavor may be taken as strong hints and may both be null.
elementFromURI(URI) - Method in class org.opencastproject.mediapackage.MediaPackageElementBuilderImpl
 
elementFromURI(URI, MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageElementBuilderImpl
 
elementRemoved(MediaPackageElement) - Method in interface org.opencastproject.mediapackage.MediaPackageObserver
This method is called if an element is removed from a media package.
elements() - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns an iteration of the media package elements.
elements() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
Returns an iteration of the media package elements.
elementsFromHttpResponse - Static variable in class org.opencastproject.serviceregistry.api.RemoteBase
 
elementType - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
The element's type whithin the manifest: Track, Catalog etc.
email - Variable in class org.opencastproject.security.api.JaxbUser
The user's email address
EMatch() - Constructor for class org.opencastproject.util.data.Option.EMatch
 
enableHost(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Enable an inactive host as a provider of Opencast services.
enableHost(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Enable an inactive host as a provider of Opencast services.
EName - Class in org.opencastproject.mediapackage
An XML Expanded Name, cf.
EName(String, String) - Constructor for class org.opencastproject.mediapackage.EName
Create a new expanded name.
encoder - Variable in class org.opencastproject.mediapackage.track.AbstractStreamImpl
 
encodeURI(URI) - Method in class org.opencastproject.mediapackage.ChainingMediaPackageSerializer
 
encodeURI(URI) - Method in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
This serializer implementation tries to cope with relative urls.
encodeURI(URI) - Method in interface org.opencastproject.mediapackage.MediaPackageSerializer
This method is called every time a url is being written to a media package manifest.
ENCODING - Static variable in class org.opencastproject.security.api.AccessControlParser
Encoding expected from all inputs
END_REPLACEMENT - Static variable in class org.opencastproject.util.XProperties
 
endUnitOfWork() - Method in class org.opencastproject.util.Log
End a unit of work.
enone() - Method in class org.opencastproject.util.data.Option.EMatch
 
entries(String, Tuple<String, Boolean>...) - Static method in class org.opencastproject.security.api.AccessControlUtil
Create a list of access control entries for a given role.
entry(String, String, boolean) - Static method in class org.opencastproject.security.api.AccessControlUtil
Create a single access control entry.
EnumSupport - Class in org.opencastproject.util
Enum utility methods.
ENVIRONMENT_NAME_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the environment defined in the custom.properties
EPISODE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Dublin core catalog describing an episode
eq(String) - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
Defines equality between flavors and strings.
eq(A) - Static method in class org.opencastproject.util.data.functions.Booleans
 
eq(String) - Static method in class org.opencastproject.util.data.Option
Create an equals function.
eq(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
Deprecated.
eq - Variable in class org.opencastproject.util.MimeType
eq(MimeType) - Method in class org.opencastproject.util.MimeType
Two mime types are considered equal if type and subtype are equal.
eq(String, String) - Method in class org.opencastproject.util.MimeType
Two mime types are considered equal if type and subtype are equal.
eqClasses(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
Check if a and b have the same class (Object.getClass()).
eqIgnoreCase(String) - Static method in class org.opencastproject.util.data.functions.Strings
 
eqListSorted(List<?>, List<?>) - Static method in class org.opencastproject.util.EqualsUtil
eqListUnsorted(List<?>, List<?>) - Static method in class org.opencastproject.util.EqualsUtil
Compare the (distinct) elements of two lists for equality treating the lists as sets.
eqMap(Map<?, ?>, Map<?, ?>) - Static method in class org.opencastproject.util.EqualsUtil
eqObj(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
Deprecated.
equal(Object, Object) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
Tests two objects for equality.
equals(Object) - Method in class org.opencastproject.job.api.IncidentImpl
 
equals(Object) - Method in class org.opencastproject.job.api.IncidentTreeImpl
 
equals(Object) - Method in class org.opencastproject.job.api.JaxbJob
 
equals(Object) - Method in class org.opencastproject.job.api.JobImpl
 
equals(Object) - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
 
equals(Object) - Method in class org.opencastproject.mediapackage.EName
 
equals(Object) - Method in class org.opencastproject.mediapackage.identifier.IdImpl
equals(Object) - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
 
equals(Object) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
 
equals(Object) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
 
equals(Object) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
 
equals(Object) - Method in class org.opencastproject.security.api.AccessControlEntry
equals(AccessControlList, AccessControlList) - Static method in class org.opencastproject.security.api.AccessControlUtil
Define equality on AccessControlLists.
equals(Object) - Method in class org.opencastproject.security.api.JaxbGroup
equals(Object) - Method in class org.opencastproject.security.api.JaxbOrganization
equals(Object) - Method in class org.opencastproject.security.api.JaxbRole
equals(Object) - Method in class org.opencastproject.security.api.JaxbUser
equals(Object) - Method in class org.opencastproject.security.util.HttpResponseWrapper
 
equals(Object) - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
equals(Object) - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
equals(Object) - Method in class org.opencastproject.util.Checksum
 
equals(Object) - Method in class org.opencastproject.util.ChecksumType
 
equals(Object) - Method in class org.opencastproject.util.data.Option
 
equals(Object) - Method in class org.opencastproject.util.data.Tuple
 
equals(Object) - Method in class org.opencastproject.util.data.Tuple3
 
equals(File, File) - Static method in class org.opencastproject.util.FileSupport
Returns true if both canonical file paths are equal.
equals(Object) - Method in class org.opencastproject.util.MimeType
 
equals(Object) - Method in class org.opencastproject.util.XmlNamespaceBinding
 
EqualsUtil - Class in org.opencastproject.util
Utility function helping to implement equality.
equip2(PersistenceEnv, Function<Exception, F>) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Equip a persistence environment with an exception handler.
error - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceHealth
 
error(Class<A>, String, Throwable) - Static method in class org.opencastproject.util.data.functions.Misc
 
error(Class<A>, String) - Static method in class org.opencastproject.util.data.functions.Misc
 
error(String) - Static method in class org.opencastproject.util.data.Option
Deprecated.
use Option.orError(Throwable) or Option.orElse(Function0) instead since it saves the need for creating new objects just for the sake of type soundness. Java unfortunately lacks a bottom type.
error(String) - Method in class org.opencastproject.util.Log
 
error(String, Object...) - Method in class org.opencastproject.util.Log
 
error(Throwable, String, Object...) - Method in class org.opencastproject.util.Log
 
ERROR_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
 
ErrorCodeException - Interface in org.opencastproject.rest
 
errorStateTrigger - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
esome(A) - Method in class org.opencastproject.util.data.Option.EMatch
 
eval() - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Evaluate to a list.
exceeds(SystemLoad.NodeLoad) - Method in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
 
excludeTags - Variable in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
The tags to exclude
execute(HttpUriRequest) - Method in interface org.opencastproject.security.api.TrustedHttpClient
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
execute(HttpUriRequest, int, int) - Method in interface org.opencastproject.security.api.TrustedHttpClient
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection, waiting for the specified timeouts.
execute(HttpUriRequest, ResponseHandler<T>) - Method in interface org.opencastproject.security.api.TrustedHttpClient
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
execute(HttpUriRequest, ResponseHandler<T>, int, int) - Method in interface org.opencastproject.security.api.TrustedHttpClient
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection, waiting for the specified timeouts.
execute(HttpUriRequest) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
 
execute(HttpUriRequest, int, int) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
 
execute(HttpUriRequest, ResponseHandler<T>, int, int) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
 
execute(HttpUriRequest, ResponseHandler<T>) - Method in class org.opencastproject.security.util.StandAloneTrustedHttpClientImpl
Executes an HttpRequest using a secure, but not necessarily encrypted, http connection.
execute() - Method in class org.opencastproject.util.ProcessExecutor
Deprecated.
 
executor - Variable in class org.opencastproject.job.api.AbstractJobProducer
To enable threading when dispatching jobs
exists(Collection<A>, Predicate<A>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
exists(Function<A, Boolean>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Check if at least one element satisfies predicate p.
exists(Function<? super A, Boolean>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Check if at least one element satisfies predicate p.
expandVariable(String) - Method in class org.opencastproject.util.XProperties
Returns the value of a variable with the same priority replacement scheme as getProperty.
expect(int...) - Static method in class org.opencastproject.util.HttpUtil
Return the response if its status code equals one of the given statuses or throw an exception.
extendAcl(AccessControlList, String, String, boolean) - Static method in class org.opencastproject.security.api.AccessControlUtil
Extends an access control list with an access control entry
ExtendedMediaType - Class in org.opencastproject.util.doc.rest
This class extends the javax.ws.rs.core.MediaType.
ExtendedMediaType() - Constructor for class org.opencastproject.util.doc.rest.ExtendedMediaType
 
EXTERNAL_API_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the external API URL defined in the organization properties

F

fcell(Cell<B>, Function<B, A>) - Static method in class org.opencastproject.util.data.Cells
 
fcell(Cell<B>, Cell<C>, Function2<B, C, A>) - Static method in class org.opencastproject.util.data.Cells
 
FEED_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the feeds URL in the organization properties
file(String...) - Static method in class org.opencastproject.util.IoSupport
Create a file from the list of path elements.
fileInputStream(File) - Static method in class org.opencastproject.util.IoSupport
Create a function that creates a FileInputStream.
fileResponse(File, String, Option<String>) - Static method in class org.opencastproject.util.RestUtil
Create a file response.
fileResponse(File, Option<String>, Option<String>) - Static method in class org.opencastproject.util.RestUtil
Create a file response.
FileSupport - Class in org.opencastproject.util
Utility class, dealing with files.
filter(M, Predicate<A>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
filter(Function<A, Boolean>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Retain all elements satisfying predicate p.
filter(Function<? super A, Boolean>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Retain all elements satisfying predicate p.
filterByPrefix(Dictionary, String) - Static method in class org.opencastproject.util.OsgiUtil
Filter a dictionary by key prefix.
finallyUpdateJob(Job) - Method in class org.opencastproject.job.api.AbstractJobProducer
Private utility to update and optionally fail job, called from a finally block.
find(Collection<A>, Predicate<A>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
find(Function<? super A, Boolean>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the first element satisfying predicate p.
find(EntityManager, Function<B, A>, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated. 
find(Class<A>, Object) - Static method in class org.opencastproject.util.persistence.Queries
EntityManager.find(Class, Object) as a function wrapping the result into an Option.
find(Class<A>, Object) - Static method in class org.opencastproject.util.persistencefn.Queries
EntityManager.find(Class, Object) as a function wrapping the result into an Option.
findAll(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named findAll(EntityManager, String, Object[])
findAll(EntityManager, String, Option<Integer>, Option<Integer>, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named findAll(EntityManager, String, Option, Option, Object[])
findAll(EntityManager, Function<B, A>, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named findAll(EntityManager, String, Object[]) instead
findAll(EntityManager, Function<B, A>, Option<Integer>, Option<Integer>, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named findAll(EntityManager, String, Option, Option, Object[]) instead
findAll(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple entities.
findAll(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findAll(EntityManager, String, Option<Integer>, Option<Integer>, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple objects with optional pagination.
findAll(String, Option<Integer>, Option<Integer>, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findAll(EntityManager, String, int, int, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple objects with pagination.
findAll(String, int, int, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
 
findAll(EntityManager, String, Class<A>, Tuple<String, ?>...) - Method in class org.opencastproject.util.persistence.Queries.TypedQueriesBase
Find multiple entities.
findAll(String, Class<A>, Tuple<String, ?>...) - Method in class org.opencastproject.util.persistence.Queries.TypedQueriesBase
findAll(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Find multiple entities.
findAll(String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
findAll(EntityManager, String, Opt<Integer>, Opt<Integer>, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Find multiple objects with optional pagination.
findAll(String, Opt<Integer>, Opt<Integer>, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
 
findAll(EntityManager, String, int, int, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Find multiple objects with pagination.
findAll(String, int, int, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
 
findAll(EntityManager, String, Class<A>, P2<String, ?>...) - Method in class org.opencastproject.util.persistencefn.Queries.TypedQueriesBase
Find multiple entities.
findAll(String, Class<A>, P2<String, ?>...) - Method in class org.opencastproject.util.persistencefn.Queries.TypedQueriesBase
findAllM(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple entities and wrap the in the list monad.
findAllM(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findAllM(EntityManager, String, Option<Integer>, Option<Integer>, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple objects with optional pagination wrapped in the list monad.
findAllM(String, Option<Integer>, Option<Integer>, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findAllM(EntityManager, String, int, int, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Find multiple objects with pagination wrapped in the list monad.
findAllM(String, int, int, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findById(Class<A>, Object) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
findFirst(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Run a SELECT query and return only the first result item.
findFirst(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findFirst(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Run a SELECT query and return only the first result item.
findFirst(String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
findRoles(String, Role.Target, int, int) - Method in interface org.opencastproject.security.api.RoleDirectoryService
Return the found roles as an iterator.
findRoles(String, Role.Target, int, int) - Method in interface org.opencastproject.security.api.RoleProvider
Return the found roles as an iterator.
findSingle(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Run a SELECT query that should return a single result.
findSingle(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
findSingle(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Run a SELECT query that should return a single result.
findSingle(String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
findUsers(String, int, int) - Method in interface org.opencastproject.security.api.UserDirectoryService
Return the found user's as an iterator.
findUsers(String, int, int) - Method in interface org.opencastproject.security.api.UserProvider
Return the found user's as an iterator.
findUsers(Collection<String>) - Method in interface org.opencastproject.security.api.UserProvider
Find a list of users by their user names Note that the default implementation of this might be slow, as it calls loadUser on every single user.
finishedJobs - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
The number of finished jobs
flatMap(Collection<A>, Function<A, Collection<B>>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
flatMap(Collection<A>, M, Function<A, Collection<B>>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
flatMap(Function<A, Either<X, B>>) - Method in class org.opencastproject.util.data.Either.LeftProjection
 
flatMap(Function<B, Either<A, X>>) - Method in class org.opencastproject.util.data.Either.RightProjection
 
flatMap(Function<A, Iterator<B>>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
flatMap(Function<? super A, ? extends Iterable<B>>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
flatMap(Function<A, Option<B>>) - Method in class org.opencastproject.util.data.Option
 
flatMapArrayToList(Function<A, List<B>>) - Static method in class org.opencastproject.util.data.Collections
 
flatten(Either<A, Either<A, B>>) - Static method in class org.opencastproject.util.data.functions.Eithers
Flatten nested Eithers.
flavor - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
The element's type, e.
FLAVOR - Static variable in interface org.opencastproject.mediapackage.Attachment
Element flavor definition
flavor - Variable in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
The flavor to look for
flavor(String, String) - Static method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
FlavorPrioritySelector<T extends MediaPackageElement> - Class in org.opencastproject.mediapackage.selector
This selector will return one or zero MediaPackageElements from a MediaPackage, following these rules: Elements will be returned depending on tags that have been set If no tags have been specified, all the elements will be taken into account The result is one or zero elements The element is selected based on the order of flavors
FlavorPrioritySelector() - Constructor for class org.opencastproject.mediapackage.selector.FlavorPrioritySelector
 
flavors - Variable in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
The flavors
flip() - Method in class org.opencastproject.util.data.Function2
Argument flipping.
flip(Function2<? super A, ? super B, ? extends C>) - Static method in class org.opencastproject.util.data.functions.Functions
Flip arguments of a function of arity 2.
fmap(Function<A, B>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Apply f to each element.
fmap(Function<? super A, ? extends B>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Apply f to each elements building a new list.
fmap(Function<? super A, ? extends B>) - Method in class org.opencastproject.util.data.Option
 
fn(Function<A, B>) - Static method in class org.opencastproject.util.data.functions.Functions
Create a function from the matterhorn-fn module from a common function.
fnFromJob() - Static method in class org.opencastproject.job.api.JaxbJob
 
fnToJob() - Static method in class org.opencastproject.job.api.JaxbJob
 
fold(Either.Match<A, B, X>) - Method in class org.opencastproject.util.data.Either
 
fold(Function<? super A, ? extends X>, Function<? super B, ? extends X>) - Method in class org.opencastproject.util.data.Either
 
fold(B, Function2<B, A, B>) - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Fold the elements applying binary operator f starting with zero.
fold(Option.Match<A, B>) - Method in class org.opencastproject.util.data.Option
Safe decomposition of the option type.
fold(Function<A, B>, Function0<B>) - Method in class org.opencastproject.util.data.Option
Safe decomposition of the option type using functions.
foldl(Collection<A>, B, Function2<B, A, B>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
foldl(B, Function2<? super B, ? super A, ? extends B>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Fold the list from left to right applying binary operator f starting with zero.
forbidden() - Static method in class org.opencastproject.util.RestUtil.R
 
forbidden(String) - Static method in class org.opencastproject.util.RestUtil.R
 
forc(Iterator<A>) - Static method in class org.opencastproject.util.data.Collections
Make an Iterator usable in a for comprehension like this:
foreach(Function<? super A, ? extends Option<? extends B>>, Effect<? super B>) - Static method in class org.opencastproject.util.data.functions.Options
Apply effect e to the result of f which is then returned.
foreach(Function<? super A, Void>) - Method in class org.opencastproject.util.data.Option
 
format() - Static method in class org.opencastproject.util.data.functions.Strings
Return a string formatting function.
format(Format) - Static method in class org.opencastproject.util.data.functions.Strings
 
frameCount - Variable in class org.opencastproject.mediapackage.track.AbstractStreamImpl
 
frameHeight - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
 
frameRate - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
 
FrameRateMode - Enum in org.opencastproject.mediapackage.track
Defines the different types of frame rate modes.
frameWidth - Variable in class org.opencastproject.mediapackage.track.VideoStreamImpl
 
fromArray() - Static method in class org.opencastproject.util.data.functions.Tuples
 
fromFile(File) - Static method in class org.opencastproject.mediapackage.CatalogImpl
Reads the metadata from the specified file and returns it encapsulated in a Catalog object.
fromGroup(Group) - Static method in class org.opencastproject.security.api.JaxbGroup
 
fromInputStream - Static variable in class org.opencastproject.util.JsonObj
 
fromJson(InputStream) - Method in class org.opencastproject.rest.BulkOperationResult
 
fromList() - Static method in class org.opencastproject.util.data.functions.Tuples
 
fromManifest(String, Node, XPath) - Static method in class org.opencastproject.mediapackage.track.AudioStreamImpl
Create an audio stream from the XML manifest.
fromManifest(String, Node, XPath) - Static method in class org.opencastproject.mediapackage.track.VideoStreamImpl
Create a video stream from the XML manifest.
fromOpt(Opt<A>) - Static method in class org.opencastproject.util.data.Option
Convert an Opt into an Option.
fromOrganization(Organization) - Static method in class org.opencastproject.security.api.JaxbOrganization
Constructs an organization from an organization
fromRole(Role) - Static method in class org.opencastproject.security.api.JaxbRole
 
fromString(String, String) - Static method in class org.opencastproject.mediapackage.EName
Parse a W3C compliant string representation {namespaceURI}localname.
fromString(String) - Static method in class org.opencastproject.mediapackage.EName
Parse a W3C compliant string representation {namespaceURI}localname.
fromString(String) - Method in interface org.opencastproject.mediapackage.identifier.IdBuilder
This method can be used to determine if id is in fact a vaild identifier as expected by this id builder.
fromString(String) - Method in class org.opencastproject.mediapackage.identifier.UUIDIdBuilderImpl
 
fromString(String) - Static method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
Returns a media package reference from the given string.
fromString(String) - Static method in enum org.opencastproject.mediapackage.track.BitRateMode
 
fromString(String) - Method in class org.opencastproject.mediapackage.track.Colorimetry
 
fromString(String) - Static method in enum org.opencastproject.mediapackage.track.ScanOrder
 
fromString(String) - Static method in enum org.opencastproject.mediapackage.track.ScanType
 
fromString(String) - Static method in class org.opencastproject.util.Checksum
Creates a checksum from a string in the form "value (type)".
fromString(String) - Static method in class org.opencastproject.util.ChecksumType
Returns a checksum type for the given string.
fromString(Class<E>, String) - Static method in class org.opencastproject.util.EnumSupport
Support method to help enums implement an enhanced valueOf(String) method, that does not throw an IllegalArgumentException in case of incoming values, that do not match any of the enum's values.
fromString(String) - Static method in class org.opencastproject.util.MimeTypes
Returns a mime type for the provided file name.
fromSuffix(String) - Static method in class org.opencastproject.util.MimeTypes
Returns a mime type for the provided file suffix.
fromURI(URI) - Static method in class org.opencastproject.mediapackage.attachment.AttachmentImpl
Creates a new attachment from the url.
fromURI(URI) - Static method in class org.opencastproject.mediapackage.CatalogImpl
Reads the metadata from the specified file and returns it encapsulated in a Catalog object.
fromURI(URI) - Static method in class org.opencastproject.mediapackage.track.TrackImpl
Creates a new track from the given url.
fromURI(URI) - Static method in class org.opencastproject.util.MimeTypes
Returns a mime type for the provided file.
fromUser(User) - Static method in class org.opencastproject.security.api.JaxbUser
Creates a JAXB user from a regular user object.
fromUser(User, Collection<? extends Role>) - Static method in class org.opencastproject.security.api.JaxbUser
Creates a JAXB user from a regular user object with an additional set of roles.
fromUTC(String) - Static method in class org.opencastproject.util.DateTimeSupport
This methods reads a utc date string and returns it's unix time equivalent in milliseconds.
fromUTCNoSeconds(String) - Static method in class org.opencastproject.util.DateTimeSupport
This methods reads a utc date string without seconds and returns it's unix time equivalent in milliseconds.
fromValue(String) - Static method in class org.opencastproject.util.ChecksumType
Returns the type of the checksum gathered from the provided value.
fromXml(String) - Static method in class org.opencastproject.security.api.OrganizationParser
 
fromXml(String) - Static method in class org.opencastproject.security.api.UserParser
 
fromXmlString(String) - Static method in class org.opencastproject.util.XmlUtil
Create an InputSource from an XML string.
Function<A,B> - Class in org.opencastproject.util.data
Function of arity 1.
Function() - Constructor for class org.opencastproject.util.data.Function
 
Function.X<A,B> - Class in org.opencastproject.util.data
Version of Function that allows for throwing a checked exception.
Function.Xe<A,B,Err> - Class in org.opencastproject.util.data
Version of Function that allows for throwing a checked exception.
Function0<A> - Class in org.opencastproject.util.data
Function of arity 0, i.e.
Function0() - Constructor for class org.opencastproject.util.data.Function0
 
Function0.X<A> - Class in org.opencastproject.util.data
Version of Function0 that allows for throwing a checked exception.
Function2<A,B,C> - Class in org.opencastproject.util.data
Function of arity 2.
Function2() - Constructor for class org.opencastproject.util.data.Function2
 
Function2.X<A,B,C> - Class in org.opencastproject.util.data
Version of Function2 that allows for throwing a checked exception.
Functions - Class in org.opencastproject.util.data.functions
General purpose functions, especially function transformations.

G

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
Get all jobs that are not in state Job.Status.FINISHED.
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
Get a prefix from XMLCatalogImpl.bindings but throw a NamespaceBindingException if none found.
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
Gets the receipt's current Job.Status
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
Returns the role's Role.Type
getType() - Method in interface org.opencastproject.security.api.Role
Returns the role's Role.Type
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
 

H

handle(Function<? super Exception, B>) - Method in class org.opencastproject.util.data.Function
 
handle(Function<? super A, ? extends B>, Function<? super Exception, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
Create a new function from f decorated with an exception handler.
has(String) - Method in class org.opencastproject.util.JsonObj
 
hasAttachments() - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns true if the media package contains attachments of any kind.
hasAttachments() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
Returns true if the media package contains attachments of any kind.
hasAttribute(EName) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
Returns true if the element contains an attribute with the given name.
hasAttributes() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
Returns true if the element contains attributes.
hasAudio - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasAudio() - Method in interface org.opencastproject.mediapackage.Track
Returns true if the track features an audio stream.
hasAudio() - Method in class org.opencastproject.mediapackage.track.TrackImpl
Returns true if the track features an audio stream.
hasCatalogs() - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns true if the media package contains catalogs of any kind.
hasCatalogs() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
 
hasChecksum - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasFlavor(String) - Method in class org.opencastproject.util.MimeType
Returns true if the file has the given flavor associated.
hash(Object...) - Static method in class org.opencastproject.util.EqualsUtil
Deprecated.
hashCode() - Method in class org.opencastproject.job.api.IncidentImpl
 
hashCode() - Method in class org.opencastproject.job.api.IncidentTreeImpl
 
hashCode() - Method in class org.opencastproject.job.api.JaxbJob
 
hashCode() - Method in class org.opencastproject.job.api.JobImpl
 
hashCode() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
 
hashCode() - Method in class org.opencastproject.mediapackage.EName
 
hashCode() - Method in class org.opencastproject.mediapackage.identifier.IdImpl
hashCode() - Method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
 
hashCode() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
 
hashCode() - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
 
hashCode() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
 
hashCode() - Method in class org.opencastproject.security.api.AccessControlEntry
hashCode() - Method in class org.opencastproject.security.api.JaxbGroup
hashCode() - Method in class org.opencastproject.security.api.JaxbOrganization
hashCode() - Method in class org.opencastproject.security.api.JaxbRole
hashCode() - Method in class org.opencastproject.security.api.JaxbUser
hashCode() - Method in class org.opencastproject.security.util.HttpResponseWrapper
 
hashCode() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
hashCode() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
hashCode() - Method in class org.opencastproject.util.Checksum
 
hashCode() - Method in class org.opencastproject.util.ChecksumType
 
hashCode() - Method in class org.opencastproject.util.data.Option
 
hashCode() - Method in class org.opencastproject.util.data.Tuple
 
hashCode() - Method in class org.opencastproject.util.data.Tuple3
 
hashCode() - Method in class org.opencastproject.util.MimeType
 
hashCode() - Method in class org.opencastproject.util.XmlNamespaceBinding
 
HashEntry - Class in org.opencastproject.util
JaxB implementation of the entry of a Hashtable, so that the element can be serialized in the intendet way The Entry now looks <item key="key"><value>value</value></item>
HashEntry() - Constructor for class org.opencastproject.util.HashEntry
 
HashEntry(String, String) - Constructor for class org.opencastproject.util.HashEntry
 
HashtableAdapter - Class in org.opencastproject.util
Adapter class for JaxB to represent a Hashtable
HashtableAdapter() - Constructor for class org.opencastproject.util.HashtableAdapter
 
hasNamespace() - Method in class org.opencastproject.mediapackage.EName
Check, if this name belongs to a namespace, i.e.
hasNoAudio - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasNoChecksum - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasNoVideo - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasPermission(MediaPackage, String) - Method in interface org.opencastproject.security.api.AuthorizationService
Determines whether the current user can take the specified action on the media package.
hasRole(String) - Method in class org.opencastproject.security.api.JaxbUser
 
hasRole(String) - Method in interface org.opencastproject.security.api.User
Returns whether the user is in a specific role.
hasTag(String) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasTagAny(List<String>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
Check if mediapackage element has any of the given tags.
hasTracks() - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns true if the media package contains media tracks of any kind.
hasTracks() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
Returns true if the media package contains media tracks of any kind.
hasUnclassifiedElements() - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns true if the media package contains unclassified elements.
hasUnclassifiedElements(MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackage
Returns true if the media package contains unclassified elements matching the specified element type.
hasUnclassifiedElements(MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageImpl
Returns true if the media package contains unclassified elements matching the specified element type.
hasUnclassifiedElements() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
Returns true if the media package contains unclassified elements.
hasVideo - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
hasVideo() - Method in interface org.opencastproject.mediapackage.Track
Returns true if the track features a video stream.
hasVideo() - Method in class org.opencastproject.mediapackage.track.TrackImpl
Returns true if the track features a video stream.
head(A[]) - Static method in class org.opencastproject.util.data.Arrays
Return the head of array as or none.
head() - Static method in class org.opencastproject.util.data.Arrays
Functional version of Arrays.head(Object[]).
head(List<A>) - Static method in class org.opencastproject.util.data.Collections
Return the head of list as or none.
head() - Static method in class org.opencastproject.util.data.Collections
 
head() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the head of the list.
headerIterator() - Method in class org.opencastproject.security.util.HttpResponseWrapper
 
headerIterator(String) - Method in class org.opencastproject.security.util.HttpResponseWrapper
 
headOpt() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the head of the list.
healthy - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceHealth
 
host - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
host - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
Host that is running the service
host - Variable in class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
This node's base URL
hostAndPort(URL) - Static method in class org.opencastproject.security.util.SecurityUtil
Extract hostname and port number from a URL.
HostRegistration - Interface in org.opencastproject.serviceregistry.api
Interface representing a host.
HostRegistrationInMemory - Class in org.opencastproject.serviceregistry.api
 
HostRegistrationInMemory(String, String, String, float, int, long) - Constructor for class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
 
HostRegistrationParser - Class in org.opencastproject.serviceregistry.api
Marshals and unmarshals HostRegistrations.
hosts - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The hosts
HTTP_ALIAS - Static variable in interface org.opencastproject.rest.RestConstants
The bundle header used to find the static resource URL alias
HTTP_CLASSPATH - Static variable in interface org.opencastproject.rest.RestConstants
The bundle header used to find the static resource classpath
HTTP_CONTEXT_ID - Static variable in interface org.opencastproject.rest.RestConstants
The ID by which this http context is known by the extended http service
HTTP_WELCOME - Static variable in interface org.opencastproject.rest.RestConstants
The bundle header used to find the static resource welcome file
HttpClientClosingInputStream(HttpResponse) - Constructor for class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
Constructs an HttpClientClosingInputStream from a source stream and an http response.
httpResponse - Variable in class org.opencastproject.serviceregistry.api.RemoteBase.HttpClientClosingInputStream
The http response to close when the stream is closed
HttpResponseWrapper - Class in org.opencastproject.security.util
A wrapper for HttpResponse objects that implements HttpResponseWrapper.hashCode() and HttpResponseWrapper.equals(Object) to allow for usage in hash based data structures.
HttpResponseWrapper(HttpResponse) - Constructor for class org.opencastproject.security.util.HttpResponseWrapper
 
HttpUtil - Class in org.opencastproject.util
Functions to support Apache httpcomponents.

I

I - Static variable in class org.opencastproject.job.api.IncidentParser
Instance of IncidentParser
I - Static variable in class org.opencastproject.security.api.GroupParser
Instance of GroupParser
icall(Object) - Static method in class org.opencastproject.util.ReflectionUtil
 
id - Variable in class org.opencastproject.job.api.JaxbJobContext
The context identifier, which is equal to the root job identifier
id - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
The element identifier
Id - Interface in org.opencastproject.mediapackage.identifier
Interface for an identifier.
id - Variable in class org.opencastproject.mediapackage.identifier.IdImpl
The identifier
id - Variable in class org.opencastproject.security.api.JaxbOrganization
The organizational identifier
Id.Adapter - Class in org.opencastproject.mediapackage.identifier
 
IdBuilder - Interface in org.opencastproject.mediapackage.identifier
Interface that describes the methods of an id builder.
IdBuilderFactory - Class in org.opencastproject.mediapackage.identifier
This class is used to create instances of an id builder.
idCounter - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The job identifier
identifier - Variable in class org.opencastproject.mediapackage.MediaPackageReferenceImpl
The reference identifier
identifier - Variable in class org.opencastproject.mediapackage.track.AbstractStreamImpl
 
identity() - Static method in class org.opencastproject.util.data.functions.Functions
Identity function.
identity(A) - Static method in class org.opencastproject.util.data.functions.Functions
Identity function.
identity(Class<A>) - Static method in class org.opencastproject.util.data.functions.Functions
Identity function.
IdImpl - Class in org.opencastproject.mediapackage.identifier
Simple and straightforward implementation of the Id interface.
IdImpl() - Constructor for class org.opencastproject.mediapackage.identifier.IdImpl
Needed for JAXB serialization
IdImpl(String) - Constructor for class org.opencastproject.mediapackage.identifier.IdImpl
Creates a new identifier.
ifThen(A, A) - Static method in class org.opencastproject.util.data.functions.Misc
 
ignore(B) - Static method in class org.opencastproject.util.data.functions.Functions
Constant function that ignores its argument and always returns a.
IGNORE - Static variable in class org.opencastproject.util.ProcessRunner
 
IMAGE_JPEG - Static variable in class org.opencastproject.util.doc.rest.ExtendedMediaType
 
incident() - Method in class org.opencastproject.job.api.AbstractJobProducer
Incident - Interface in org.opencastproject.job.api
Describes an incident relating to a Job.
incident() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Return a facility to record job incidents.
incident() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
 
Incident.Severity - Enum in org.opencastproject.job.api
 
IncidentImpl - Class in org.opencastproject.job.api
 
IncidentImpl(long, long, String, String, Date, Incident.Severity, String, List<Tuple<String, String>>, Map<String, String>) - Constructor for class org.opencastproject.job.api.IncidentImpl
 
IncidentL10n - Interface in org.opencastproject.serviceregistry.api
Locale dependent information for a Incident.
IncidentParser - Class in org.opencastproject.job.api
JAXB parser for JAXB DTOs of Incident.
Incidents - Class in org.opencastproject.serviceregistry.api
Create and record job incidents.
Incidents(ServiceRegistry, IncidentService) - Constructor for class org.opencastproject.serviceregistry.api.Incidents
 
incidents - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
 
IncidentService - Interface in org.opencastproject.serviceregistry.api
Manages storing and retrieving of job incidents.
IncidentServiceException - Exception in org.opencastproject.serviceregistry.api
Exception that is thrown during incident service lookups.
IncidentServiceException(String, Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.IncidentServiceException
Creates a new incident service exception.
IncidentServiceException(String) - Constructor for exception org.opencastproject.serviceregistry.api.IncidentServiceException
Creates a new incident service exception.
IncidentServiceException(Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.IncidentServiceException
Creates a new incident service exception.
IncidentTree - Interface in org.opencastproject.job.api
A tree of incidents of a tree of jobs.
IncidentTreeImpl - Class in org.opencastproject.job.api
 
IncidentTreeImpl(List<Incident>, List<IncidentTree>) - Constructor for class org.opencastproject.job.api.IncidentTreeImpl
 
IncidentUtil - Class in org.opencastproject.job.api
 
includeEmpty(boolean) - Method in interface org.opencastproject.mediapackage.XMLCatalog
Marshal elements with empty values to support remove existing values during catalog merge.
includeEmpty - Variable in class org.opencastproject.mediapackage.XMLCatalogImpl
To marshaling empty fields to remove existing values during merge, default is not to marshal empty elements
includeEmpty(boolean) - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
 
INDEFINITE_SOURCE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track without any known semantics
indexOf(Object) - Method in class org.opencastproject.util.data.NonEmptyList
 
IndexProducer - Interface in org.opencastproject.index
This service produces messages for an elastic search index
info(String) - Method in class org.opencastproject.util.Log
 
info(String, Object...) - Method in class org.opencastproject.util.Log
 
INGEST_WORKFLOW_DEFINITION - Static variable in interface org.opencastproject.capture.CaptureParameters
The key for the workflow definition, if any, in the capture properties attached to the iCal event
init() - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
This is a convenience implementation for subclasses doing nothing.
init() - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
This method is called once in a plugin's life cycle.
init() - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
Deprecated.
This method is called once in a plugin's life cycle.
init() - Method in class org.opencastproject.util.persistence.Table
Call this in the subclass's constructor!
INIT_PREFIX - Static variable in interface org.opencastproject.rest.SharedHttpContext
Prefix for servlet init keys.
inspect(Function<? super List<A>, ? extends List<B>>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Process the wrapped list en bloc.
Integers - Class in org.opencastproject.util.data.functions
Functions operating on integers.
intRangeE(int, int) - Static method in class org.opencastproject.util.data.Iterators
Integer range.
inv(A) - Method in class org.opencastproject.util.data.Option
Inversion.
invalidate(String) - Method in interface org.opencastproject.security.api.UserDirectoryService
Discards any cached value for given user name.
invalidate(String) - Method in interface org.opencastproject.security.api.UserProvider
Discards any cached value for given user name.
iocell(A) - Static method in class org.opencastproject.util.data.VCell
 
IoSupport - Class in org.opencastproject.util
Contains operations concerning IO.
isActive() - Method in enum org.opencastproject.job.api.Job.Status
Check if the job is still active, e.g.
isActive() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
 
isActive() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
 
isActive() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
isActive() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
isActive() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
 
isActive - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
True if this service is active
isActive() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
isAllow() - Method in class org.opencastproject.security.api.AccessControlEntry
 
isArr() - Method in class org.opencastproject.util.JsonVal
 
isAuthorized(AccessControlList, User, Organization, Object) - Static method in class org.opencastproject.security.api.AccessControlUtil
Determines whether the AccessControlList permits a user to perform an action.
isAuthorizedAll(AccessControlList, User, Organization, Object...) - Static method in class org.opencastproject.security.api.AccessControlUtil
Returns true only if all actions are authorized.
isAuthorizedOne(AccessControlList, User, Organization, Object...) - Static method in class org.opencastproject.security.api.AccessControlUtil
Returns true if at least one action is authorized.
isBlank(String) - Static method in class org.opencastproject.util.doc.DocData
 
isDispatchable() - Method in interface org.opencastproject.job.api.Job
Gets whether this job may be dispatched.
isDispatchable() - Method in class org.opencastproject.job.api.JobImpl
 
isEmpty() - Method in class org.opencastproject.util.data.NonEmptyList
 
isEpisodeAcl - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isEpisodeDublinCore - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isEqual(File, File) - Static method in class org.opencastproject.util.FileSupport
Compare two files by their canonical paths.
isEquivalentTo(String, String) - Method in class org.opencastproject.util.MimeType
Returns true if this mime type is an equivalent for the specified type and subtype.
isExtendedPrefix(String, String) - Static method in class org.opencastproject.util.UrlSupport
Returns true if url a is a prefix of url b.
isInMaintenanceMode() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
Whether the service is in maintenance mode.
isInMaintenanceMode() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
Whether the service is in maintenance mode.
isInMaintenanceMode - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
True if this service in in maintenance mode
isInMaintenanceMode() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
Whether the service is in maintenance mode.
isJobProducer() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
isJobProducer() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
 
isJobProducer - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
True if this service produces jobs
isJobProducer() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
isLeft() - Method in class org.opencastproject.util.data.Either
 
isLive() - Method in interface org.opencastproject.mediapackage.Track
Returns true if the track is a live track.
isLive() - Method in class org.opencastproject.mediapackage.track.TrackImpl
 
isMaintenanceMode() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
 
isMaintenanceMode() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
 
isMaintenanceMode() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
isManageable - Variable in class org.opencastproject.security.api.JaxbUser
 
isManageable() - Method in class org.opencastproject.security.api.JaxbUser
 
isManageable() - Method in interface org.opencastproject.security.api.User
Returns true if this user object can be managed by Opencast.
isNone() - Static method in class org.opencastproject.util.data.functions.Options
Option.isNone() as a function.
isNone() - Method in class org.opencastproject.util.data.Option
 
isNotPublication - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isObj() - Method in class org.opencastproject.util.JsonVal
 
isOk(HttpResponse) - Static method in class org.opencastproject.util.HttpUtil
 
isOnline() - Method in interface org.opencastproject.serviceregistry.api.HostRegistration
 
isOnline() - Method in class org.opencastproject.serviceregistry.api.HostRegistrationInMemory
 
isOnline() - Method in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
isOnline() - Method in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
isOnline() - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistration
 
isOnline - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
True if this service is online
isOnline() - Method in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
isParent(File, File) - Static method in class org.opencastproject.util.FileSupport
Check if a is a parent of b.
isPrefix(String, String) - Static method in class org.opencastproject.util.UrlSupport
Returns true if url a is a direct prefix of url b.
isProhibitedAll(AccessControlList, User, Organization, Object...) - Static method in class org.opencastproject.security.api.AccessControlUtil
Returns true if all actions are prohibited.
isProhibitedOne(AccessControlList, User, Organization, Object...) - Static method in class org.opencastproject.security.api.AccessControlUtil
Returns true if at least one action is prohibited.
isPublication - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isPublishable(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
Media package must have a title and contain tracks in order to be published.
isReadyToAccept(Job) - Method in class org.opencastproject.job.api.AbstractJobProducer
Whether the job can be accepted.
isReadyToAccept(Job) - Method in interface org.opencastproject.job.api.JobProducer
Whether the job can be accepted.
isReadyToAcceptJobs(String) - Method in class org.opencastproject.job.api.AbstractJobProducer
Whether new jobs can be accepted in general.
isReadyToAcceptJobs(String) - Method in interface org.opencastproject.job.api.JobProducer
Whether new jobs can be accepted in general.
isReadyToDispatch(Job) - Static method in class org.opencastproject.util.JobUtil
Returns true if the job is ready to be dispatched.
isRedirectErrorStream() - Method in class org.opencastproject.util.ProcessRunner.ProcessInfo
 
isRight() - Method in class org.opencastproject.util.data.Either
 
isSeriesDublinCore - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isSmilCatalog - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
isSome() - Static method in class org.opencastproject.util.data.functions.Options
Option.isSome() as a function.
isSome() - Method in class org.opencastproject.util.data.Option
 
isSuccess() - Method in class org.opencastproject.job.api.JobBarrier.Result
Returns true if all jobs are in the Job.Status.FINISHED state.
isTerminated() - Method in enum org.opencastproject.job.api.Job.Status
Return if the job is terminated.
isValid(String) - Static method in class org.opencastproject.util.UrlSupport
Returns true if the url is valid, that is, if it contains only allowed characters.
isValidName(String) - Static method in class org.opencastproject.util.doc.DocData
 
iterable(Iterator<A>) - Static method in class org.opencastproject.util.data.Iterators
 
iterable(NodeList) - Static method in class org.opencastproject.util.XmlUtil
Make a NodeList iterable.
iterator(A...) - Static method in class org.opencastproject.util.data.Collections
Create an iterator form an array.
iterator() - Method in class org.opencastproject.util.data.NonEmptyList
 
iterator() - Method in class org.opencastproject.util.JsonArr
 
Iterators - Class in org.opencastproject.util.data
 

J

JAR - Static variable in class org.opencastproject.util.MimeTypes
 
JaxbGroup - Class in org.opencastproject.security.api
A simple user model.
JaxbGroup() - Constructor for class org.opencastproject.security.api.JaxbGroup
No-arg constructor needed by JAXB
JaxbGroup(String, JaxbOrganization, String, String) - Constructor for class org.opencastproject.security.api.JaxbGroup
Constructs a group with the specified groupId, name, description and group role.
JaxbGroup(String, JaxbOrganization, String, String, Set<JaxbRole>) - Constructor for class org.opencastproject.security.api.JaxbGroup
Constructs a group with the specified groupId, name, description, group role and roles.
JaxbGroup(String, JaxbOrganization, String, String, Set<JaxbRole>, Set<String>) - Constructor for class org.opencastproject.security.api.JaxbGroup
Constructs a group with the specified groupId, name, description, group role and roles.
JaxbGroupList - Class in org.opencastproject.security.api
A wrapper for group collections.
JaxbGroupList() - Constructor for class org.opencastproject.security.api.JaxbGroupList
 
JaxbGroupList(JaxbGroup) - Constructor for class org.opencastproject.security.api.JaxbGroupList
 
JaxbGroupList(Collection<JaxbGroup>) - Constructor for class org.opencastproject.security.api.JaxbGroupList
 
JaxbHostRegistration - Class in org.opencastproject.serviceregistry.api
A record of a host.
JaxbHostRegistration() - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistration
Creates a new host registration which is online and not in maintenance mode.
JaxbHostRegistration(String, String, String, long, int, float, boolean, boolean) - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistration
Constructs a new HostRegistration with the parameters provided
JaxbHostRegistration(HostRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistration
Creates a new JAXB host registration based on an existing host registration
JaxbHostRegistrationList - Class in org.opencastproject.serviceregistry.api
A wrapper for host registration collections.
JaxbHostRegistrationList() - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
 
JaxbHostRegistrationList(JaxbHostRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
 
JaxbHostRegistrationList(Collection<JaxbHostRegistration>) - Constructor for class org.opencastproject.serviceregistry.api.JaxbHostRegistrationList
 
JaxbIncident - Class in org.opencastproject.job.api
1:1 serialization of a Incident.
JaxbIncident() - Constructor for class org.opencastproject.job.api.JaxbIncident
Constructor for JAXB
JaxbIncident(Incident) - Constructor for class org.opencastproject.job.api.JaxbIncident
 
JaxbIncident.Param - Class in org.opencastproject.job.api
An description parameter.
JaxbIncidentDetail - Class in org.opencastproject.job.api
JAXB DTO for a technical detail of a job incident.
JaxbIncidentDetail() - Constructor for class org.opencastproject.job.api.JaxbIncidentDetail
Constructor for JAXB
JaxbIncidentDetail(Tuple<String, String>) - Constructor for class org.opencastproject.job.api.JaxbIncidentDetail
 
JaxbIncidentDigest - Class in org.opencastproject.job.api
 
JaxbIncidentDigest() - Constructor for class org.opencastproject.job.api.JaxbIncidentDigest
Constructor for JAXB
JaxbIncidentDigest(Incident, IncidentL10n) - Constructor for class org.opencastproject.job.api.JaxbIncidentDigest
 
JaxbIncidentDigestList - Class in org.opencastproject.job.api
 
JaxbIncidentDigestList() - Constructor for class org.opencastproject.job.api.JaxbIncidentDigestList
Constructor for JAXB
JaxbIncidentDigestList(IncidentService, Locale, List<Incident>) - Constructor for class org.opencastproject.job.api.JaxbIncidentDigestList
 
JaxbIncidentDigestTree - Class in org.opencastproject.job.api
 
JaxbIncidentDigestTree() - Constructor for class org.opencastproject.job.api.JaxbIncidentDigestTree
Constructor for JAXB
JaxbIncidentDigestTree(IncidentService, Locale, IncidentTree) - Constructor for class org.opencastproject.job.api.JaxbIncidentDigestTree
 
JaxbIncidentFull - Class in org.opencastproject.job.api
 
JaxbIncidentFull() - Constructor for class org.opencastproject.job.api.JaxbIncidentFull
 
JaxbIncidentFull(Incident, IncidentL10n) - Constructor for class org.opencastproject.job.api.JaxbIncidentFull
 
JaxbIncidentFullList - Class in org.opencastproject.job.api
 
JaxbIncidentFullList() - Constructor for class org.opencastproject.job.api.JaxbIncidentFullList
Constructor for JAXB
JaxbIncidentFullList(IncidentService, Locale, List<Incident>) - Constructor for class org.opencastproject.job.api.JaxbIncidentFullList
 
JaxbIncidentFullTree - Class in org.opencastproject.job.api
 
JaxbIncidentFullTree() - Constructor for class org.opencastproject.job.api.JaxbIncidentFullTree
Constructor for JAXB
JaxbIncidentFullTree(IncidentService, Locale, IncidentTree) - Constructor for class org.opencastproject.job.api.JaxbIncidentFullTree
 
JaxbIncidentList - Class in org.opencastproject.job.api
 
JaxbIncidentList() - Constructor for class org.opencastproject.job.api.JaxbIncidentList
Default constructor needed by jaxb
JaxbIncidentList(List<Incident>) - Constructor for class org.opencastproject.job.api.JaxbIncidentList
 
JaxbIncidentTree - Class in org.opencastproject.job.api
1:1 serialization of a IncidentTreeImpl.
JaxbIncidentTree() - Constructor for class org.opencastproject.job.api.JaxbIncidentTree
Constructor for JAXB
JaxbIncidentTree(IncidentTree) - Constructor for class org.opencastproject.job.api.JaxbIncidentTree
 
JaxbJob - Class in org.opencastproject.job.api
1:1 serialization of a Job.
JaxbJob() - Constructor for class org.opencastproject.job.api.JaxbJob
Default constructor needed by jaxb
JaxbJob(Job) - Constructor for class org.opencastproject.job.api.JaxbJob
 
JaxbJobContext - Class in org.opencastproject.job.api
JAXB annotated implementation of the job context.
JaxbJobContext() - Constructor for class org.opencastproject.job.api.JaxbJobContext
The default no arg constructor needed by JAXB
JaxbJobContext(JobContext) - Constructor for class org.opencastproject.job.api.JaxbJobContext
Constructs a jaxb job context from another context.
JaxbJobList - Class in org.opencastproject.job.api
A wrapper for job collections.
JaxbJobList() - Constructor for class org.opencastproject.job.api.JaxbJobList
 
JaxbJobList(JaxbJob) - Constructor for class org.opencastproject.job.api.JaxbJobList
 
JaxbJobList(Collection<? extends Job>) - Constructor for class org.opencastproject.job.api.JaxbJobList
 
JaxbOrganization - Class in org.opencastproject.security.api
An organization that is hosted on this Opencast instance.
JaxbOrganization() - Constructor for class org.opencastproject.security.api.JaxbOrganization
No-arg constructor needed by JAXB
JaxbOrganization(String) - Constructor for class org.opencastproject.security.api.JaxbOrganization
 
JaxbOrganization(String, String, Map<String, Integer>, String, String, Map<String, String>) - Constructor for class org.opencastproject.security.api.JaxbOrganization
Constructs an organization with its attributes.
JaxbOrganization.OrgProperty - Class in org.opencastproject.security.api
An organization property.
JaxbOrganization.OrgServer - Class in org.opencastproject.security.api
An organization property.
JaxbOrganizationList - Class in org.opencastproject.security.api
A JAXB-annotated list of organizations.
JaxbOrganizationList() - Constructor for class org.opencastproject.security.api.JaxbOrganizationList
No arg constructor needed by JAXB
JaxbOrganizationList(List<JaxbOrganization>) - Constructor for class org.opencastproject.security.api.JaxbOrganizationList
Constructs a new OrganizationList wrapper from a list of organizations.
JaxbParser - Class in org.opencastproject.util.jaxb
Base class for JAXB parser classes.
JaxbParser(String) - Constructor for class org.opencastproject.util.jaxb.JaxbParser
Create a new parser.
JaxbRole - Class in org.opencastproject.security.api
A simple user model.
JaxbRole() - Constructor for class org.opencastproject.security.api.JaxbRole
No-arg constructor needed by JAXB
JaxbRole(String, JaxbOrganization) - Constructor for class org.opencastproject.security.api.JaxbRole
Constructs a role with the specified name and organization.
JaxbRole(String, JaxbOrganization, String) - Constructor for class org.opencastproject.security.api.JaxbRole
Constructs a role with the specified name, organization and description.
JaxbRole(String, JaxbOrganization, String, Role.Type) - Constructor for class org.opencastproject.security.api.JaxbRole
Constructs a role with the specified name, organization, description, and persistence settings.
JaxbRole(String, String, String, Role.Type) - Constructor for class org.opencastproject.security.api.JaxbRole
Constructs a role with the specified name, organization identifier, description, and persistence settings.
JaxbRoleList - Class in org.opencastproject.security.api
A wrapper for role collections.
JaxbRoleList() - Constructor for class org.opencastproject.security.api.JaxbRoleList
 
JaxbRoleList(JaxbRole) - Constructor for class org.opencastproject.security.api.JaxbRoleList
 
JaxbRoleList(Collection<JaxbRole>) - Constructor for class org.opencastproject.security.api.JaxbRoleList
 
JaxbServiceHealth - Class in org.opencastproject.serviceregistry.api
A wrapper for service health info.
JaxbServiceHealth() - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceHealth
 
JaxbServiceHealth(Integer, Integer, Integer) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceHealth
 
JaxbServiceRegistration - Class in org.opencastproject.serviceregistry.api
A record of a service that creates and manages receipts.
JaxbServiceRegistration() - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
Creates a new service registration which is online and not in maintenance mode.
JaxbServiceRegistration(ServiceRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
Creates a new JAXB annotated service registration based on an existing service registration
JaxbServiceRegistration(String, String, String) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
Creates a new service registration which is online and not in maintenance mode.
JaxbServiceRegistration(String, String, String, boolean) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
Creates a new service registration which is online and not in maintenance mode.
JaxbServiceRegistrationList - Class in org.opencastproject.serviceregistry.api
A wrapper for service registration collections.
JaxbServiceRegistrationList() - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
 
JaxbServiceRegistrationList(JaxbServiceRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
 
JaxbServiceRegistrationList(Collection<JaxbServiceRegistration>) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceRegistrationList
 
JaxbServiceStatistics - Class in org.opencastproject.serviceregistry.api
Statistics for a service registration.
JaxbServiceStatistics() - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
No-arg constructor needed by JAXB
JaxbServiceStatistics(JaxbServiceRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
Constructs a new service statistics instance without statistics.
JaxbServiceStatistics(ServiceRegistration) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
Constructs a new service statistics instance without statistics.
JaxbServiceStatistics(JaxbServiceRegistration, long, long, int, int, int) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
Constructs a new service statistics instance with statistics.
JaxbServiceStatisticsList - Class in org.opencastproject.serviceregistry.api
A wrapper for service statistics.
JaxbServiceStatisticsList() - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatisticsList
 
JaxbServiceStatisticsList(Collection<ServiceStatistics>) - Constructor for class org.opencastproject.serviceregistry.api.JaxbServiceStatisticsList
 
JaxbUser - Class in org.opencastproject.security.api
A simple user model.
JaxbUser() - Constructor for class org.opencastproject.security.api.JaxbUser
No-arg constructor needed by JAXB
JaxbUser(String, String, JaxbOrganization, JaxbRole...) - Constructor for class org.opencastproject.security.api.JaxbUser
Constructs a user which is a member of the given organization that has the specified roles and no password set.
JaxbUser(String, String, String, JaxbOrganization, JaxbRole...) - Constructor for class org.opencastproject.security.api.JaxbUser
Constructs a user which is a member of the given organization that has the specified roles.
JaxbUser(String, String, String, JaxbOrganization, Set<JaxbRole>) - Constructor for class org.opencastproject.security.api.JaxbUser
Constructs a user which is a member of the given organization that has the specified roles.
JaxbUser(String, String, JaxbOrganization, Set<JaxbRole>) - Constructor for class org.opencastproject.security.api.JaxbUser
Constructs a user which is a member of the given organization that has the specified roles and no password set.
JaxbUser(String, String, String, String, String, JaxbOrganization, Set<JaxbRole>) - Constructor for class org.opencastproject.security.api.JaxbUser
Constructs a user which is a member of the given organization that has the specified roles.
JaxbUserList - Class in org.opencastproject.security.api
A wrapper for user collections.
JaxbUserList() - Constructor for class org.opencastproject.security.api.JaxbUserList
 
JaxbUserList(JaxbUser) - Constructor for class org.opencastproject.security.api.JaxbUserList
 
JaxbUserList(Collection<JaxbUser>) - Constructor for class org.opencastproject.security.api.JaxbUserList
 
JaxbXmlSchemaGenerator - Class in org.opencastproject.util
Provides utility methods for transforming a JAXBContext into an XML schema.
JmxUtil - Class in org.opencastproject.util.jmx
Functions supporting JMX.
Job - Interface in org.opencastproject.job.api
Represents a long running, asynchronous process.
Job.FailureReason - Enum in org.opencastproject.job.api
Reason for failure
Job.Status - Enum in org.opencastproject.job.api
The status of the job that this receipt represents
JOB_STATUSES_INFLUENCING_LOAD_BALANCING - Static variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
A static list of statuses that influence how load balancing is calculated
JOB_TYPE - Static variable in interface org.opencastproject.serviceregistry.api.IncidentService
Identifier for service registration and location
JobBarrier - Class in org.opencastproject.job.api
This class is a utility implementation that will wait for all given jobs to change their status to either one of: Job.Status.FINISHED Job.Status.FAILED Job.Status.DELETED
JobBarrier(Job, ServiceRegistry) - Constructor for class org.opencastproject.job.api.JobBarrier
Creates a barrier without any jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval JobBarrier.DEFAULT_POLLING_INTERVAL.
JobBarrier(Job, ServiceRegistry, Job...) - Constructor for class org.opencastproject.job.api.JobBarrier
Creates a barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval JobBarrier.DEFAULT_POLLING_INTERVAL.
JobBarrier(Job, ServiceRegistry, long) - Constructor for class org.opencastproject.job.api.JobBarrier
Creates a wrapper for job, using registry to poll for the job outcome.
JobBarrier(Job, ServiceRegistry, long, Job...) - Constructor for class org.opencastproject.job.api.JobBarrier
Creates a wrapper for job, using registry to poll for the job outcome.
JobBarrier.Result - Class in org.opencastproject.job.api
Result of a waiting operation on a certain number of jobs.
JobCanceledException - Exception in org.opencastproject.util
This exception is thrown by the JobBarrier and indicates that the job has been canceled.
JobCanceledException(Job) - Constructor for exception org.opencastproject.util.JobCanceledException
 
JobContext - Interface in org.opencastproject.job.api
Runtime contextual information to be passed around with jobs.
jobFromHttpResponse - Static variable in class org.opencastproject.util.JobUtil
 
jobHosts - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
A mapping of services to jobs
JobImpl - Class in org.opencastproject.job.api
 
JobImpl() - Constructor for class org.opencastproject.job.api.JobImpl
 
JobImpl(long) - Constructor for class org.opencastproject.job.api.JobImpl
 
JobImpl(long, String, String, long, String, String, List<String>, Job.Status, String, String, Date, Date, Date, Long, Long, String, Long, Long, boolean, URI, Float) - Constructor for class org.opencastproject.job.api.JobImpl
 
JobParser - Class in org.opencastproject.job.api
Marshals and unmarshals Jobs.
JobProducer - Interface in org.opencastproject.job.api
A service that creates jobs for long-running operations.
jobProducer - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
jobs - Variable in class org.opencastproject.job.api.JaxbJobList
A list of jobs
jobs - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The serialized jobs
jobType - Variable in class org.opencastproject.job.api.AbstractJobProducer
The types of job that this producer can handle
JobUtil - Class in org.opencastproject.util
Job related utility functions.
join(Iterator<A>, Iterator<A>) - Static method in class org.opencastproject.util.data.Collections
Join two iterators.
join(Option<Option<A>>) - Static method in class org.opencastproject.util.data.functions.Options
m (m a) -> m a
JPG - Static variable in class org.opencastproject.util.MimeTypes
 
jpql - Static variable in class org.opencastproject.util.persistence.Queries
JPQL queries with support for named parameters.
jpql - Static variable in class org.opencastproject.util.persistencefn.Queries
JPQL queries with support for named parameters.
JSON - Static variable in class org.opencastproject.util.MimeTypes
 
JsonArr - Class in org.opencastproject.util
 
JsonArr(List) - Constructor for class org.opencastproject.util.JsonArr
 
JsonObj - Class in org.opencastproject.util
Accessor for JSON objects aka maps.
JsonObj(Map) - Constructor for class org.opencastproject.util.JsonObj
Create a wrapper for a map.
jsonObj - Static variable in class org.opencastproject.util.JsonObj
jsonObj(Map) - Static method in class org.opencastproject.util.JsonObj
Constructor function.
jsonObj(String) - Static method in class org.opencastproject.util.JsonObj
Create a JsonObj from a JSON string.
Jsons - Class in org.opencastproject.util
JSON builder based on json-simple.
Jsons.Arr - Class in org.opencastproject.util
 
Jsons.Obj - Class in org.opencastproject.util
 
Jsons.Prop - Class in org.opencastproject.util
 
Jsons.Val - Class in org.opencastproject.util
 
JsonVal - Class in org.opencastproject.util
 
JsonVal(Object) - Constructor for class org.opencastproject.util.JsonVal
 

K

keepReading - Variable in class org.opencastproject.util.StreamHelper
Deprecated.
True to keep reading the streams
key - Variable in class org.opencastproject.security.api.JaxbOrganization.OrgProperty
The property key
key - Variable in class org.opencastproject.util.HashEntry
 
keySet() - Method in class org.opencastproject.util.JsonObj
 
kleisliCompList(Function<? super A, List<B>>, Function<? super B, List<C>>) - Static method in class org.opencastproject.util.data.functions.Functions
Kleisli composition of list monads.

L

last(List<A>) - Static method in class org.opencastproject.util.data.Collections
Return the last element of the list.
last(A[]) - Static method in class org.opencastproject.util.data.Collections
Return the last element of the array.
last() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the last element of the list.
lastIndexOf(Object) - Method in class org.opencastproject.util.data.NonEmptyList
 
lastOpt() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the last element of the list.
Lazy<A> - Class in org.opencastproject.util.data
The value of a lazy is calculated on first access.
Lazy(Function0<A>) - Constructor for class org.opencastproject.util.data.Lazy
Create a new lazy value.
lazy(Function0<A>) - Static method in class org.opencastproject.util.data.Lazy
 
lcall(Object) - Static method in class org.opencastproject.util.ReflectionUtil
 
left() - Method in class org.opencastproject.util.data.Either
 
left(A) - Static method in class org.opencastproject.util.data.Either
Create a left.
left(A) - Method in interface org.opencastproject.util.data.Either.Match
 
left(B) - Method in class org.opencastproject.util.data.Option
Left projection of this option.
lift(Function<A, B>) - Method in class org.opencastproject.util.data.Cell
 
lift(Function<A, B>) - Method in class org.opencastproject.util.data.VCell
 
liftList(Function<A, B>) - Static method in class org.opencastproject.util.data.functions.Functions
Promote function a -> b to a List.
liftOpt(Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
Promote function a -> b to an Option.
liftOpt(Effect<? super A>) - Static method in class org.opencastproject.util.data.functions.Functions
Promote effect a -> () to an Option.
link(File, File) - Static method in class org.opencastproject.util.FileSupport
Links the specified file or directory from sourceLocation to targetLocation.
link(File, File, boolean) - Static method in class org.opencastproject.util.FileSupport
Links the specified file or directory from sourceLocation to targetLocation.
list(A...) - Static method in class org.opencastproject.util.data.Collections
Create a list from an array.
list() - Method in class org.opencastproject.util.data.Option
Transform an option into a list, either with a single element or an empty list.
listHasSize(int) - Static method in class org.opencastproject.util.data.functions.Tuples
 
listIterator() - Method in class org.opencastproject.util.data.NonEmptyList
 
listIterator(int) - Method in class org.opencastproject.util.data.NonEmptyList
 
live - Variable in class org.opencastproject.mediapackage.track.TrackImpl
 
loadFileFromClassPathAsString(String, Class<?>) - Static method in class org.opencastproject.util.IoSupport
Load a classpath resource into a string using UTF-8 encoding and the class loader of the given class.
loadFileFromClassPathAsString(String) - Static method in class org.opencastproject.util.IoSupport
Load a classpath resource into a string using the class loader of IoSupport.
loadFromClassPath(String) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
To be used in unit tests.
loadFromXml(InputStream) - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
Loads a media package from the manifest.
loadFromXml(String) - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
Loads a media package from the manifest.
loadFromXml(Node) - Method in interface org.opencastproject.mediapackage.MediaPackageBuilder
Loads a media package from the manifest.
loadFromXml(InputStream) - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
Loads a media package from the manifest.
loadFromXml(String) - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
Loads a media package from the manifest.
loadFromXml(Node) - Method in class org.opencastproject.mediapackage.MediaPackageBuilderImpl
 
loadPropertiesFromClassPath(String) - Static method in class org.opencastproject.util.IoSupport
Load a properties file from the classpath using the class loader of IoSupport.
loadPropertiesFromClassPath(String, Class<?>) - Static method in class org.opencastproject.util.IoSupport
Load a properties file from the classpath using the class loader of the given class.
loadPropertiesFromFile(String) - Static method in class org.opencastproject.util.IoSupport
 
loadPropertiesFromStream(InputStream) - Static method in class org.opencastproject.util.IoSupport
Load properties from a stream.
loadPropertiesFromUrl(URL) - Static method in class org.opencastproject.util.IoSupport
 
loadTemplate(String) - Static method in class org.opencastproject.util.doc.DocUtil
Loads a template based on the given path
loadTxtFromClassPath(String, Class<?>) - Static method in class org.opencastproject.util.IoSupport
Load a text file from the class path using the class loader of the given class.
loadUser(String) - Method in interface org.opencastproject.security.api.UserDirectoryService
Loads a user by username, or returns null if this user is not known to the thread's current organization.
loadUser(String) - Method in interface org.opencastproject.security.api.UserProvider
Loads a user by username, or returns null if this user is not known to this provider.
loadUsers(Collection<String>) - Method in interface org.opencastproject.security.api.UserDirectoryService
Loads multiple users by a list of user names.
LoadUtil - Class in org.opencastproject.util
 
LocalHashMap - Class in org.opencastproject.util
See this JAXB bug for the full explanation: https://jaxb.dev.java.net/issues/show_bug.cgi?id=223
LocalHashMap() - Constructor for class org.opencastproject.util.LocalHashMap
No-arg constructor needed by JAXB
LocalHashMap(String) - Constructor for class org.opencastproject.util.LocalHashMap
Constructs this map from a properties list, expressed as a string: foo=bar this=that
locked(File, Function<File, A>) - Static method in class org.opencastproject.util.IoSupport
Run function f having exclusive read/write access to the given file.
locked() - Static method in class org.opencastproject.util.RestUtil.R
 
Log - Class in org.opencastproject.util
A logger that maintains a "unit of work" context to facilitate the grouping of log statements.
Log(Logger) - Constructor for class org.opencastproject.util.Log
Create a new logger from an slf4j logger.
log(String) - Method in class org.opencastproject.util.StreamHelper
Deprecated.
If a logger has been specified, the output is written to the logger using the defined log level.
longCol() - Method in class org.opencastproject.util.persistence.Table
Define a column of type long.
lowerCase - Static variable in class org.opencastproject.util.data.functions.Strings
A function to convert all of the characters in this String to lower case using the rules of the default locale.
lt(A) - Static method in class org.opencastproject.util.data.functions.Booleans
 

M

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
Deprecated.
map(Collection<A>, Function<A, B>) - Static method in class org.opencastproject.util.data.Collections
Deprecated.
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
Alias for fmap.
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
ELement flavors describe MediaPackageElements in a semantic way.
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
Default implementation for a MediaPackageReference.
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
This exception is used to wrap the checked MediaPackageException into a RuntimeException.
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
Deprecated.
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
 

N

name - Variable in class org.opencastproject.security.api.JaxbGroup
 
name - Variable in class org.opencastproject.security.api.JaxbOrganization
The friendly name of the organization
name - Variable in class org.opencastproject.security.api.JaxbOrganization.OrgServer
The server name
name - Variable in class org.opencastproject.security.api.JaxbRole
The role name
name - Variable in class org.opencastproject.security.api.JaxbUser
The user's name
named - Static variable in class org.opencastproject.util.persistence.Queries
Named queries with support for named parameters.
named - Static variable in class org.opencastproject.util.persistencefn.Queries
Named queries with support for named parameters.
NamespaceBindingException - Exception in org.opencastproject.mediapackage
Exception thrown by CatalogImpl in case of any namespace binding errors.
NamespaceBindingException() - Constructor for exception org.opencastproject.mediapackage.NamespaceBindingException
 
NamespaceBindingException(String) - Constructor for exception org.opencastproject.mediapackage.NamespaceBindingException
 
NamespaceBindingException(String, Throwable) - Constructor for exception org.opencastproject.mediapackage.NamespaceBindingException
 
NamespaceBindingException(Throwable) - Constructor for exception org.opencastproject.mediapackage.NamespaceBindingException
 
ne(A) - Static method in class org.opencastproject.util.data.functions.Booleans
 
ne(Object, Object) - Static method in class org.opencastproject.util.EqualsUtil
Check if a and b are not equal.
needConfig() - Method in class org.opencastproject.util.osgi.SimpleServicePublisher
Return false if the service to be registered does not need a configuration dictionary provided by the ConfigAdmin.
NeedleEye - Class in org.opencastproject.util
Only one function application can be threaded through the needle eye at a time.
NeedleEye() - Constructor for class org.opencastproject.util.NeedleEye
 
NEGATE_TAG_PREFIX - Static variable in class org.opencastproject.mediapackage.MediaPackageImpl
The prefix indicating that a tag should be excluded from a search for elements using MediaPackageImpl.getElementsByTags(Collection)
NEGATE_TAG_PREFIX - Static variable in class org.opencastproject.mediapackage.selector.AbstractMediaPackageElementSelector
The prefix indicating that a tag should be excluded from a search for elements using MediaPackage.getElementsByTags(Collection)
never() - Static method in class org.opencastproject.util.data.functions.Options
 
never2() - Static method in class org.opencastproject.util.data.functions.Options
 
newDocument() - Method in class org.opencastproject.mediapackage.XMLCatalogImpl
Creates an xml document root and returns it.
newDocument() - Static method in class org.opencastproject.util.XmlUtil
Creates an xml document root and returns it.
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.AbstractAttachmentBuilderPlugin
 
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
Creates a new media package element of the specified type.
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.elementbuilder.MediaPackageElementBuilderPlugin
Deprecated.
Creates a new media package element of the specified type.
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
 
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.elementbuilder.TrackBuilderPlugin
 
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in interface org.opencastproject.mediapackage.MediaPackageElementBuilder
Creates a new media package elment of the specified type.
newElement(MediaPackageElement.Type, MediaPackageElementFlavor) - Method in class org.opencastproject.mediapackage.MediaPackageElementBuilderImpl
 
newElementBuilder() - Method in class org.opencastproject.mediapackage.MediaPackageElementBuilderFactory
Factory method that returns an instance of a media package element builder.
newEntityManagerFactory(ComponentContext, String) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Create a new entity manager factory with the persistence unit name emName.
newEntityManagerFactory(ComponentContext, String, Map) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Create a new entity manager factory with the persistence unit name emName.
newEntityManagerFactory(String, String, String, String, String, String, Map<String, ?>, PersistenceProvider) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
 
newIdBuilder() - Method in class org.opencastproject.mediapackage.identifier.IdBuilderFactory
Factory method that returns an instance of an id builder.
newInstance() - Static method in class org.opencastproject.mediapackage.CatalogImpl
 
newInstance() - Static method in class org.opencastproject.mediapackage.identifier.IdBuilderFactory
Returns an instance of a HandleBuilderFactory.
newInstance() - Static method in class org.opencastproject.mediapackage.MediaPackageBuilderFactory
Returns an instance of a MediaPackageBuilderFactory.
newInstance() - Static method in class org.opencastproject.mediapackage.MediaPackageElementBuilderFactory
Returns an instance of a MediaPackageElementBuilderFactory.
newList() - Method in class org.opencastproject.util.data.MultiMap
 
newMediaPackageBuilder() - Method in class org.opencastproject.mediapackage.MediaPackageBuilderFactory
Factory method that returns an instance of a media package builder.
newPersistenceEnvironment(PersistenceProvider, String, Map) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Create a new persistence environment.
newPersistenceEnvironment(ComponentContext, String, Map) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Shortcut for newPersistenceEnvironment(newEntityManagerFactory(cc, emName, persistenceProps)).
newPersistenceEnvironment(ComponentContext, String) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Shortcut for newPersistenceEnvironment(newEntityManagerFactory(cc, emName)).
newPersistenceEnvironment(EntityManagerFactory) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
newSolrDateFormat() - Static method in class org.opencastproject.util.SolrUtils
Return a date format suitable for solr.
newTestEntityManagerFactory(String) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Create a new entity manager factory backed by an in-memory H2 database for testing purposes.
newTestPersistenceEnv(String) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
next() - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Return the head of the iterator.
nil() - Static method in class org.opencastproject.util.data.Collections
The empty list.
nil(Class<A>) - Static method in class org.opencastproject.util.data.Collections
The empty list.
no - Static variable in class org.opencastproject.util.data.functions.Booleans
A function that always returns false.
no() - Static method in class org.opencastproject.util.data.functions.Booleans
A function that always returns false.
NO_COMPRESSION - Static variable in class org.opencastproject.util.ZipUtil
 
NO_DETAILS - Static variable in class org.opencastproject.serviceregistry.api.Incidents
 
NO_PARAMS - Static variable in class org.opencastproject.serviceregistry.api.Incidents
 
NO_PERSISTENCE_PROPS - Static variable in class org.opencastproject.util.persistence.PersistenceUtil
 
NO_PERSISTENCE_PROPS - Static variable in class org.opencastproject.util.persistencefn.PersistenceUtil
 
noContent() - Static method in class org.opencastproject.util.RestUtil.R
 
node(String) - Method in class org.opencastproject.util.Xpath
Evaluate the xpath expression against the contained document.
NODE_NAME_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the current machine's descriptive node name defined in the config.properties
NodeLoad() - Constructor for class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
No-arg constructor needed by JAXB
NodeLoad(String, float, float) - Constructor for class org.opencastproject.serviceregistry.api.SystemLoad.NodeLoad
 
nodeLoads - Variable in class org.opencastproject.serviceregistry.api.SystemLoad
The list of nodes and their current load
nodeName - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
 
nodeSet(String) - Method in class org.opencastproject.util.Xpath
Evaluate the xpath expression against the contained document.
none() - Method in class org.opencastproject.util.data.Option.EMatch
 
none() - Method in interface org.opencastproject.util.data.Option.Match
 
none() - Static method in class org.opencastproject.util.data.Option
Create a new none.
none(A) - Static method in class org.opencastproject.util.data.Option
Create a none with the type of example.
none(Class<A>) - Static method in class org.opencastproject.util.data.Option
Create a none with the given type.
NonEmptyList<A> - Class in org.opencastproject.util.data
Non empty list.
NonEmptyList(A, A...) - Constructor for class org.opencastproject.util.data.NonEmptyList
 
NonEmptyList(Collection<A>) - Constructor for class org.opencastproject.util.data.NonEmptyList
 
nonNullList(A...) - Static method in class org.opencastproject.util.data.Collections
Create a list from an array.
noop - Static variable in class org.opencastproject.util.data.functions.Functions
Noop effect.
noop() - Static method in class org.opencastproject.util.data.functions.Functions
Noop effect.
nop() - Method in interface org.opencastproject.serviceregistry.api.NopService
 
NopService - Interface in org.opencastproject.serviceregistry.api
No operation service.
not - Static variable in class org.opencastproject.util.data.functions.Booleans
 
not(Function<A, Boolean>) - Static method in class org.opencastproject.util.data.functions.Booleans
 
NOT_FOUND_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
 
notBlank - Static variable in class org.opencastproject.util.data.functions.Strings
 
notEmpty(String, String) - Static method in class org.opencastproject.util.RequireUtil
The given value must not be null or empty.
NOTES - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Notes metadata flavor
notes - Variable in class org.opencastproject.util.doc.DocData
 
notFound() - Static method in class org.opencastproject.util.RestUtil.R
 
notFound(Object) - Static method in class org.opencastproject.util.RestUtil.R
 
notFound(Object, MediaType) - Static method in class org.opencastproject.util.RestUtil.R
 
NotFoundException - Exception in org.opencastproject.util
An exception that indicates that a resource that was expected to exist does not exist.
NotFoundException() - Constructor for exception org.opencastproject.util.NotFoundException
Constructs a NotFoundException without a detail message.
NotFoundException(String) - Constructor for exception org.opencastproject.util.NotFoundException
Constructs a NotFoundException with a detail message.
NotFoundException(Throwable) - Constructor for exception org.opencastproject.util.NotFoundException
Constructs a NotFoundException with a cause.
NotFoundException(String, Throwable) - Constructor for exception org.opencastproject.util.NotFoundException
Constructs a NotFoundException with a detail message and a cause.
nothing() - Static method in class org.opencastproject.util.data.functions.Booleans
Return a predicate function that always returns false.
notNull(A, String) - Static method in class org.opencastproject.util.RequireUtil
The given value must not be null.
notYetImplemented() - Static method in class org.opencastproject.util.data.Prelude
 
notZero - Static variable in class org.opencastproject.util.Jsons
Check if a value is not Jsons.ZERO_VAL.
NULL - Static variable in class org.opencastproject.util.Jsons
JSON null.
nullOrNotEmpty(String, String) - Static method in class org.opencastproject.util.RequireUtil
The value may be null but if it is not null it must not be of size 0.
nullToNil(List<A>) - Static method in class org.opencastproject.util.data.Collections
Return the list as is or nil, if as is null.

O

o(Function<? super C, ? extends A>) - Method in class org.opencastproject.util.data.Function
Function composition.
o(Function0<? extends A>) - Method in class org.opencastproject.util.data.Function
Function composition.
o(Function<? super B, ? extends C>, Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
Function composition: f .
o(Function<? super A, ? extends B>, Function0<? extends A>) - Static method in class org.opencastproject.util.data.functions.Functions
Function composition: f .
o(Function<? super C, ? extends D>, Function<? super B, ? extends C>, Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
f .
o(Function<? super D, ? extends E>, Function<? super C, ? extends D>, Function<? super B, ? extends C>, Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
f .
OAIPMH - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
OAI-PMH subtype flavor
obj(int) - Method in class org.opencastproject.util.JsonArr
 
obj(String) - Method in class org.opencastproject.util.JsonObj
 
obj(Jsons.Prop...) - Static method in class org.opencastproject.util.Jsons
Create an object.
ocell(A) - Static method in class org.opencastproject.util.data.VCell
Create a cell containing some a.
ocell() - Static method in class org.opencastproject.util.data.VCell
Create a cell containing none.
ofChannel(String) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
Filters publications to channel channelId.
ofTags(List<String>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
ofType(Class<A>) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
ok() - Static method in class org.opencastproject.util.RestUtil.R
 
ok(Object) - Static method in class org.opencastproject.util.RestUtil.R
 
ok(boolean) - Static method in class org.opencastproject.util.RestUtil.R
 
ok(Jsons.Obj) - Static method in class org.opencastproject.util.RestUtil.R
 
ok(Job) - Static method in class org.opencastproject.util.RestUtil.R
 
ok(MediaType, Object) - Static method in class org.opencastproject.util.RestUtil.R
 
ok(InputStream, String, Option<Long>, Option<String>) - Static method in class org.opencastproject.util.RestUtil.R
Create a response with status OK from a stream.
ok(InputStream, Option<String>, Option<Long>, Option<String>) - Static method in class org.opencastproject.util.RestUtil.R
Create a response with status OK from a stream.
OK_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
 
one(Function<A, Boolean>...) - Static method in class org.opencastproject.util.data.functions.Booleans
 
online - Variable in class org.opencastproject.serviceregistry.api.JaxbHostRegistration
 
online - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
onlineFrom - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
The last time the service has been declared online
onProcessFinished(int) - Method in class org.opencastproject.util.ProcessExecutor
Deprecated.
 
onStderr(String) - Method in class org.opencastproject.util.ProcessExecutor
Deprecated.
A line of output has been read from the processe's stderr.
onStdout(String) - Method in class org.opencastproject.util.ProcessExecutor
Deprecated.
A line of output has been read from the processe's stdout.
OPENCAST_UPDATE_NOTIFICATION - Static variable in class org.opencastproject.util.jmx.JmxUtil
 
OpencastConstants - Interface in org.opencastproject.systems
Opencast system constant definitions.
openClassPathResource(String, Class<?>) - Static method in class org.opencastproject.util.IoSupport
Open a classpath resource using the class loader of the given class.
openClassPathResource(String) - Static method in class org.opencastproject.util.IoSupport
Open a classpath resource using the class loader of IoSupport.
opt(Class<A>, String) - Method in class org.opencastproject.util.JsonObj
Deprecated. 
option() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Turn the list into an option only if it contains exactly one element.
Option<A> - Class in org.opencastproject.util.data
The option type encapsulates on optional value.
option(A) - Static method in class org.opencastproject.util.data.Option
Wrap an arbitrary object into an option with null being mapped to none.
option() - Static method in class org.opencastproject.util.data.Option
Option.option(Object) as a function.
Option.EMatch<A> - Class in org.opencastproject.util.data
Effect match.
Option.Match<A,B> - Interface in org.opencastproject.util.data
 
OptionAdapter<T> - Class in org.opencastproject.util.jaxb
JAXB Adapter for the Option type
OptionAdapter() - Constructor for class org.opencastproject.util.jaxb.OptionAdapter
 
Options - Class in org.opencastproject.util.data.functions
Option related functions.
optionToIterator() - Static method in class org.opencastproject.util.data.Collections
Turn an option into an iterator.
optionToList() - Static method in class org.opencastproject.util.data.Collections
 
optObj(String) - Method in class org.opencastproject.util.JsonObj
Deprecated. 
or - Static variable in class org.opencastproject.util.data.functions.Booleans
 
orElse(B, Function<? super A, Option<B>>...) - Static method in class org.opencastproject.util.data.functions.Functions
Treat fs as partial functions.
orElse(Option<A>) - Method in class org.opencastproject.util.data.Option
If this is none return none else this.
orElse(Function0<Option<A>>) - Method in class org.opencastproject.util.data.Option
Lazy version of Option.orElse(Option).
orError(T) - Method in class org.opencastproject.util.data.Option
Throw none if none.
orError(Class<T>) - Method in class org.opencastproject.util.data.Option
Throw none if none.
orError(Function0<T>) - Method in class org.opencastproject.util.data.Option
Throw exception returned by none if none.
org.opencastproject.capture - package org.opencastproject.capture
 
org.opencastproject.index - package org.opencastproject.index
 
org.opencastproject.job.api - package org.opencastproject.job.api
 
org.opencastproject.mediapackage - package org.opencastproject.mediapackage
 
org.opencastproject.mediapackage.attachment - package org.opencastproject.mediapackage.attachment
 
org.opencastproject.mediapackage.elementbuilder - package org.opencastproject.mediapackage.elementbuilder
 
org.opencastproject.mediapackage.identifier - package org.opencastproject.mediapackage.identifier
 
org.opencastproject.mediapackage.selector - package org.opencastproject.mediapackage.selector
 
org.opencastproject.mediapackage.track - package org.opencastproject.mediapackage.track
 
org.opencastproject.rest - package org.opencastproject.rest
 
org.opencastproject.security.api - package org.opencastproject.security.api
 
org.opencastproject.security.util - package org.opencastproject.security.util
 
org.opencastproject.serviceregistry.api - package org.opencastproject.serviceregistry.api
Service implementation classes
org.opencastproject.storage - package org.opencastproject.storage
 
org.opencastproject.systems - package org.opencastproject.systems
 
org.opencastproject.util - package org.opencastproject.util
Utility classes for dealing with media packages, collections, URLs, files, and streams.
org.opencastproject.util.data - package org.opencastproject.util.data
 
org.opencastproject.util.data.functions - package org.opencastproject.util.data.functions
 
org.opencastproject.util.doc - package org.opencastproject.util.doc
 
org.opencastproject.util.doc.rest - package org.opencastproject.util.doc.rest
 
org.opencastproject.util.jaxb - package org.opencastproject.util.jaxb
 
org.opencastproject.util.jmx - package org.opencastproject.util.jmx
 
org.opencastproject.util.osgi - package org.opencastproject.util.osgi
 
org.opencastproject.util.persistence - package org.opencastproject.util.persistence
 
org.opencastproject.util.persistencefn - package org.opencastproject.util.persistencefn
 
organization - Variable in class org.opencastproject.security.api.JaxbGroup
 
organization - Variable in class org.opencastproject.security.api.JaxbRole
 
organization - Variable in class org.opencastproject.security.api.JaxbUser
The user's home organization identifier
Organization - Interface in org.opencastproject.security.api
 
ORGANIZATION_HEADER - Static variable in interface org.opencastproject.security.api.SecurityConstants
Header name for the desired organization
OrganizationDirectoryListener - Interface in org.opencastproject.security.api
An interface for entities that are interested in changes to the list of registered organizations.
OrganizationDirectoryService - Interface in org.opencastproject.security.api
Manages organizations.
organizationDirectoryService - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The organization directory service
organizationId - Variable in class org.opencastproject.security.api.JaxbRole
 
OrganizationList - Class in org.opencastproject.security.api
A JAXB-annotated list of organizations.
OrganizationList() - Constructor for class org.opencastproject.security.api.OrganizationList
No arg constructor needed by JAXB
OrganizationList(List<Organization>) - Constructor for class org.opencastproject.security.api.OrganizationList
Constructs a new OrganizationList wrapper from a list of organizations.
OrganizationParser - Class in org.opencastproject.security.api
Marshals and unmarshalls Organizations to/from XML.
organizationRegistered(Organization) - Method in interface org.opencastproject.security.api.OrganizationDirectoryListener
This callback notifies listeners about an organization that appeared in the organization directory.
organizations - Variable in class org.opencastproject.security.api.JaxbOrganizationList
The list of organizations
organizations - Variable in class org.opencastproject.security.api.OrganizationList
The list of organizations
organizationUnregistered(Organization) - Method in interface org.opencastproject.security.api.OrganizationDirectoryListener
This callback notifies listeners about an organization that disappeared from the organization directory.
organizationUpdated(Organization) - Method in interface org.opencastproject.security.api.OrganizationDirectoryListener
This callback notifies listeners about an organization that was updated.
OrgProperty() - Constructor for class org.opencastproject.security.api.JaxbOrganization.OrgProperty
No-arg constructor needed by JAXB
OrgProperty(String, String) - Constructor for class org.opencastproject.security.api.JaxbOrganization.OrgProperty
Constructs an organization property with a key and a value.
OrgServer() - Constructor for class org.opencastproject.security.api.JaxbOrganization.OrgServer
No-arg constructor needed by JAXB
OrgServer(String, int) - Constructor for class org.opencastproject.security.api.JaxbOrganization.OrgServer
Constructs an organization server mapping with a server name and a port.
OsgiAbstractJobProducer - Class in org.opencastproject.job.api
Refined implementation of AbstractJobProducer suitable for use in an OSGi environment.
OsgiAbstractJobProducer(String) - Constructor for class org.opencastproject.job.api.OsgiAbstractJobProducer
 
OsgiAbstractJobProducerEndpoint<A> - Class in org.opencastproject.rest
Refined implementation of AbstractJobProducerEndpoint suitable for use in an OSGi environment.
OsgiAbstractJobProducerEndpoint() - Constructor for class org.opencastproject.rest.OsgiAbstractJobProducerEndpoint
 
OsgiUtil - Class in org.opencastproject.util
Contains general purpose OSGi utility functions.

P

p(String, Jsons.Val) - Static method in class org.opencastproject.util.Jsons
Create a property.
p(String, Option<Jsons.Val>) - Static method in class org.opencastproject.util.Jsons
Create a property.
p(String, Number) - Static method in class org.opencastproject.util.Jsons
Create a property.
p(String, String) - Static method in class org.opencastproject.util.Jsons
Create a property.
p(String, Boolean) - Static method in class org.opencastproject.util.Jsons
Create a property.
p(String, Date) - Static method in class org.opencastproject.util.Jsons
Create a property.
packageMoved(MediaPackage) - Method in interface org.opencastproject.mediapackage.MediaPackageObserver
This method is called if the media package was moved to another location.
packageRoot - Variable in class org.opencastproject.mediapackage.DefaultMediaPackageSerializerImpl
Optional package root file
Param() - Constructor for class org.opencastproject.job.api.JaxbIncident.Param
 
param(String, String) - Static method in class org.opencastproject.util.HttpUtil
 
param(Tuple<String, String>) - Static method in class org.opencastproject.util.HttpUtil
 
param_ - Static variable in class org.opencastproject.util.HttpUtil
 
parse(InputStream) - Static method in class org.opencastproject.serviceregistry.api.HostRegistrationParser
Parses a stream representing a HostRegistration
parse(InputStream) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
Parses a stream representing a ServiceRegistration
parse(InputStream) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
Parses a stream representing a SystemLoad
parse(InputSource) - Static method in class org.opencastproject.util.XmlUtil
Parsing of src without namespaces.
parseAcl - Static variable in class org.opencastproject.security.api.AccessControlParser
parseAcl(String) - Static method in class org.opencastproject.security.api.AccessControlParser
Parses a string into an ACL.
parseAcl(InputStream) - Static method in class org.opencastproject.security.api.AccessControlParser
Unmarshals an ACL from an xml input stream.
parseAclSilent - Static variable in class org.opencastproject.security.api.AccessControlParser
parseAclSilent(String) - Static method in class org.opencastproject.security.api.AccessControlParser
Same like AccessControlParser.parseAcl(String) but throws runtime exceptions in case of an error.
parseDate(String) - Static method in class org.opencastproject.util.SolrUtils
Returns the date or null if null was passed in for the date.
parseDigestFromXml(InputStream) - Method in class org.opencastproject.job.api.IncidentParser
 
parseEnum(A) - Static method in class org.opencastproject.util.EnumSupport
Create a function to parse a string into an Enum value.
parseFlavor - Static variable in class org.opencastproject.mediapackage.MediaPackageElementFlavor
 
parseFlavor(String) - Static method in class org.opencastproject.mediapackage.MediaPackageElementFlavor
Creates a new media package element flavor.
parseGroupFromXml(String) - Method in class org.opencastproject.security.api.GroupParser
 
parseGroupListFromXml(String) - Method in class org.opencastproject.security.api.GroupParser
 
parseIncidentFromXml(InputStream) - Method in class org.opencastproject.job.api.IncidentParser
 
parseIncidentsFromXml(InputStream) - Method in class org.opencastproject.job.api.IncidentParser
 
parseIncidentTreeFromXml(InputStream) - Method in class org.opencastproject.job.api.IncidentParser
 
parseJob(String) - Static method in class org.opencastproject.job.api.JobParser
Parses an xml string representing a Job
parseJob(InputStream) - Static method in class org.opencastproject.job.api.JobParser
Parses a stream representing a Job
parseJobList(String) - Static method in class org.opencastproject.job.api.JobParser
Parses an xml string representing a JaxbJobList
parseJobList(InputStream) - Static method in class org.opencastproject.job.api.JobParser
Parses a stream representing a JaxbJobList
parseMimeType(String) - Static method in class org.opencastproject.util.MimeTypes
Returns a mime type for the given type and subtype, e.
parseNs(InputSource) - Static method in class org.opencastproject.util.XmlUtil
Namespace aware parsing of src.
parseNs(String) - Static method in class org.opencastproject.util.XmlUtil
Namespace aware parsing of xml.
parseRegistrations(InputStream) - Static method in class org.opencastproject.serviceregistry.api.HostRegistrationParser
 
parseRegistrations(InputStream) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
 
parseStatistics(InputStream) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
 
parseXml(String) - Static method in class org.opencastproject.serviceregistry.api.HostRegistrationParser
Parses an xml string representing a HostRegistration
parseXml(String) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
Parses an xml string representing a ServiceRegistration
parseXml(String) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
Parses an xml string representing a SystemLoad
partialFileResponse(File, String, Option<String>, String) - Static method in class org.opencastproject.util.RestUtil
create a partial file response
password - Variable in class org.opencastproject.security.api.JaxbUser
The optional password.
path - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
path - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistrationInMemoryImpl
Path to the service
path(String...) - Static method in class org.opencastproject.util.HttpUtil
 
path(String...) - Static method in class org.opencastproject.util.PathSupport
Deprecated.
PathSupport - Class in org.opencastproject.util
PathSupport is a helper class to deal with filesystem paths.
PATTERN - Static variable in interface org.opencastproject.rest.SharedHttpContext
The key for defining a pattern for request filters.
payloadAsMediaPackageElement(Job, ServiceRegistry) - Static method in class org.opencastproject.util.JobUtil
Interpret the payload of a completed Job as a MediaPackageElement.
payloadAsMediaPackageElement(ServiceRegistry) - Static method in class org.opencastproject.util.JobUtil
Interpret the payload of a completed Job as a MediaPackageElement.
Permissions - Interface in org.opencastproject.security.api
Represent the common permissions in Opencast
Permissions.Action - Enum in org.opencastproject.security.api
 
persist(A) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
persist(A) - Static method in class org.opencastproject.util.persistence.Queries
EntityManager.persist(Object) as a function.
persist(A) - Static method in class org.opencastproject.util.persistencefn.Queries
EntityManager.persist(Object) as a function.
PersistenceEnv - Class in org.opencastproject.util.persistence
Persistence environment to perform a transaction.
PersistenceEnv() - Constructor for class org.opencastproject.util.persistence.PersistenceEnv
 
PersistenceEnv - Class in org.opencastproject.util.persistencefn
Persistence environment to perform a transaction.
PersistenceEnv() - Constructor for class org.opencastproject.util.persistencefn.PersistenceEnv
 
PersistenceEnv2<F> - Interface in org.opencastproject.util.persistence
Persistence environment that handles errors with an either instead of throwing exceptions.
PersistenceEnvBuilder - Class in org.opencastproject.util.persistence
Builder for persistence environments.
PersistenceEnvBuilder() - Constructor for class org.opencastproject.util.persistence.PersistenceEnvBuilder
 
PersistenceEnvBuilder(String) - Constructor for class org.opencastproject.util.persistence.PersistenceEnvBuilder
 
PersistenceEnvBuilder - Class in org.opencastproject.util.persistencefn
Builder for persistence environments.
PersistenceEnvBuilder() - Constructor for class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
 
PersistenceEnvBuilder(String) - Constructor for class org.opencastproject.util.persistencefn.PersistenceEnvBuilder
 
persistenceEnvironment(EntityManagerFactory) - Static method in class org.opencastproject.util.persistence.PersistenceEnvs
Create a new, concurrently usable persistence environment which uses JPA local transactions.
persistenceEnvironment(ComponentContext, String) - Static method in class org.opencastproject.util.persistence.PersistenceEnvs
Shortcut for persistenceEnvironment(newEntityManagerFactory(cc, emName)).
persistenceEnvironment(ComponentContext, String, Map) - Static method in class org.opencastproject.util.persistence.PersistenceEnvs
Shortcut for newPersistenceEnvironment(newEntityManagerFactory(cc, emName, persistenceProps)).
persistenceEnvironment(PersistenceProvider, String, Map) - Static method in class org.opencastproject.util.persistence.PersistenceEnvs
Create a new persistence environment.
PersistenceEnvs - Class in org.opencastproject.util.persistence
Persistence environment factory.
PersistenceEnvs - Class in org.opencastproject.util.persistencefn
Persistence environment factory.
PersistenceUtil - Class in org.opencastproject.util.persistence
Functions supporting persistence.
PersistenceUtil - Class in org.opencastproject.util.persistencefn
Functions supporting persistence.
PersistenceUtil.DatabaseVendor - Enum in org.opencastproject.util.persistencefn
 
persistOrUpdate(EntityManager, A) - Static method in class org.opencastproject.util.persistence.Queries
 
persistOrUpdate(A) - Static method in class org.opencastproject.util.persistence.Queries
 
persistOrUpdate(EntityManager, A) - Static method in class org.opencastproject.util.persistencefn.Queries
If the object does not have an ID, persist it.
persistOrUpdate(A) - Static method in class org.opencastproject.util.persistencefn.Queries
pkLevDb - Variable in class org.opencastproject.mediapackage.track.AudioStreamImpl
 
PNG - Static variable in class org.opencastproject.util.MimeTypes
 
port - Variable in class org.opencastproject.security.api.JaxbOrganization.OrgServer
The server port
post(NameValuePair...) - Static method in class org.opencastproject.util.HttpUtil
 
post(String, NameValuePair...) - Static method in class org.opencastproject.util.HttpUtil
 
post(String, List<NameValuePair>) - Static method in class org.opencastproject.util.HttpUtil
 
preconditionFailed() - Static method in class org.opencastproject.util.RestUtil.R
Creates a precondition failed status response
preconditionFailed(String) - Static method in class org.opencastproject.util.RestUtil.R
Creates a precondition failed status response with a message
Predicate<A> - Class in org.opencastproject.util.data
A predicate function.
Predicate() - Constructor for class org.opencastproject.util.data.Predicate
 
Prelude - Class in org.opencastproject.util.data
The prelude contains general purpose functions.
prepend(String) - Static method in class org.opencastproject.util.data.functions.Strings
A function to prepend the argument string with a prefix.
PRESENTATION_FEED_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presentation feed preview image flavor
PRESENTATION_PLAYER_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presentation player preview image flavor
PRESENTATION_SEARCHRESULT_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presentation search result preview image flavor
PRESENTATION_SEGMENT_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presentation segment preview image flavor
PRESENTATION_SOURCE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track containing presentational material
PRESENTATION_SOURCE_PARTIAL - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track containing presentational partial material
presentations - Static variable in class org.opencastproject.mediapackage.MediaPackageSupport.Filters
 
PRESENTER_FEED_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presenter feed preview image flavor
PRESENTER_PLAYER_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presenter player preview image flavor
PRESENTER_SEARCHRESULT_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presenter search result preview image flavor
PRESENTER_SEGMENT_PREVIEW - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Presenter segment preview image flavor
PRESENTER_SOURCE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track containing the presenter/s
PRESENTER_SOURCE_PARTIAL - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Track containing the presenter/s partial material
priority - Variable in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
The builder's priority
process(Job) - Method in class org.opencastproject.job.api.AbstractJobProducer
Asks the overriding class to process the arguments using the given operation.
ProcessExcecutorException - Exception in org.opencastproject.util
Deprecated.
ProcessExcecutorException(String, Throwable) - Constructor for exception org.opencastproject.util.ProcessExcecutorException
Deprecated.
Creates a new exception.
ProcessExecutor<T extends Exception> - Class in org.opencastproject.util
Deprecated.
use ProcessRunner instead
ProcessExecutor(String, Map<String, String>, boolean) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String, String) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String, String[]) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String[]) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String, boolean) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String[], boolean) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessExecutor(String, String, boolean) - Constructor for class org.opencastproject.util.ProcessExecutor
Deprecated.
 
ProcessInfo(List<String>, Map<String, String>, boolean) - Constructor for class org.opencastproject.util.ProcessRunner.ProcessInfo
 
PROCESSING_PROPERTIES - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Processing properties flavor
processLogger - Variable in class org.opencastproject.util.StreamHelper
Deprecated.
Append messages to this logger
ProcessRunner - Class in org.opencastproject.util
Helper class to run an external process on the host system and to read its STDOUT and STDERR streams.
ProcessRunner.ProcessInfo - Class in org.opencastproject.util
 
processTextTemplate(String, String, Map<String, Object>) - Static method in class org.opencastproject.util.doc.DocUtil
Handles the replacement of the variable strings within textual templates and also allows the setting of variables for the control of logical branching within the text template as well
Uses and expects freemarker (http://freemarker.org/) style templates (that is using ${name} as the marker for a replacement)
NOTE: These should be compatible with Velocity (http://velocity.apache.org/) templates if you use the formal notation (formal: ${variable}, shorthand: $variable)
ProgressInputStream - Class in org.opencastproject.util
An InputStream that counts the number of bytes read.
ProgressInputStream(InputStream) - Constructor for class org.opencastproject.util.ProgressInputStream
 
properties - Variable in class org.opencastproject.job.api.JaxbJobContext
The properties
properties - Variable in class org.opencastproject.mediapackage.attachment.AttachmentImpl
The object properties
properties - Variable in class org.opencastproject.security.api.JaxbOrganization
Arbitrary string properties associated with this organization
properties(Tuple<String, String>...) - Static method in class org.opencastproject.util.data.Collections
Create properties from a list of tuples (K, V).
PropertiesResponse - Class in org.opencastproject.util
A handy wrapper to wrap Properties objects for automated JAXB serialization.
PropertiesResponse() - Constructor for class org.opencastproject.util.PropertiesResponse
 
PropertiesResponse(Properties) - Constructor for class org.opencastproject.util.PropertiesResponse
 
PropertiesUtil - Class in org.opencastproject.util
Contains general purpose Properties utility functions.
PROPERTY_KEY_SYS_USER - Static variable in class org.opencastproject.security.util.SecurityUtil
The name of the key used to store the name of the system user in the global config.
PROPERTY_NAME - Static variable in class org.opencastproject.mediapackage.identifier.IdBuilderFactory
Name of the system property
PROPERTY_NAME - Static variable in class org.opencastproject.mediapackage.MediaPackageBuilderFactory
Name of the system property
provider - Variable in class org.opencastproject.security.api.JaxbUser
The user's provider
Publication - Interface in org.opencastproject.mediapackage
The presentation element describes where a media package can be consumed.
publication(String, String, URI, MimeType) - Static method in class org.opencastproject.mediapackage.PublicationImpl
 
PublicationBuilderPlugin - Class in org.opencastproject.mediapackage.elementbuilder
 
PublicationBuilderPlugin() - Constructor for class org.opencastproject.mediapackage.elementbuilder.PublicationBuilderPlugin
 
PublicationImpl - Class in org.opencastproject.mediapackage
 
PublicationImpl() - Constructor for class org.opencastproject.mediapackage.PublicationImpl
JAXB constructor
PublicationImpl(String, String, URI, MimeType) - Constructor for class org.opencastproject.mediapackage.PublicationImpl
 
PublicationImpl.Adapter - Class in org.opencastproject.mediapackage
JAXB adapter
put(A, B) - Method in class org.opencastproject.util.data.MultiMap
 
putAll(A, List<B>) - Method in class org.opencastproject.util.data.MultiMap
 

Q

Queries - Class in org.opencastproject.util.persistence
JPA query constructors.
Queries - Class in org.opencastproject.util.persistencefn
JPA query constructors.
Queries.QueriesBase<P> - Class in org.opencastproject.util.persistence
 
Queries.QueriesBase<P> - Class in org.opencastproject.util.persistencefn
 
Queries.TypedQueriesBase<P> - Class in org.opencastproject.util.persistence
 
Queries.TypedQueriesBase<P> - Class in org.opencastproject.util.persistencefn
 
QueriesBase() - Constructor for class org.opencastproject.util.persistence.Queries.QueriesBase
 
QueriesBase() - Constructor for class org.opencastproject.util.persistencefn.Queries.QueriesBase
 
query(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Create a query from q with a list of parameters.
query(EntityManager, String, Class<A>, Tuple<String, ?>...) - Method in class org.opencastproject.util.persistence.Queries.TypedQueriesBase
Create a typed query from q with a list of parameters.
query(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Create a query from q with a list of parameters.
query(EntityManager, String, Class<A>, P2<String, ?>...) - Method in class org.opencastproject.util.persistencefn.Queries.TypedQueriesBase
Create a typed query from q with a list of parameters.
queuedJobs - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceStatistics
The number of currently queued jobs

R

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
Deprecated.
this method doesn't support UTF8 or handle HTTP response codes
readFileFromURL(URL, TrustedHttpClient) - Static method in class org.opencastproject.util.IoSupport
Deprecated.
this method doesn't support UTF8 or handle HTTP response codes
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
Removes a PropertyChangeListener The listener gets notified as soon as the input stream is read.
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
A marker interface for the federation of all RoleProviders.
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
Deprecated.
use Queries.named count(EntityManager, String, Object[])
runFirstResultQuery(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named findFirst(EntityManager, String, Object[])
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
Deprecated.
use Queries.named #findSingle(EntityManager, String, Object[])
runUpdate(EntityManager, String, Tuple<String, ?>...) - Static method in class org.opencastproject.util.persistence.PersistenceUtil
Deprecated.
use Queries.named #update(EntityManager, String, Object[])

S

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
Marshals and unmarshals ServiceRegistrations.
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
Sets the receipt's current Job.Status along with the Job.FailureReason to indicate why - in the case of failure - the job failed.
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
Functional version of Arrays.sort(A[]).
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
Deprecated.
use StreamConsumer instead
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
MimeType.getSuffix() as a function.
suffix - Static variable in class org.opencastproject.util.MimeTypeUtil
MimeType.getSuffix() as a function.
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
Marshals and unmarshals SystemLoads.

T

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
Convert the given Properties to a Dictionary of strings
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
Convert the given Properties to a Map of strings
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
MimeType.toString() as a function.
toString - Static variable in class org.opencastproject.util.MimeTypeUtil
MimeType.toString() as a function.
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
Gets an xml representation of a HostRegistration
toXml(ServiceRegistration) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
Gets an xml representation of a ServiceRegistration
toXml(SystemLoad) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
Gets an xml representation of a SystemLoad
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
Gets a serialized representation of a HostRegistration
toXmlStream(ServiceRegistration) - Static method in class org.opencastproject.serviceregistry.api.ServiceRegistrationParser
Gets a serialized representation of a ServiceRegistration
toXmlStream(SystemLoad) - Static method in class org.opencastproject.serviceregistry.api.SystemLoadParser
Gets a serialized representation of a SystemLoad
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
Utility class for handling Tracks and Streams.
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
 

U

UNAUTHORIZED_KEY - Static variable in class org.opencastproject.rest.BulkOperationResult
 
UnauthorizedException - Exception in org.opencastproject.security.api
An exception that indicates that a subject attempted to take an action for which it was not authorized.
UnauthorizedException(String) - Constructor for exception org.opencastproject.security.api.UnauthorizedException
Constructs an UnauthorizedException using the specified message.
UnauthorizedException(User, String) - Constructor for exception org.opencastproject.security.api.UnauthorizedException
Constructs an UnauthorizedException for the specified user's attempt to take a specified action.
UnauthorizedException(User, String, AccessControlList) - Constructor for exception org.opencastproject.security.api.UnauthorizedException
Constructs an UnauthorizedException for the specified user's attempt to take a specified action.
uncurry(Function<? super A, Function<B, C>>) - Static method in class org.opencastproject.util.data.functions.Functions
Uncurry to a function of arity 2.
UndispatchableJobException - Exception in org.opencastproject.serviceregistry.api
Exception that is thrown if a job is not dispatchable by any service that would normally accept this type of work.
UndispatchableJobException(String, Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.UndispatchableJobException
Creates a new undispatchable job exception
UndispatchableJobException(String) - Constructor for exception org.opencastproject.serviceregistry.api.UndispatchableJobException
Creates a new undispatchable job exception
UndispatchableJobException(Throwable) - Constructor for exception org.opencastproject.serviceregistry.api.UndispatchableJobException
Creates a new undispatchable job exception
unexhaustiveMatch() - Static method in class org.opencastproject.util.data.Prelude
Java is not able to determine the exhaustiveness of a match.
unexhaustiveMatchError() - Static method in class org.opencastproject.util.data.Prelude
Java is not able to determine the exhaustiveness of a match.
unhandledException(Job, Incident.Severity, Throwable) - Method in class org.opencastproject.serviceregistry.api.Incidents
Record an incident for a given job caused by an uncatched exception.
unhandledException(long, Incident.Severity, Throwable) - Method in class org.opencastproject.serviceregistry.api.Incidents
Record an incident for a given job caused by an uncatched exception.
unique(List<A>, Function<A, B>) - Static method in class org.opencastproject.util.data.Collections
Create a list of unique elements determined by a given criteria.
UnknownFileTypeException - Exception in org.opencastproject.util
Class description goes here.
UnknownFileTypeException(String) - Constructor for exception org.opencastproject.util.UnknownFileTypeException
Creates a new exception with the given message.
UnknownFileTypeException(String, File) - Constructor for exception org.opencastproject.util.UnknownFileTypeException
Creates a new exception with the given message and a reference to the file causing the exception.
unmarshal(AttachmentImpl) - Method in class org.opencastproject.mediapackage.attachment.AttachmentImpl.Adapter
 
unmarshal(AudioStreamImpl) - Method in class org.opencastproject.mediapackage.AudioStream.Adapter
 
unmarshal(CatalogImpl) - Method in class org.opencastproject.mediapackage.CatalogImpl.Adapter
 
unmarshal(IdImpl) - Method in class org.opencastproject.mediapackage.identifier.Id.Adapter
 
unmarshal(MediaPackageImpl) - Method in class org.opencastproject.mediapackage.MediaPackageImpl.Adapter
 
unmarshal(String) - Method in class org.opencastproject.mediapackage.MediaPackageReferenceImpl.Adapter
 
unmarshal(PublicationImpl) - Method in class org.opencastproject.mediapackage.PublicationImpl.Adapter
 
unmarshal(TrackImpl) - Method in class org.opencastproject.mediapackage.track.TrackImpl.Adapter
 
unmarshal(VideoStreamImpl) - Method in class org.opencastproject.mediapackage.VideoStream.Adapter
 
unmarshal(String) - Method in class org.opencastproject.util.DateTimeSupport.UtcTimestampAdapter
 
unmarshal(HashEntry[]) - Method in class org.opencastproject.util.HashtableAdapter
unmarshal(Class<A>, InputStream) - Method in class org.opencastproject.util.jaxb.JaxbParser
Unmarshal an instance of class dtoClass from source and close it.
unmarshal(T) - Method in class org.opencastproject.util.jaxb.OptionAdapter
 
unmarshal(String) - Method in class org.opencastproject.util.jaxb.UtcTimestampAdapter
 
unregisterHost(String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Removes an Opencast server from service.
unregisterHost(String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Removes an Opencast server from service.
unregisterMXBean(ObjectInstance) - Static method in class org.opencastproject.util.jmx.JmxUtil
 
unRegisterService(String, String) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Unregisters a host from handling a specific type of job
unregisterService(JobProducer) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Removes the job producer from the service registry.
unRegisterService(String, String) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Unregisters a host from handling a specific type of job
unregisterService(ServiceRegistration) - Static method in class org.opencastproject.util.osgi.SimpleServicePublisher
UnsupportedElementException - Exception in org.opencastproject.mediapackage
This exception is thrown if an element is added to a MediaPackage and the element type is not supported.
UnsupportedElementException(String) - Constructor for exception org.opencastproject.mediapackage.UnsupportedElementException
Creates a new exception with the given message.
UnsupportedElementException(String, Throwable) - Constructor for exception org.opencastproject.mediapackage.UnsupportedElementException
Creates a new exception with the given message and a cause.
UnsupportedElementException(MediaPackageElement, String) - Constructor for exception org.opencastproject.mediapackage.UnsupportedElementException
Creates a new exception for the given element with the given message.
unzip(File, File) - Static method in class org.opencastproject.util.ZipUtil
Extracts a zip file to a directory.
unzip(String, String) - Static method in class org.opencastproject.util.ZipUtil
Extracts a zip file to a directory.
unzip(File, String) - Static method in class org.opencastproject.util.ZipUtil
Extracts a zip file to a directory.
unzip(String, File) - Static method in class org.opencastproject.util.ZipUtil
Extracts a zip file to a directory.
update(ServiceRegistry, Job) - Static method in class org.opencastproject.util.JobUtil
Get the latest state of a job.
update(EntityManager, String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
Run an update (UPDATE or DELETE) query and ensure that at least one row got affected.
update(String, P...) - Method in class org.opencastproject.util.persistence.Queries.QueriesBase
update(EntityManager, String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
Run an update (UPDATE or DELETE) query and ensure that at least one row got affected.
update(String, P...) - Method in class org.opencastproject.util.persistencefn.Queries.QueriesBase
updated(Dictionary) - Method in class org.opencastproject.util.osgi.SimpleServicePublisher
 
updateElement(MediaPackage, MediaPackageElement) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
Update a mediapackage element of a mediapackage.
updateElement(MediaPackage) - Static method in class org.opencastproject.mediapackage.MediaPackageSupport
updateJob(Job) - Method in interface org.opencastproject.serviceregistry.api.ServiceRegistry
Update the job in the database
updateJob(Job) - Method in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
Update the job in the database
updateNodeLoad(String, float) - Method in class org.opencastproject.serviceregistry.api.SystemLoad
Updates the load factor for a node
UploadJob - Class in org.opencastproject.util
Holds information about a file upload.
UploadJob() - Constructor for class org.opencastproject.util.UploadJob
 
UploadJob(String, long) - Constructor for class org.opencastproject.util.UploadJob
 
uri - Variable in class org.opencastproject.mediapackage.AbstractMediaPackageElement
The element's location
uri(String) - Static method in class org.opencastproject.util.UrlSupport
URI constructor function without checked exceptions.
uri(Object...) - Static method in class org.opencastproject.util.UrlSupport
Create a URI from the given parts.
url(String) - Static method in class org.opencastproject.util.UrlSupport
URL constructor function without checked exceptions.
url(String, String, int) - Static method in class org.opencastproject.util.UrlSupport
URL constructor function without checked exceptions.
url(URL, String) - Static method in class org.opencastproject.util.UrlSupport
URL constructor function without checked exceptions.
UrlSupport - Class in org.opencastproject.util
UrlSupport is a helper class to deal with urls.
User - Interface in org.opencastproject.security.api
Represent a user in Opencast
USER_HEADER - Static variable in interface org.opencastproject.security.api.SecurityConstants
Header name for the desired user
UserDirectoryService - Interface in org.opencastproject.security.api
A marker interface for federation of all UserProviders.
userDirectoryService - Variable in class org.opencastproject.serviceregistry.api.ServiceRegistryInMemoryImpl
The user directory service
userName - Variable in class org.opencastproject.security.api.JaxbUser
The user name
UserParser - Class in org.opencastproject.security.api
Marshals and unmarshalls Users to/from XML.
UserProvider - Interface in org.opencastproject.security.api
Provides access to users and roles.
users - Variable in class org.opencastproject.security.api.JaxbUserList
A list of users.
UtcTimestampAdapter() - Constructor for class org.opencastproject.util.DateTimeSupport.UtcTimestampAdapter
 
UtcTimestampAdapter - Class in org.opencastproject.util.jaxb
JAXB adapter that formats dates in UTC format YYYY-MM-DD'T'hh:mm:ss.MMM'Z' up to millisecond, e.g.
UtcTimestampAdapter() - Constructor for class org.opencastproject.util.jaxb.UtcTimestampAdapter
 
UUIDIdBuilderImpl - Class in org.opencastproject.mediapackage.identifier
Default implementation of an id builder.
UUIDIdBuilderImpl() - Constructor for class org.opencastproject.mediapackage.identifier.UUIDIdBuilderImpl
Creates a new id builder.

V

v(Number) - Static method in class org.opencastproject.util.Jsons
 
v(String) - Static method in class org.opencastproject.util.Jsons
 
v(Boolean) - Static method in class org.opencastproject.util.Jsons
 
v(Date) - Static method in class org.opencastproject.util.Jsons
 
val(int) - Method in class org.opencastproject.util.JsonArr
 
val(String) - Method in class org.opencastproject.util.JsonObj
 
Val() - Constructor for class org.opencastproject.util.Jsons.Val
 
valOpt(String) - Method in class org.opencastproject.util.JsonObj
 
value - Variable in class org.opencastproject.security.api.JaxbOrganization.OrgProperty
The property value
value - Variable in class org.opencastproject.util.Checksum
The checksum value
value() - Method in class org.opencastproject.util.data.Either.LeftProjection
 
value() - Method in class org.opencastproject.util.data.Either.RightProjection
 
value() - Method in class org.opencastproject.util.data.Lazy
 
value() - Method in class org.opencastproject.util.data.Monadics.IteratorMonadic
Return the wrapped iterator.
value() - Method in class org.opencastproject.util.data.Monadics.ListMonadic
Return the wrapped, unmodifiable list.
value() - Method in class org.opencastproject.util.data.MultiMap
 
value - Variable in class org.opencastproject.util.HashEntry
 
valueOf(String) - Static method in enum org.opencastproject.job.api.Incident.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.job.api.Job.FailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.job.api.Job.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.MediaPackageElement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.opencastproject.mediapackage.MediaPackageImpl
Unmarshals XML representation of a MediaPackage via JAXB.
valueOf(InputStream) - Static method in class org.opencastproject.mediapackage.MediaPackageImpl
Reads the media package from the input stream.
valueOf(Node) - Static method in class org.opencastproject.mediapackage.MediaPackageImpl
Reads the media package from an xml node.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.MediaPackageSupport.MergeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.track.BitRateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.track.FrameRateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.track.ScanOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.track.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.mediapackage.track.TrackImpl.StreamingProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.security.api.AclScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.security.api.Permissions.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.security.api.Role.Target
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.security.api.Role.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.serviceregistry.api.ServiceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.util.doc.rest.RestParameter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencastproject.util.persistencefn.PersistenceUtil.DatabaseVendor
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opencastproject.job.api.Incident.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.job.api.Job.FailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.job.api.Job.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.MediaPackageElement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.MediaPackageSupport.MergeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.track.BitRateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.track.FrameRateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.track.ScanOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.track.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.mediapackage.track.TrackImpl.StreamingProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.security.api.AclScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.security.api.Permissions.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.security.api.Role.Target
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.security.api.Role.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.serviceregistry.api.ServiceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.util.doc.rest.RestParameter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencastproject.util.persistencefn.PersistenceUtil.DatabaseVendor
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Function<? super A, ? extends B>) - Static method in class org.opencastproject.util.data.functions.Functions
Pure functions are covariant in their result type and contravariant in their argument type.
VCell<A> - Class in org.opencastproject.util.data
Value cell, a mutable data container.
VCell(A, boolean) - Constructor for class org.opencastproject.util.data.VCell
 
verify() - Method in class org.opencastproject.mediapackage.AbstractMediaPackageElement
 
verify() - Method in interface org.opencastproject.mediapackage.MediaPackage
Verifies the media package consistency by checking the media package elements for mimetypes and checksums.
verify() - Method in interface org.opencastproject.mediapackage.MediaPackageElement
Verifies the integrity of the media package element.
verify() - Method in class org.opencastproject.mediapackage.MediaPackageImpl
 
video - Variable in class org.opencastproject.mediapackage.track.TrackImpl
 
VideoStream - Interface in org.opencastproject.mediapackage
A stream containing video data.
VideoStream.Adapter - Class in org.opencastproject.mediapackage
 
VideoStreamImpl - Class in org.opencastproject.mediapackage.track
Implementation of VideoStream.
VideoStreamImpl() - Constructor for class org.opencastproject.mediapackage.track.VideoStreamImpl
 
VideoStreamImpl(String) - Constructor for class org.opencastproject.mediapackage.track.VideoStreamImpl
 

W

waitForFile(File) - Static method in class org.opencastproject.util.IoSupport
Returns the given File back when it's ready for reading
waitForJob(Job, ServiceRegistry, Option<Long>, Job) - Static method in class org.opencastproject.util.JobUtil
Check if job is not done yet and wait in case.
waitForJob(ServiceRegistry, Option<Long>, Job) - Static method in class org.opencastproject.util.JobUtil
Check if job is not done yet and wait in case.
waitForJob(Job, ServiceRegistry, Job) - Static method in class org.opencastproject.util.JobUtil
Check if job is not done yet and wait in case.
waitForJob(ServiceRegistry, Job) - Static method in class org.opencastproject.util.JobUtil
Check if job is not done yet and wait in case.
waitForJob(ServiceRegistry, Option<Long>) - Static method in class org.opencastproject.util.JobUtil
waitForJob(Job, ServiceRegistry, Option<Long>) - Static method in class org.opencastproject.util.JobUtil
waitForJobs() - Method in class org.opencastproject.job.api.JobBarrier
Waits for a status change and returns the new status.
waitForJobs(long) - Method in class org.opencastproject.job.api.JobBarrier
Waits for a status change on all jobs and returns.
waitForJobs(Job, ServiceRegistry, long, long, Job...) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(Job, ServiceRegistry, long, Job...) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(Job, ServiceRegistry, Job...) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(ServiceRegistry, long, Job...) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(ServiceRegistry, Job...) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(Job, ServiceRegistry, long, Collection<Job>) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(ServiceRegistry, long, Collection<Job>) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(Job, ServiceRegistry, Collection<Job>) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobs(ServiceRegistry, Collection<Job>) - Static method in class org.opencastproject.util.JobUtil
Waits for the result of a created barrier for jobs, using registry to poll for the outcome of the monitored jobs using the default polling interval.
waitForJobSuccess(Job, ServiceRegistry, Option<Long>) - Static method in class org.opencastproject.util.JobUtil
Wait for the job to complete and return the success value.
waitForJobSuccess(ServiceRegistry, Option<Long>) - Static method in class org.opencastproject.util.JobUtil
Wait for the job to complete and return the success value.
waitForResource(TrustedHttpClient, URI, int, long, long) - Static method in class org.opencastproject.util.HttpUtil
Wait for a certain status of a resource.
waitUntilFinished() - Method in class org.opencastproject.util.StreamConsumer
Wait until the stream has been fully consumed.
waitUntilRunning() - Method in class org.opencastproject.util.StreamConsumer
Wait for the executing thread to run.
warn(String) - Method in class org.opencastproject.util.Log
 
warn(String, Object...) - Method in class org.opencastproject.util.Log
 
warn(Throwable, String) - Method in class org.opencastproject.util.Log
 
warning - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceHealth
 
warningStateTrigger - Variable in class org.opencastproject.serviceregistry.api.JaxbServiceRegistration
 
welcomeFile - Variable in class org.opencastproject.rest.StaticResource
The welcome file to redirect to, if only the alias is specified in the request
WFR_URL_ORG_PROPERTY - Static variable in interface org.opencastproject.systems.OpencastConstants
The property key for the Working File Repository URL defined in the organization properties
widen(List<? extends A>) - Static method in class org.opencastproject.util.data.functions.Misc
Widening cast.
widen(Class<A>, List<? extends A>) - Static method in class org.opencastproject.util.data.functions.Misc
Widening cast.
widen(Option<? extends A>) - Static method in class org.opencastproject.util.data.functions.Misc
Widening cast.
widen(Class<A>, Option<? extends A>) - Static method in class org.opencastproject.util.data.functions.Misc
Widening cast.
WILDCARD - Static variable in class org.opencastproject.mediapackage.MediaPackageElementFlavor
Wildcard character used in type and subtype
withFile(File, Function2<InputStream, File, A>) - Static method in class org.opencastproject.util.IoSupport
Handle a stream inside f and ensure that s gets closed properly.
withFile(File, Effect2<OutputStream, File>) - Static method in class org.opencastproject.util.IoSupport
Handle a stream inside e and ensure that s gets closed properly.
withResource(B, Function<B, A>) - Static method in class org.opencastproject.util.IoSupport
Handle a closeable resource inside f and ensure it gets closed properly.
withResource(B, Fn<? super B, ? extends A>) - Static method in class org.opencastproject.util.IoSupport
Handle a closeable resource inside f and ensure it gets closed properly.
withResource(Function0<B>, Function<Exception, Err>, Function<B, A>) - Static method in class org.opencastproject.util.IoSupport
Handle a closeable resource inside f and ensure that r gets closed properly.
withStream(InputStream, Function<InputStream, A>) - Static method in class org.opencastproject.util.IoSupport
withStream(Function0<InputStream>, Function<Exception, Err>, Function<InputStream, A>) - Static method in class org.opencastproject.util.IoSupport
withStream(OutputStream, Function<OutputStream, A>) - Static method in class org.opencastproject.util.IoSupport
withStreams(InputStream[], OutputStream[], Function2<InputStream[], OutputStream[], A>) - Static method in class org.opencastproject.util.IoSupport
Handle multiple streams inside f and ensure that they get closed properly.
WORKFLOW_PROPERTIES_NAMESPACE - Static variable in interface org.opencastproject.systems.OpencastConstants
 
writer - Variable in class org.opencastproject.util.StreamHelper
Deprecated.
the output writer
writeUTF8File(URL, String) - Static method in class org.opencastproject.util.IoSupport
Writes the contents variable to the URL.
writeUTF8File(File, String) - Static method in class org.opencastproject.util.IoSupport
Writes the contents variable to the File.
writeUTF8File(String, String) - Static method in class org.opencastproject.util.IoSupport
Writes the contents variable to the File located at the filename.

X

X() - Constructor for class org.opencastproject.util.data.Effect.X
 
X() - Constructor for class org.opencastproject.util.data.Effect0.X
 
X() - Constructor for class org.opencastproject.util.data.Effect2.X
 
X() - Constructor for class org.opencastproject.util.data.Function.X
 
X() - Constructor for class org.opencastproject.util.data.Function0.X
 
X() - Constructor for class org.opencastproject.util.data.Function2.X
 
XACML_POLICY_EPISODE - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Episode bound XACML policy flavor
XACML_POLICY_SERIES - Static variable in interface org.opencastproject.mediapackage.MediaPackageElements
Series bound XACML policy flavor
xapply(A) - Method in class org.opencastproject.util.data.Function.X
Apply function to a.
xapply(A) - Method in class org.opencastproject.util.data.Function.Xe
 
xapply() - Method in class org.opencastproject.util.data.Function0.X
Apply function to a.
xapply(A, B) - Method in class org.opencastproject.util.data.Function2.X
Apply function to a.
Xe(Function<Exception, Err>) - Constructor for class org.opencastproject.util.data.Function.Xe
 
xfer(A, Class<B>, Function<A, ? extends B>) - Static method in class org.opencastproject.util.ReflectionUtil
Helper method for the transfer idiom.
XML - Static variable in class org.opencastproject.util.MimeTypes
Common mime types
XML_LANG_ATTR - Static variable in class org.opencastproject.mediapackage.XMLCatalogImpl
Expanded name of the XML language attribute xml:lang.
XMLCatalog - Interface in org.opencastproject.mediapackage
Definition for a plain xml catalog.
XMLCatalogImpl - Class in org.opencastproject.mediapackage
This is a basic implementation for handling simple catalogs of metadata.
XMLCatalogImpl() - Constructor for class org.opencastproject.mediapackage.XMLCatalogImpl
Create an empty catalog and register the XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI namespace.
XMLCatalogImpl.CatalogEntry - Class in org.opencastproject.mediapackage
Element representation.
XmlElement - Interface in org.opencastproject.mediapackage
Interface for an arbitrary xml element.
XmlNamespaceBinding - Class in org.opencastproject.util
Declaration of an XML namespace binding which is the association of a prefix to a namespace URI (namespace name).
XmlNamespaceBinding(String, String) - Constructor for class org.opencastproject.util.XmlNamespaceBinding
Bind a prefix to a namespace URI (namespace name).
XmlNamespaceContext - Class in org.opencastproject.util
 
XmlNamespaceContext(Map<String, String>) - Constructor for class org.opencastproject.util.XmlNamespaceContext
Create a new namespace context with bindings from prefix to URI and bind the default namespaces as described in the documentation of NamespaceContext.
XmlUtil - Class in org.opencastproject.util
XML utility functions.
xpath - Variable in class org.opencastproject.mediapackage.elementbuilder.AbstractElementBuilderPlugin
The xpath facility
xpath - Variable in class org.opencastproject.mediapackage.elementbuilder.CatalogBuilderPlugin
The xpath facility
Xpath - Class in org.opencastproject.util
A thin layer around XPath to evaluate expressions in the context of a Node.
XProperties - Class in org.opencastproject.util
An extension to the Properties class which performs the following when you call getProperty: 1.
XProperties() - Constructor for class org.opencastproject.util.XProperties
 
xrun(A) - Method in class org.opencastproject.util.data.Effect.X
Run the side effect.
xrun() - Method in class org.opencastproject.util.data.Effect0.X
Run the side effect.
xrun(A, B) - Method in class org.opencastproject.util.data.Effect2.X
Run the side effect.
XSI_NS_PREFIX - Static variable in class org.opencastproject.mediapackage.XMLCatalogImpl
Namespace prefix for XML schema instance.
XSI_TYPE_ATTR - Static variable in class org.opencastproject.mediapackage.XMLCatalogImpl
Expanded name of the XSI type attribute.

Y

yes - Static variable in class org.opencastproject.util.data.functions.Booleans
A function that always returns true.
yes() - Static method in class org.opencastproject.util.data.functions.Booleans
A function that always returns true.

Z

ZERO_ARR - Static variable in class org.opencastproject.util.Jsons
Identity for arrays.
ZERO_OBJ - Static variable in class org.opencastproject.util.Jsons
Identity for objects.
ZERO_VAL - Static variable in class org.opencastproject.util.Jsons
Identity for values.
zip(M) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
 
zip(B[]) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
 
zip(Iterator<B>) - Method in class org.opencastproject.util.data.Monadics.ListMonadic
 
ZIP - Static variable in class org.opencastproject.util.MimeTypes
 
zip(File[], File, boolean, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive
zip(String[], String) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive, default compression)
zip(String[], String, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive)
zip(String[], String, boolean) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (default compression)
zip(String[], String, boolean, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive
zip(String[], File) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive, default compression)
zip(String[], File, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive)
zip(String[], File, boolean) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (default compression)
zip(String[], File, boolean, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive
zip(File[], String) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive, default compression)
zip(File[], String, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive)
zip(File[], String, boolean) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (default compression)
zip(File[], String, boolean, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive
zip(File[], File) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive, default compression)
zip(File[], File, boolean) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (default compression)
zip(File[], File, int) - Static method in class org.opencastproject.util.ZipUtil
Compresses source files into a zip archive (no recursive)
ZipUtil - Class in org.opencastproject.util
Provides static methods for compressing and extracting zip files using zip64 extensions when necessary.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2009–2020 Opencast Project. All rights reserved.