Index

A C D E G O P S U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

activate(ComponentContext) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Activates this component with its properties once all of the collaborating services have been set
allowedCommands - Variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
List of allowed commands that can be run with an executor.

C

checkNotNull(Object...) - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
Checks if the service or services are available, if not it handles it by returning a 503 with a message
COMMANDS_ALLOWED_PROPERTY - Static variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
Bundle property specifying which commands can be run with this executor

D

DEFAULT_EXECUTE_JOB_LOAD - Static variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The approximate load placed on the system by running an execute operation
doProcess(List<String>, MediaPackageElement, String, MediaPackageElement.Type) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Does the actual processing, given a mediapackage element (Execute Many WOH)
doProcess(List<String>, MediaPackage, String, MediaPackageElement.Type) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Does the actual processing, given a mediapackage (Execute Once WOH)

E

execute(String, String, Float, String, String, String, String) - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
 
execute(String, String, MediaPackageElement, String, MediaPackageElement.Type, float) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
execute(String, String, MediaPackage, String, MediaPackageElement.Type, float) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Execute_Element - Enum constant in enum class org.opencastproject.execute.impl.ExecuteServiceImpl.Operation
 
EXECUTE_JOB_LOAD_KEY - Static variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The key to look for in the service configuration file to override the ExecuteServiceImpl.DEFAULT_EXECUTE_JOB_LOAD
Execute_Mediapackage - Enum constant in enum class org.opencastproject.execute.impl.ExecuteServiceImpl.Operation
 
ExecuteRestEndpoint - Class in org.opencastproject.execute.impl.endpoint
The REST endpoint for ExecuteServices
ExecuteRestEndpoint() - Constructor for class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
 
ExecuteServiceImpl - Class in org.opencastproject.execute.impl
Implements a service that runs CLI commands with MediaPackage elements as arguments
ExecuteServiceImpl() - Constructor for class org.opencastproject.execute.impl.ExecuteServiceImpl
Creates a new instance of the execute service.
ExecuteServiceImpl.Operation - Enum Class in org.opencastproject.execute.impl
 

G

getOrganizationDirectoryService() - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
getSecurityService() - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
getService() - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
getServiceRegistry() - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
getServiceRegistry() - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
getUserDirectoryService() - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl

O

org.opencastproject.execute.impl - package org.opencastproject.execute.impl
 
org.opencastproject.execute.impl.endpoint - package org.opencastproject.execute.impl.endpoint
 
organizationDirectoryService - Variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The organization directory service

P

process(Job) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl

S

securityService - Variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The security service
service - Variable in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
The execute service
serviceRegistry - Variable in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
The service registry
setExecuteService(ExecuteService) - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
Sets the service
setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Sets a reference to the organization directory service.
setSecurityService(SecurityService) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Callback for setting the security service.
setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.execute.impl.endpoint.ExecuteRestEndpoint
Callback from the OSGi declarative services to set the service registry.
setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Sets the receipt service
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Callback for setting the user directory service.
setWorkspace(Workspace) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
Sets a reference to the workspace service.

U

updated(Dictionary) - Method in class org.opencastproject.execute.impl.ExecuteServiceImpl
 
userDirectoryService - Variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The user directory service

V

valueOf(String) - Static method in enum class org.opencastproject.execute.impl.ExecuteServiceImpl.Operation
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.opencastproject.execute.impl.ExecuteServiceImpl.Operation
Returns an array containing the constants of this enum class, in the order they are declared.

W

workspace - Variable in class org.opencastproject.execute.impl.ExecuteServiceImpl
The workspace service
A C D E G O P S U V W 
All Classes and Interfaces|All Packages|Constant Field Values