Uses of Class
org.apache.oodt.cas.filemgr.structs.Product

Packages that use Product
org.apache.oodt.cas.filemgr.catalog   
org.apache.oodt.cas.filemgr.datatransfer   
org.apache.oodt.cas.filemgr.metadata.extractors   
org.apache.oodt.cas.filemgr.metadata.extractors.examples   
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.structs.query   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.util   
org.apache.oodt.cas.filemgr.versioning   
 

Uses of Product in org.apache.oodt.cas.filemgr.catalog
 

Methods in org.apache.oodt.cas.filemgr.catalog that return Product
 Product ScienceDataCatalog.getProductById(String productId)
           
 Product LuceneCatalog.getProductById(String productId)
           
 Product DataSourceCatalog.getProductById(String productId)
           
 Product Catalog.getProductById(String productId)
           Gets a Product, with the specified productId.
 Product ScienceDataCatalog.getProductByName(String productName)
           
 Product LuceneCatalog.getProductByName(String productName)
           
 Product DataSourceCatalog.getProductByName(String productName)
           
 Product Catalog.getProductByName(String productName)
           Gets a Product with the specified productName.
 

Methods in org.apache.oodt.cas.filemgr.catalog that return types with arguments of type Product
 List<Product> ScienceDataCatalog.getProducts()
           
 List<Product> LuceneCatalog.getProducts()
           
 List<Product> DataSourceCatalog.getProducts()
           
 List<Product> Catalog.getProducts()
           Gets all the Products in the Catalog.
 List<Product> ScienceDataCatalog.getProductsByProductType(ProductType productType)
           
 List<Product> LuceneCatalog.getProductsByProductType(ProductType type)
           
 List<Product> DataSourceCatalog.getProductsByProductType(ProductType type)
           
 List<Product> Catalog.getProductsByProductType(ProductType type)
           Gets the Products associated with the specified ProductType in the Catalog.
 List<Product> ScienceDataCatalog.getTopNProducts(int num)
           
 List<Product> LuceneCatalog.getTopNProducts(int n)
           
 List<Product> DataSourceCatalog.getTopNProducts(int n)
           
 List<Product> Catalog.getTopNProducts(int n)
           Gets the top N most recent products that have been cataloged.
 List<Product> ScienceDataCatalog.getTopNProducts(int num, ProductType productType)
           
 List<Product> LuceneCatalog.getTopNProducts(int n, ProductType type)
           
 List<Product> DataSourceCatalog.getTopNProducts(int n, ProductType type)
           
 List<Product> Catalog.getTopNProducts(int n, ProductType type)
           Gets the top N most recent products that have been cataloged for the given ProductType.
 

Methods in org.apache.oodt.cas.filemgr.catalog with parameters of type Product
 void ScienceDataCatalog.addMetadata(org.apache.oodt.cas.metadata.Metadata m, Product p)
           
 void MappedDataSourceCatalog.addMetadata(org.apache.oodt.cas.metadata.Metadata metadata, Product product)
           
 void LuceneCatalog.addMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           
 void DataSourceCatalog.addMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           
 void Catalog.addMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           Ingests Metadata into the metadata store, and associates it with the given productId.
 void ScienceDataCatalog.addProduct(Product product)
           
 void LuceneCatalog.addProduct(Product product)
           
 void DataSourceCatalog.addProduct(Product product)
           
 void Catalog.addProduct(Product product)
           Adds a Product to the Catalog.
 void ScienceDataCatalog.addProductReferences(Product product)
           
 void MappedDataSourceCatalog.addProductReferences(Product product)
           
 void LuceneCatalog.addProductReferences(Product product)
           
 void DataSourceCatalog.addProductReferences(Product product)
           
 void Catalog.addProductReferences(Product product)
           Adds the specified List of References to the Catalog, and associates them with this Product specified by its productId.
 org.apache.oodt.cas.metadata.Metadata ScienceDataCatalog.getMetadata(Product product)
           
 org.apache.oodt.cas.metadata.Metadata MappedDataSourceCatalog.getMetadata(Product product)
           
 org.apache.oodt.cas.metadata.Metadata LuceneCatalog.getMetadata(Product product)
           
 org.apache.oodt.cas.metadata.Metadata DataSourceCatalog.getMetadata(Product product)
           
 org.apache.oodt.cas.metadata.Metadata Catalog.getMetadata(Product product)
           Gets the Metadata for a given Product.
 List<Reference> ScienceDataCatalog.getProductReferences(Product product)
           
 List<Reference> MappedDataSourceCatalog.getProductReferences(Product product)
           
 List<Reference> LuceneCatalog.getProductReferences(Product product)
           
 List<Reference> DataSourceCatalog.getProductReferences(Product product)
           
 List<Reference> Catalog.getProductReferences(Product product)
           Gets the References associated with this Product.
 org.apache.oodt.cas.metadata.Metadata ScienceDataCatalog.getReducedMetadata(Product product, List<String> metList)
           
 org.apache.oodt.cas.metadata.Metadata LuceneCatalog.getReducedMetadata(Product product, List<String> elements)
           
 org.apache.oodt.cas.metadata.Metadata DataSourceCatalog.getReducedMetadata(Product product, List<String> elems)
           
 org.apache.oodt.cas.metadata.Metadata Catalog.getReducedMetadata(Product product, List<String> elements)
           Gets a reduced set of metadata for a give Product.
 void ScienceDataCatalog.modifyProduct(Product arg0)
           
 void MappedDataSourceCatalog.modifyProduct(Product product)
           
 void LuceneCatalog.modifyProduct(Product product)
           
 void DataSourceCatalog.modifyProduct(Product product)
           
 void Catalog.modifyProduct(Product product)
           Modifies an existing Product within the Catalog.
 void ScienceDataCatalog.removeMetadata(org.apache.oodt.cas.metadata.Metadata arg0, Product arg1)
           
 void MappedDataSourceCatalog.removeMetadata(org.apache.oodt.cas.metadata.Metadata metadata, Product product)
           
 void LuceneCatalog.removeMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           
 void DataSourceCatalog.removeMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           
 void Catalog.removeMetadata(org.apache.oodt.cas.metadata.Metadata m, Product product)
           Removes Metadata from the metadata store, and disassociates it from the given productId.
 void ScienceDataCatalog.removeProduct(Product arg0)
           
 void MappedDataSourceCatalog.removeProduct(Product product)
           
 void LuceneCatalog.removeProduct(Product product)
           
 void DataSourceCatalog.removeProduct(Product product)
           
 void Catalog.removeProduct(Product product)
           Removes a Product from the Catalog.
 void ScienceDataCatalog.setProductTransferStatus(Product arg0)
           
 void LuceneCatalog.setProductTransferStatus(Product product)
           
 void DataSourceCatalog.setProductTransferStatus(Product product)
           
 void Catalog.setProductTransferStatus(Product product)
           Persists the transferStatus attribute of the given Product to the Catalog.
 

Uses of Product in org.apache.oodt.cas.filemgr.datatransfer
 

Fields in org.apache.oodt.cas.filemgr.datatransfer with type parameters of type Product
protected  HashMap<String,Product> TransferStatusTracker.currentProductTransfers
           
 

Methods in org.apache.oodt.cas.filemgr.datatransfer with parameters of type Product
 double TransferStatusTracker.getPctTransferred(Product product)
           
 boolean TransferStatusTracker.isTransferComplete(Product product)
           
 void TransferStatusTracker.removeProductTransferStatus(Product product)
           
 void RemoteDataTransferer.transferProduct(Product product)
           
 void LocalDataTransferer.transferProduct(Product product)
           
 void InPlaceDataTransferer.transferProduct(Product product)
           
 void DataTransfer.transferProduct(Product product)
           
 void TransferStatusTracker.transferringProduct(Product product)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.metadata.extractors
 

Methods in org.apache.oodt.cas.filemgr.metadata.extractors with parameters of type Product
 org.apache.oodt.cas.metadata.Metadata CoreMetExtractor.doExtract(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
abstract  org.apache.oodt.cas.metadata.Metadata AbstractFilemgrMetExtractor.doExtract(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
 org.apache.oodt.cas.metadata.Metadata FilemgrMetExtractor.extractMetadata(Product product, org.apache.oodt.cas.metadata.Metadata met)
          Extracts Metadata from the given Product.
 org.apache.oodt.cas.metadata.Metadata AbstractFilemgrMetExtractor.extractMetadata(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
protected  File AbstractFilemgrMetExtractor.getProductFile(Product product)
           
protected  void AbstractFilemgrMetExtractor.validateProduct(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 

Methods in org.apache.oodt.cas.filemgr.metadata.extractors.examples with parameters of type Product
 org.apache.oodt.cas.metadata.Metadata MimeTypeExtractor.doExtract(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
 org.apache.oodt.cas.metadata.Metadata FinalFileLocationExtractor.doExtract(Product product, org.apache.oodt.cas.metadata.Metadata met)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that return Product
static Product Product.getDefaultFlatProduct(String name, String defaultProductTypeId)
           
 Product FileTransferStatus.getParentProduct()
           
 

Methods in org.apache.oodt.cas.filemgr.structs that return types with arguments of type Product
 List<Product> ProductPage.getPageProducts()
           
 

Methods in org.apache.oodt.cas.filemgr.structs with parameters of type Product
 void FileTransferStatus.setParentProduct(Product parentProduct)
           
 

Method parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type Product
 void ProductPage.setPageProducts(List<Product> pageProducts)
           
 

Constructors in org.apache.oodt.cas.filemgr.structs with parameters of type Product
FileTransferStatus(Reference fileRef, long fileSize, long bytesTransferred, Product parentProduct)
           
 

Constructor parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type Product
ProductPage(int pageNum, int totalPages, int pageSize, List<Product> pageProducts)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.structs.query
 

Methods in org.apache.oodt.cas.filemgr.structs.query that return Product
 Product QueryResult.getProduct()
           
 

Methods in org.apache.oodt.cas.filemgr.structs.query with parameters of type Product
 void QueryResult.setProduct(Product product)
           
 

Constructors in org.apache.oodt.cas.filemgr.structs.query with parameters of type Product
QueryResult(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that return Product
 Product XmlRpcFileManagerClient.getProductById(String productId)
           
 Product XmlRpcFileManagerClient.getProductByName(String productName)
           
 

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type Product
 List<Product> XmlRpcFileManagerClient.getProductsByProductType(ProductType type)
           
 List<Product> XmlRpcFileManagerClient.getTopNProducts(int n)
           
 List<Product> XmlRpcFileManagerClient.getTopNProducts(int n, ProductType type)
           
 List<Product> XmlRpcFileManagerClient.query(Query query, ProductType type)
           
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type Product
 void XmlRpcFileManagerClient.addMetadata(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void XmlRpcFileManagerClient.addProductReferences(Product product)
           
 String XmlRpcFileManagerClient.catalogProduct(Product product)
           
 org.apache.oodt.cas.metadata.Metadata XmlRpcFileManagerClient.getMetadata(Product product)
           
 double XmlRpcFileManagerClient.getProductPctTransferred(Product product)
           
 List<Reference> XmlRpcFileManagerClient.getProductReferences(Product product)
           
 org.apache.oodt.cas.metadata.Metadata XmlRpcFileManagerClient.getReducedMetadata(Product product, List elements)
           
 String XmlRpcFileManagerClient.ingestProduct(Product product, org.apache.oodt.cas.metadata.Metadata metadata, boolean clientTransfer)
           
 boolean XmlRpcFileManagerClient.isTransferComplete(Product product)
           
 boolean XmlRpcFileManagerClient.modifyProduct(Product product)
           
 boolean XmlRpcFileManagerClient.moveProduct(Product product, String newPath)
           
 boolean XmlRpcFileManagerClient.removeProduct(Product product)
           
 boolean XmlRpcFileManagerClient.removeProductTransferStatus(Product product)
           
 void XmlRpcFileManagerClient.setProductTransferStatus(Product product)
           
 boolean XmlRpcFileManagerClient.transferringProduct(Product product)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return Product
static Product DbStructFactory.getProduct(ResultSet rs)
           
static Product DbStructFactory.getProduct(ResultSet rs, boolean getType)
           
static Product XmlRpcStructFactory.getProductFromXmlRpc(Hashtable<String,Object> productHash)
           
static Product DbStructFactory.toScienceDataProduct(ResultSet rs)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type Product
static List<Product> XmlRpcStructFactory.getProductListFromXmlRpc(Vector<Hashtable<String,Object>> productVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type Product
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcProduct(Product product)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type Product
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcProductList(List<Product> products)
           
 

Uses of Product in org.apache.oodt.cas.filemgr.versioning
 

Methods in org.apache.oodt.cas.filemgr.versioning with parameters of type Product
static void VersioningUtils.addRefsFromUris(Product p, List<String> uris)
           
 void Versioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void SingleFileBasicVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void MetadataBasedFileVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void InPlaceVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void DirectoryProductVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void DateTimeVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void BasicVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 void AcquisitionDateVersioner.createDataStoreReferences(Product product, org.apache.oodt.cas.metadata.Metadata metadata)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.