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.
Implementations are required to be immutable.
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.
Default query 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 PropertyModifier and TypeMethodDescriptionstatic PropertyProperties.mkProperty(String mpId, String namespace, String name, Value value) Create a property.static <A> PropertyProperties.mkProperty(PropertyField<A> f, Snapshot e, A value) Create a property.static <A> PropertyProperties.mkProperty(PropertyField<A> f, MediaPackage mp, A value) Create a property.Methods in org.opencastproject.assetmanager.api.fn that return types with arguments of type Property -
Uses of Property in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return PropertyMethods in org.opencastproject.assetmanager.api.query that return types with arguments of type PropertyModifier and TypeMethodDescriptionARecord.getProperties()Get all properties associated with an episode.RichAResult.getProperties() -
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. -
Uses of Property in org.opencastproject.assetmanager.impl.query
Methods in org.opencastproject.assetmanager.impl.query that return PropertyMethods in org.opencastproject.assetmanager.impl.query that return types with arguments of type PropertyConstructor parameters in org.opencastproject.assetmanager.impl.query with type arguments of type PropertyModifierConstructorDescriptionARecordImpl(long snapshotId, String mediaPackageId, List<Property> properties) ARecordImpl(long snapshotId, String mediaPackageId, List<Property> properties, Snapshot snapshot) ARecordImpl(long snapshotId, String mediaPackageId, List<Property> properties, SnapshotDto snapshotDto)