Uses of Class
org.opencastproject.assetmanager.api.fn.Product
Packages that use Product
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
-
Uses of Product in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api with parameters of type ProductModifier and TypeMethodDescription<B> BValue.BooleanType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) <B> BValue.DateType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) <B> BValue.LongType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) <B> BValue.StringType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) <B> BValue.UntypedType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) abstract <B> BValue.ValueType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) <B> BValue.VersionType.match(Product<? extends B> stringType, Product<? extends B> dateType, Product<? extends B> longType, Product<? extends B> booleanType, Product<? extends B> versionType) -
Uses of Product in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn that return Product