Uses of Class
org.opencastproject.assetmanager.api.PropertyId
-
Packages that use PropertyId Package Description org.opencastproject.assetmanager.api This package and all of its sub-packages contain the API definition of the asset manager. -
-
Uses of PropertyId in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return PropertyId Modifier and Type Method Description PropertyIdProperty. getId()static PropertyIdPropertyId. mk(String mpId, String namespace, String propertyName)Create a new property ID from the given parameters.static PropertyIdPropertyId. mk(String mpId, PropertyName fqn)Create a new property ID from the given parameters.Methods in org.opencastproject.assetmanager.api with parameters of type PropertyId Modifier and Type Method Description static PropertyProperty. mk(PropertyId id, Value value)Constructors in org.opencastproject.assetmanager.api with parameters of type PropertyId Constructor Description Property(PropertyId id, Value value)
-