Uses of Interface
org.opencastproject.assetmanager.api.AssetManager
Packages that use AssetManager
-
Uses of AssetManager in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type AssetManagerModifier and TypeMethodDescriptionstatic longProperties.removeProperties(AssetManager am, String owner, String orgId, String mpId, String namespace) static booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, boolean value) Deprecated.static booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Long value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, String value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Date value) Deprecated.make use of aPropertySchemainstead of creating property IDs manuallystatic booleanProperties.setProperty(AssetManager am, String mpId, String namespace, String propertyName, Value value) Deprecated.make use of aPropertySchemainstead of creating property IDs manually
PropertySchemainstead of creating property IDs manually