Uses of Interface
org.opencastproject.kernel.bundleinfo.BundleInfo
Packages that use BundleInfo
-
Uses of BundleInfo in org.opencastproject.kernel.bundleinfo
Classes in org.opencastproject.kernel.bundleinfo that implement BundleInfoMethods in org.opencastproject.kernel.bundleinfo that return BundleInfoModifier and TypeMethodDescriptionstatic BundleInfoBundleInfoImpl.bundleInfo(String host, String bundleSymbolicName, long bundleId, String bundleVersion, Optional<String> buildNumber) static BundleInfoBundleInfoImpl.bundleInfo(String host, String bundleSymbolicName, long bundleId, String bundleVersion, Optional<String> buildNumber, Optional<String> dbSchemaVersion) BundleInfoJpa.toBundleInfo()Methods in org.opencastproject.kernel.bundleinfo that return types with arguments of type BundleInfoModifier and TypeMethodDescriptionAbstractBundleInfoDb.getBundles()AbstractBundleInfoDb.getBundles(String... prefixes) BundleInfoDb.getBundles()Return a list of all running bundles.BundleInfoDb.getBundles(String... prefixes) Return a list of all running bundles whose symbolic names start with one of the given prefixes.Methods in org.opencastproject.kernel.bundleinfo with parameters of type BundleInfoModifier and TypeMethodDescriptionstatic final Jsons.ObjBundleInfoRestEndpoint.bundleInfo(BundleInfo bundle) static Jsons.ObjBundleInfoRestEndpoint.bundleInfoJson(BundleInfo bundle) static BundleInfoJpaBundleInfoJpa.create(BundleInfo a) voidAbstractBundleInfoDb.store(BundleInfo info) voidBundleInfoDb.store(BundleInfo info) Store a bundle info object.