Uses of Interface
org.opencastproject.assetmanager.api.AssetManager
-
Packages that use AssetManager Package Description org.opencastproject.assetmanager.api.fn -
-
Uses of AssetManager in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type AssetManager Modifier and Type Method Description static com.entwinemedia.fn.data.Opt<Property>Properties. getProperty(AssetManager am, String mpId, String namespace, String propertyName)static 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.make use of aPropertySchemainstead of creating property IDs manuallystatic 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
-