|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Product | |
---|---|
cometa.exist | Package that encapsulates all the details related to the communication with the metadata database (eXist). |
cometa.translator.method | This package contains the classes that allow to map the method metadata to objects. |
cometa.translator.product | This package contains the classes that allow to map the product metadata to objects. |
Uses of Product in cometa.exist |
---|
Methods in cometa.exist that return Product | |
---|---|
Product |
MetadataDB.getProductObject(org.xmldb.api.modules.XMLResource xmlProduct,
boolean validateXML)
Transforms a product XMLResource into a product object (JAXB). |
Product |
MetadataDB.getProductObjectWithID(java.lang.String productID,
boolean validateXML)
Returns a product instance (thanks to the JAXB architecture), given its ID (String). |
Uses of Product in cometa.translator.method |
---|
Methods in cometa.translator.method that return Product | |
---|---|
Product |
Method.Parameters.Observation.getObservationType()
|
Methods in cometa.translator.method that return types with arguments of type Product | |
---|---|
java.util.ArrayList<Product> |
Method.Parameters.Observation.getProducts()
|
Methods in cometa.translator.method with parameters of type Product | |
---|---|
void |
Method.Parameters.Observation.setObservationType(Product observationType)
|
Uses of Product in cometa.translator.product |
---|
Methods in cometa.translator.product that return Product | |
---|---|
Product |
ObjectFactory.createProduct()
Create an instance of |
Product |
ObjectFactory.createProductLineageProduct()
Create an instance of |
Methods in cometa.translator.product that return types with arguments of type Product | |
---|---|
java.util.ArrayList<Product> |
Product.Lineage.getProductsList()
This methods returns the Product objects (JAXB) of the lineage XML
element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |