Uses of Class
org.opencastproject.assetmanager.api.Property
Packages that use Property
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Persistent storage of the default asset manager implementation.
-
Uses of Property in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return PropertyMethods in org.opencastproject.assetmanager.api that return types with arguments of type PropertyModifier and TypeMethodDescriptionAssetManager.selectProperties(String mediaPackageId, String namespace) Select all properties for a specific media package.Methods in org.opencastproject.assetmanager.api with parameters of type PropertyModifier and TypeMethodDescriptionbooleanAssetManager.setProperty(Property property) Set a property. -
Uses of Property in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn that return Property -
Uses of Property in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return types with arguments of type PropertyModifier and TypeMethodDescriptionAssetManagerImpl.selectProperties(String mediaPackageId, String namespace) Methods in org.opencastproject.assetmanager.impl with parameters of type PropertyModifier and TypeMethodDescriptionbooleanAssetManagerImpl.setProperty(Property property) Properties -
Uses of Property in org.opencastproject.assetmanager.impl.persistence
Methods in org.opencastproject.assetmanager.impl.persistence that return PropertyMethods in org.opencastproject.assetmanager.impl.persistence that return types with arguments of type PropertyModifier and TypeMethodDescriptionDatabase.selectProperties(String mediaPackageId, String namespace) Select all properties for a specific media package.PropertyDto.selectQuery(String mediaPackageId, String namespace) Methods in org.opencastproject.assetmanager.impl.persistence with parameters of type PropertyModifier and TypeMethodDescriptionstatic PropertyDtobooleanDatabase.saveProperty(Property property) Save a property to the database.