Uses of Class
org.opencastproject.serviceregistry.impl.jpa.ServiceRegistrationJpaImpl
Packages that use ServiceRegistrationJpaImpl
-
Uses of ServiceRegistrationJpaImpl in org.opencastproject.job.jpa
Methods in org.opencastproject.job.jpa that return ServiceRegistrationJpaImplMethods in org.opencastproject.job.jpa with parameters of type ServiceRegistrationJpaImplModifier and TypeMethodDescriptionvoidJpaJob.setProcessorServiceRegistration(ServiceRegistrationJpaImpl processorServiceRegistration) Constructors in org.opencastproject.job.jpa with parameters of type ServiceRegistrationJpaImplModifierConstructorDescriptionJpaJob(User currentUser, Organization organization, ServiceRegistrationJpaImpl creatingService, String operation, List<String> arguments, String payload, boolean dispatchable, float load) -
Uses of ServiceRegistrationJpaImpl in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type ServiceRegistrationJpaImplModifier and TypeMethodDescriptionprotected Function<javax.persistence.EntityManager, Optional<ServiceRegistrationJpaImpl>> ServiceRegistryJpaImpl.getServiceRegistrationQuery(String serviceType, String host)