Uses of Class
org.opencastproject.index.rebuild.IndexRebuildService.Service
-
-
Uses of IndexRebuildService.Service in org.opencastproject.index.rebuild
Methods in org.opencastproject.index.rebuild that return IndexRebuildService.Service Modifier and Type Method Description IndexRebuildService.ServiceIndexProducer. getService()Get the service that implements IndexProducer.static IndexRebuildService.ServiceIndexRebuildService.Service. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexRebuildService.Service[]IndexRebuildService.Service. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencastproject.index.rebuild with parameters of type IndexRebuildService.Service Constructor Description IndexRebuildException(String indexName, IndexRebuildService.Service service, Throwable cause)Constructor that builds an error message.IndexRebuildException(String indexName, IndexRebuildService.Service service, org.opencastproject.security.api.Organization org, Throwable cause)Constructor that builds an error message.
-