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

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

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

Methods in org.apache.oodt.cas.filemgr.catalog that return types with arguments of type Reference
 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.
 

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

Methods in org.apache.oodt.cas.filemgr.datatransfer with parameters of type Reference
 double TransferStatusTracker.getPctTransferred(Reference ref)
           
 

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

Method parameters in org.apache.oodt.cas.filemgr.metadata.extractors with type arguments of type Reference
protected  String AbstractFilemgrMetExtractor.getRootRefPath(List<Reference> refs, String productTypeRepoPath)
           
 

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

Methods in org.apache.oodt.cas.filemgr.structs that return Reference
 Reference FileTransferStatus.getFileRef()
           
 Reference Product.getRootRef()
           
 

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

Methods in org.apache.oodt.cas.filemgr.structs with parameters of type Reference
 void FileTransferStatus.setFileRef(Reference fileRef)
           
 void Product.setRootRef(Reference rootRef)
           
 

Method parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type Reference
 void Product.setProductReferences(List<Reference> references)
           
 

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

Constructor parameters in org.apache.oodt.cas.filemgr.structs with type arguments of type Reference
Product(String name, ProductType pType, String structure, String transferStatus, List<Reference> refs)
           Constructs a new Product with the specified parameters.
 

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

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type Reference
 List<Reference> XmlRpcFileManagerClient.getProductReferences(Product product)
           
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type Reference
 double XmlRpcFileManagerClient.getRefPctTransferred(Reference reference)
           
 

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

Methods in org.apache.oodt.cas.filemgr.util that return Reference
static Reference DbStructFactory.getReference(ResultSet rs)
           
static Reference XmlRpcStructFactory.getReferenceFromXmlRpc(Hashtable<String,Object> referenceHash)
           
 

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

Methods in org.apache.oodt.cas.filemgr.util with parameters of type Reference
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcReference(Reference reference)
           
 

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

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

Methods in org.apache.oodt.cas.filemgr.versioning that return types with arguments of type Reference
static List<Reference> VersioningUtils.getReferencesFromDir(File dirRoot)
           
 

Method parameters in org.apache.oodt.cas.filemgr.versioning with type arguments of type Reference
static void VersioningUtils.createBasicDataStoreRefsFlat(String productName, String productRepoPath, List<Reference> references)
           
static void VersioningUtils.createBasicDataStoreRefsHierarchical(List<Reference> references)
           
 



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