Uses of Interface
org.opencastproject.execute.api.ExecuteService
Packages that use ExecuteService
Package
Description
-
Uses of ExecuteService in org.opencastproject.execute.impl
Classes in org.opencastproject.execute.impl that implement ExecuteServiceModifier and TypeClassDescriptionclassImplements a service that runs CLI commands with MediaPackage elements as arguments -
Uses of ExecuteService in org.opencastproject.execute.impl.endpoint
Fields in org.opencastproject.execute.impl.endpoint declared as ExecuteServiceModifier and TypeFieldDescriptionprotected ExecuteServiceExecuteRestEndpoint.serviceThe execute serviceMethods in org.opencastproject.execute.impl.endpoint with parameters of type ExecuteServiceModifier and TypeMethodDescriptionvoidExecuteRestEndpoint.setExecuteService(ExecuteService service) Sets the service -
Uses of ExecuteService in org.opencastproject.execute.operation.handler
Fields in org.opencastproject.execute.operation.handler declared as ExecuteServiceModifier and TypeFieldDescriptionprotected ExecuteServiceExecuteManyWorkflowOperationHandler.executeServiceThe text analyzerprotected ExecuteServiceExecuteOnceWorkflowOperationHandler.executeServiceThe text analyzerMethods in org.opencastproject.execute.operation.handler with parameters of type ExecuteServiceModifier and TypeMethodDescriptionvoidExecuteManyWorkflowOperationHandler.setExecuteService(ExecuteService service) Sets the servicevoidExecuteOnceWorkflowOperationHandler.setExecuteService(ExecuteService service) Sets the service -
Uses of ExecuteService in org.opencastproject.execute.remote
Classes in org.opencastproject.execute.remote that implement ExecuteServiceModifier and TypeClassDescriptionclassRemote implementation of the execute service