Index

A C D F G I J L M O P R S T U W Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

activate(ComponentContext) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
Callback for activation of this component.
activate(ComponentContext) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
OSGI callback for activating this component
activate(ComponentContext) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback.
add(long) - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
ADD_ONLY_NEW_FLAVORS_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Managed Property key to allow new flavors of ingested attachments and catalogs to be added to the existing Opencast mediapackage.
addAttachment(InputStream, String, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addAttachment(InputStream, String, MediaPackageElementFlavor, MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addAttachment(URI, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addCatalog(InputStream, String, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addCatalog(InputStream, String, MediaPackageElementFlavor, MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addCatalog(URI, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addContentToRepo(MediaPackage, String, URI) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
addDCCatalog(String, String, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
Adds a dublinCore metadata catalog to the MediaPackage and returns the grown mediaPackage.
addMediaPackage(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackage(HttpServletRequest, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageAttachment(String, String, String, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageAttachment(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageCatalog(String, String, String, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageCatalog(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageElement(HttpServletRequest, MediaPackageElement.Type) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackagePartialTrack(String, String, Long, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackagePartialTrack(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageTrack(String, String, String, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addMediaPackageTrack(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addPartialTrack(InputStream, String, MediaPackageElementFlavor, long, MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
addPartialTrack(URI, MediaPackageElementFlavor, long, MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
addTrack(InputStream, String, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addTrack(InputStream, String, MediaPackageElementFlavor, MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addTrack(URI, MediaPackageElementFlavor, String[], MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addZippedMediaPackage(InputStream) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
addZippedMediaPackage(InputStream, String, Map<String, String>) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
addZippedMediaPackage(InputStream, String, Map<String, String>, Long) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
addZippedMediaPackage(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
addZippedMediaPackage(HttpServletRequest, String, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 

C

canHandle(File) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
canHandle(File) - Method in class org.opencastproject.ingest.scanner.Ingestor
Return true if the passed artifact can be handled by this ingestor, false if not (e.g. it lies outside of inbox or its name starts with a ".")
cleanup(File) - Method in class org.opencastproject.ingest.scanner.Ingestor
 
close() - Method in class org.opencastproject.ingest.impl.ZipEntryInputStream
 
createMediaPackage() - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
createMediaPackage() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
createMediaPackage(String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
createMediaPackage(String) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl

D

deactivate() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Callback from OSGi on service deactivation.
deactivate() - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback.
DEFAULT_ALLOW_ONLY_NEW_FLAVORS - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The default is to preserve existing Opencast flavors during ingest.
DEFAULT_ALLOW_SERIES_MODIFICATIONS - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
By default, do not allow event ingest to modify existing series metadata
DEFAULT_DOWNLOAD_AUTH_FORCE_BASIC - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The default for force basic authentication even if download host does not ask for it
DEFAULT_INGEST_FILE_JOB_LOAD - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The approximate load placed on the system by ingesting a file
DEFAULT_INGEST_ZIP_JOB_LOAD - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The approximate load placed on the system by ingesting a zip file
DEFAULT_SKIP - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The default is not to automatically skip attachments and catalogs from capture agent
DEFAULT_WORKFLOW_DEFINITION - Static variable in class org.opencastproject.ingest.endpoint.IngestRestService
Key for the default workflow definition in config.properties
defaultWorkflowDefinionId - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The default workflow identifier, if one is configured
discardMediaPackage(String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
discardMediaPackage(MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
DOWNLOAD_AUTH_FORCE_BASIC - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Force basic authentication even if download host does not ask for it
DOWNLOAD_AUTH_METHOD - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The authentication method for download from external sources
DOWNLOAD_PASSWORD - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The password for download from external sources
DOWNLOAD_SOURCE - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The source to download from
DOWNLOAD_USER - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The user for download from external sources

F

failed() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
FFPROBE_BINARY_CONFIG - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
FFPROBE_BINARY_DEFAULT - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
FILE_JOB_LOAD_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The key to look for in the service configuration file to override the IngestServiceImpl.DEFAULT_INGEST_FILE_JOB_LOAD
FILENAME_LENGTH_MAX - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The maximum length of filenames ingested by Opencast

G

getAuthedHttpClient() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
getBytesInLastFifteenMinutes() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getBytesInLastFifteenMinutes() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the total number of ingested bytes in the last fifteen minutes
getBytesInLastFiveMinutes() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getBytesInLastFiveMinutes() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the total number of ingested bytes in the last five minutes
getBytesInLastMinute() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getBytesInLastMinute() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the total number of ingested bytes in the last minute
getFailedIngestOperations() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getFailedIngestOperations() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the number of failed ingest operations
getIngestLimit() - Method in class org.opencastproject.ingest.endpoint.IngestRestService
Returns the maximum number of concurrent ingest operations or -1 if no limit is enforced.
getOrganizationDirectoryService() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
getSecurityService() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
getService() - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
getServiceRegistry() - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
getServiceRegistry() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
getSuccessfulIngestOperations() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getSuccessfulIngestOperations() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the number of successful ingest operations
getTotalBytes() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
getTotalBytes() - Method in interface org.opencastproject.ingest.impl.jmx.IngestStatisticsMXBean
Gets the total number of ingested bytes
getUserDirectoryService() - Method in class org.opencastproject.ingest.impl.IngestServiceImpl

I

Implementation notes - Search tag in class org.opencastproject.ingest.scanner.InboxScannerService
Section
INBOX_DATETIME_FORMAT - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_METADATA_FFPROBE - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_METADATA_REGEX - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_PATH - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the inbox path
INBOX_POLL - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the polling interval in ms.
INBOX_SCHEDULE_MATCH - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_SCHEDULE_MATCH_THRESHOLD - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_THREADS - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_TRIES - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
INBOX_TRIES_BETWEEN_SEC - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
 
InboxScannerService - Class in org.opencastproject.ingest.scanner
The inbox scanner monitors a directory for incoming media packages.
InboxScannerService() - Constructor for class org.opencastproject.ingest.scanner.InboxScannerService
 
ingest(File) - Method in class org.opencastproject.ingest.scanner.Ingestor
Asynchronous ingest of an artifact.
ingest(HttpServletRequest) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
ingest(HttpServletRequest, String) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
ingest(MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
ingest(MediaPackage, String, Map<String, String>) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
ingest(MediaPackage, String, Map<String, String>, Long) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
INGEST_ATTACHMENT - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest attachments directly create jobs with this operation type
INGEST_ATTACHMENT_FROM_URI - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest attachments from a URI create jobs with this operation type
INGEST_CATALOG - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest catalogs directly create jobs with this operation type
INGEST_CATALOG_FROM_URI - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest catalogs from a URI create jobs with this operation type
INGEST_TRACK - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest tracks directly create jobs with this operation type
INGEST_TRACK_FROM_URI - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest tracks from a URI create jobs with this operation type
INGEST_ZIP - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Methods that ingest zips create jobs with this operation type
Ingestor - Class in org.opencastproject.ingest.scanner
Used by the InboxScannerService to do the actual ingest.
Ingestor(IngestService, SecurityContext, String, Map<String, String>, String, File, int, SeriesService, int, int, Optional<Pattern>, DateTimeFormatter, SchedulerService, String, boolean, float, Workspace) - Constructor for class org.opencastproject.ingest.scanner.Ingestor
Create new ingestor.
IngestRestService - Class in org.opencastproject.ingest.endpoint
Creates and augments Opencast MediaPackages using the api.
IngestRestService() - Constructor for class org.opencastproject.ingest.endpoint.IngestRestService
 
IngestServiceImpl - Class in org.opencastproject.ingest.impl
Creates and augments Opencast MediaPackages.
IngestServiceImpl() - Constructor for class org.opencastproject.ingest.impl.IngestServiceImpl
Creates a new ingest service instance.
IngestStatistics - Class in org.opencastproject.ingest.impl.jmx
 
IngestStatistics() - Constructor for class org.opencastproject.ingest.impl.jmx.IngestStatistics
 
IngestStatisticsMXBean - Interface in org.opencastproject.ingest.impl.jmx
JMX Bean interface exposing ingest statistics.
install(File) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
isAddOnlyNew - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Option to overwrite matching flavors (e.g. series and episode metadata) on ingest, tracks are always taken on ingest
isAllowModifySeries - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
 
isIngestLimitEnabled() - Method in class org.opencastproject.ingest.endpoint.IngestRestService
Returns true if a maximum number of concurrent ingest operations has been defined.

J

JOB_TYPE - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
 

L

LEGACY_MEDIAPACKAGE_ID_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The key for the legacy mediapackage identifier

M

MAX_INGESTS_KEY - Static variable in class org.opencastproject.ingest.endpoint.IngestRestService
Key for the default maximum number of ingests in config.properties
MEDIA_FLAVOR - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the default media flavor
MODIFY_OPENCAST_SERIES_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Deprecated.
myInfo() - Method in class org.opencastproject.ingest.scanner.Ingestor
 

O

org.opencastproject.ingest.endpoint - package org.opencastproject.ingest.endpoint
 
org.opencastproject.ingest.impl - package org.opencastproject.ingest.impl
 
org.opencastproject.ingest.impl.jmx - package org.opencastproject.ingest.impl.jmx
 
org.opencastproject.ingest.scanner - package org.opencastproject.ingest.scanner
 
organizationDirectoryService - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The organization directory service

P

process(Job) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl

R

read() - Method in class org.opencastproject.ingest.impl.ZipEntryInputStream
 
run() - Method in class org.opencastproject.ingest.scanner.Ingestor
 

S

schedule(String, MultivaluedMap<String, String>) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
schedule(MultivaluedMap<String, String>) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
 
schedule(MediaPackage, String, Map<String, String>) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
securityService - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The security service
setDublinCoreService(DublinCoreCatalogService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
setHttpClient(TrustedHttpClient) - Method in class org.opencastproject.ingest.endpoint.IngestRestService
Sets the trusted http client
setHttpClient(TrustedHttpClient) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Sets the trusted http client
setIngestService(IngestService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback to set the ingest service.
setMediaInspectionService(MediaInspectionService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Sets the media inspection service
setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Sets a reference to the organization directory service.
setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback to set the organization directory server.
setSchedulerService(SchedulerService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Callback for setting the scheduler service.
setSchedulerService(SchedulerService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
setSecurityService(SecurityService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Callback for setting the security service.
setSecurityService(SecurityService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback to set the security service.
setSeriesService(SeriesService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
setSeriesService(SeriesService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Sets the service registry
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Callback for setting the user directory service.
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
OSGi callback to set the user directory.
setWorkflowService(WorkflowService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
setWorkingFileRepository(WorkingFileRepository) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
setWorkspace(Workspace) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
SKIP_ATTACHMENTS_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Control if attachments sent by capture agents for scheduled events are skipped.
SKIP_CATALOGS_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
Control if catalogs sent by capture agents for scheduled events are skipped.
successful() - Method in class org.opencastproject.ingest.impl.jmx.IngestStatistics
 

T

testMode - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
 

U

uninstall(File) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
unsetSchedulerService(SchedulerService) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
 
update(File) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
updated(Dictionary) - Method in class org.opencastproject.ingest.scanner.InboxScannerService
 
updated(Dictionary<String, ?>) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
updateSeries(MediaPackage) - Method in class org.opencastproject.ingest.impl.IngestServiceImpl
Updates the persistent representation of a series based on a potentially modified dublin core document.
USER_NAME - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the user to run as for ingest
USER_ORG - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the user's organization
userDirectoryService - Variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The user directory service

W

WORKFLOW_CONFIG - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the workflow configuration to use for ingest
WORKFLOW_CONFIGURATION_PREFIX - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The workflow configuration property prefix
WORKFLOW_DEFINITION - Static variable in class org.opencastproject.ingest.scanner.InboxScannerService
The configuration key to use for determining the workflow definition to use for ingest
WORKFLOW_DEFINITION_DEFAULT - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The configuration key that defines the default workflow definition
WORKFLOW_DEFINITION_ID_PARAM - Static variable in class org.opencastproject.ingest.endpoint.IngestRestService
The http request parameter used to provide the workflow definition id
WORKFLOW_INSTANCE_ID_PARAM - Static variable in class org.opencastproject.ingest.endpoint.IngestRestService
The http request parameter used to provide the workflow instance id
workspace - Variable in class org.opencastproject.ingest.scanner.InboxScannerService
 

Z

ZIP_JOB_LOAD_KEY - Static variable in class org.opencastproject.ingest.impl.IngestServiceImpl
The key to look for in the service configuration file to override the IngestServiceImpl.DEFAULT_INGEST_ZIP_JOB_LOAD
ZipEntryInputStream - Class in org.opencastproject.ingest.impl
 
ZipEntryInputStream(InputStream, long) - Constructor for class org.opencastproject.ingest.impl.ZipEntryInputStream
Creates a wrapper around the input stream in and reads the given number of bytes from it.
A C D F G I J L M O P R S T U W Z 
All Classes and Interfaces|All Packages|Constant Field Values