A B C D E F G H I L M N O P Q R S T U V W X 

A

AbstractCacheServerFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
AbstractCacheServerFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
AbstractDeleteProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A abstract CmdLineAction for deleting Products.
AbstractDeleteProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
AbstractFilemgrMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors
 
AbstractFilemgrMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
AbstractGetProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by ID.
AbstractGetProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
AbstractQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Abstract query CmdLineAction.
AbstractQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
ACQ_DATE_FORMAT - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
ACQUISITION_DATE - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
AcquisitionDateVersioner - Class in org.apache.oodt.cas.filemgr.versioning
Store products under /[AcquisitionDate]/[Filename].
AcquisitionDateVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
addCriterion(QueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
addDispatcher(Dispatcher) - Method in class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Adds an authenticated XML-RPC dispatcher.
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
addElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Adds the Element to the ValidationLayer.
addElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
addElementToProductType(ProductType, Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Adds the specified element to the ProductType specified by its productTypeId.
addElementToProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
addFreeText(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
A method for adding unparsed free text to the FreeTextCriteria.
addKeyValueToMap(Map<String, List<String>>, String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to add a (key, value) to a multi-valued map with appropriate checks.
addMetadata(Metadata, Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Ingests Metadata into the metadata store, and associates it with the given productId.
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
addMetadata(Hashtable<String, Object>, Hashtable<String, String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
addMetadataCore(Map<String, Object>, Map<String, String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addMetadataIfUndefined(Metadata, Metadata, String, String) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
addParentForProductType(ProductType, String) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
Sets a parentId for an existing ProductType
addParentToProductType(ProductType, String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
addProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Adds a Product to the Catalog.
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
Method that adds a Product to the Catalog, persisting its fundamental CAS attributes (id, name, type, ingestion time, etc.).
addProductReferences(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Adds the specified List of References to the Catalog, and associates them with this Product specified by its productId.
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
addProductReferences(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
addProductReferencesCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
addProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Adds a ProductType to the RepositoryManager.
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
addProductType(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
AddProductTypeCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which adds a ProductType to the file manager.
AddProductTypeCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
addProductTypeCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
addRefsFromUris(Product, List<String>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
addTerm(QueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method to add a term to the boolean query.
addValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
A method for adding a value to search on to the list of values.
AND - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Constants
AsciiSortableVersionConverter - Class in org.apache.oodt.cas.filemgr.structs.query.conv
 
AsciiSortableVersionConverter() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.conv.AsciiSortableVersionConverter
 

B

BasicVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
BasicVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.BasicVersioner
 
blankPage() - Static method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
BooleanQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
BooleanQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Default constructor.
BooleanQueryCriteria(List<QueryCriteria>, int) - Constructor for class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Boolean query constructor.
buildCommandLine() - Static method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method builds the command-line options.

C

Cache - Interface in org.apache.oodt.cas.filemgr.ingest
 
CachedIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
CachedIngester(String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
CachedIngester(String, Cache) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
CacheException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
CacheException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CacheException
 
CacheException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CacheException
 
CacheFactory - Interface in org.apache.oodt.cas.filemgr.ingest
 
cacheUpdateMinutes - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
CASAnalyzer - Class in org.apache.oodt.cas.filemgr.tools
 
CASAnalyzer() - Constructor for class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Builds an analyzer.
CASAnalyzer(String[]) - Constructor for class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Builds an analyzer with the given stop words.
Catalog - Interface in org.apache.oodt.cas.filemgr.catalog
 
CatalogException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
CatalogException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
 
CatalogFactory - Interface in org.apache.oodt.cas.filemgr.catalog
 
catalogProduct(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
catalogProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
catalogProductCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
CatalogSearch - Class in org.apache.oodt.cas.filemgr.tools
 
CatalogSearch() - Constructor for class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
clear() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Clears the current cache.
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
clear() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Clears the current cache.
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
clear() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
CmdLineIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
CmdLineIngester(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.CmdLineIngester
 
CommandParser(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
commit() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to commit the current changes to the Solr index.
commit() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method commits all of the modifications to the Solr index.
commitQuery(StringBuffer, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
compare(QueryResult, QueryResult) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
compareTo(TimeEvent) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
CompleteProduct - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class that combines a Product and its associated Metadata.
CompleteProduct() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
ComplexQuery - Class in org.apache.oodt.cas.filemgr.structs.query
 
ComplexQuery() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
ComplexQuery(List<QueryCriteria>) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
complexQuery(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
complexQuery(ComplexQuery) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
complexQueryCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
computePctTransferred() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
ConfigurableMetadataBasedFileVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A MetadataBasedFileVersioner which is configurable via java properties.
ConfigurableMetadataBasedFileVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
ConfigurableMetadataBasedFileVersioner(Properties) - Constructor for class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
configuration - Variable in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
configure(Properties) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
configure(Properties) - Method in interface org.apache.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor
Sets the configuration for this Metadata extractor.
ConnectionException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
ConnectionException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException
Default Constructor
ConnectionException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ConnectionException
 
contains(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Checks the cache to determine if a Product with the given productName exists.
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
contains(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Checks the cache to determine if a Product with the given productName exists.
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
contains(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
convertToPriority(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.conv.AsciiSortableVersionConverter
 
convertToPriority(String) - Method in interface org.apache.oodt.cas.filemgr.structs.query.conv.VersionConverter
 
CoreMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors
 
CoreMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
CoreMetKeys - Interface in org.apache.oodt.cas.filemgr.metadata
 
createBasicDataStoreRefsFlat(String, String, List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createBasicDataStoreRefsHierarchical(List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createBasicDataStoreRefsStream(String, String, List<Reference>, String) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
createCache() - Method in interface org.apache.oodt.cas.filemgr.ingest.CacheFactory
Create a new Cache.
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCacheFactory
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheFactory
 
createCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
createCatalog() - Method in interface org.apache.oodt.cas.filemgr.catalog.CatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
createCatalog() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.BasicVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.ConfigurableMetadataBasedFileVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.DateTimeVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.DirectoryProductVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.InPlaceVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.ProductTypeMetVersioner
 
createDataStoreReferences(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
createDataStoreReferences(Product, Metadata) - Method in interface org.apache.oodt.cas.filemgr.versioning.Versioner
 
createDataStoreRefStream(String, String, Reference, String) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
createDataTransfer() - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory
 
createDataTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransfererFactory
 
createGranule(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
createParameter(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
createRemoteCache() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
 
createRepositoryManager() - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManagerFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManagerFactory
 
createRepositoryManager() - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManagerFactory
 
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory
 
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayerFactory
 
createValidationLayer() - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayerFactory
 
createValidationLayer() - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayerFactory
 
currentProductTransfers - Variable in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 

D

dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
dataSource - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
DataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
DataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, boolean, boolean) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Default Constructor
DataSourceCatalog(DataSource, ValidationLayer, boolean, int, long) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Constructor that assumes productIdString=false to support current subclasses.
DataSourceCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
DataSourceCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
Default Constructor
DataSourceCatalogFactory(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
Constructs a new Factory from the specified DataSource.
DataSourceRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
 
DataSourceRepositoryManager(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
Default Constructor
DataSourceRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
 
DataSourceRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
Default Constructor
DataSourceRepositoryManagerFactory(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManagerFactory
Constructs a RepositoryManager from the given DataSource.
DataSourceValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
 
DataSourceValidationLayer(DataSource, boolean) - Constructor for class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
Default Constructor
DataSourceValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
 
DataSourceValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayerFactory
Default Constructor
DataTransfer - Interface in org.apache.oodt.cas.filemgr.datatransfer
 
DataTransferException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
DataTransferException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.DataTransferException
 
DataTransferFactory - Interface in org.apache.oodt.cas.filemgr.datatransfer
 
DateTimeExpandMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
Expands a given metadata date time field out into multiple metadata fields (i.e.
DateTimeExpandMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
DateTimeVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
DateTimeVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.DateTimeVersioner
Default Constructor
DbStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
DbStructFactory() - Constructor for class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
DEFAULT_UNIQUE_MET_KEY - Static variable in interface org.apache.oodt.cas.filemgr.ingest.Cache
 
DEFAULT_UNIQUE_MET_KEY - Static variable in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
 
DefaultProductSerializer - Class in org.apache.oodt.cas.filemgr.catalog.solr
Default implementation of ProductSerializer that transforms a CAS product into a single Solr document based on the following rules: o) the core product attributes are used to generate Solr fields starting with "CAS...." o) the product references are converted to Solr fields starting with "CAS.Reference..." or "CAS.RootReference..." o) all other metadata fields are converted into Solr fields with the same name and number of values.
DefaultProductSerializer() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
 
delete(String, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send a message containing a 'delete' instruction to Solr.
delete() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes all entries from the Solr index.
deleteProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
deleteProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
DeleteProduct - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
DeleteProduct(String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.DeleteProduct
Deprecated.
 
deleteProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes a single product identified by a productID from the Solr index
DeleteProductByIdCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which deletes a Product by ID.
DeleteProductByIdCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
deleteProductByName(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method deletes a product(s) from the Solr index identified by a given name
DeleteProductByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which deletes a Product by name.
DeleteProductByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
deserialize(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to parse a full XML response document into a list of Product, References and Metadata objects.
deserialize(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to parse a full XML response document into a list of Product, References and Metadata objects.
deserializeMultiValueField(String, List<String>, Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method that deserializes a multi-valued Solr field into a Metadata element.
deserializeSingleValueField(String, String, Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method that deserializes a single-valued Solr field into a Metadata element.
DirectoryProductVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A Versioner for Hierarchical directory products.
DirectoryProductVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.DirectoryProductVersioner
Default constructor
Dispatcher - Interface in org.apache.oodt.cas.filemgr.system.auth
A guard to ensure that any XML-RPC method called for the filemgr server is properly authenticated with a username and password.
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
doConfigure() - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.TikaAutoDetectExtractor
 
doExpImport(List) - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
doExpImport() - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.DateTimeExpandMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
doExtract(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.examples.TikaAutoDetectExtractor
 
doOptimize() - Method in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
doProductTypeDoc(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
doRangeQuery(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
DOUBLE - Static variable in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
DOUBLE - Static variable in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
DumpDbElementsToXml - Class in org.apache.oodt.cas.filemgr.tools
 
dumpMetadata(String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
Dumps the Metadata from the Product identified by the given productId.
dumpMetadata(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
Dumps the Metadata from the Product identified by the given productId.
DumpMetadataCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which dumps out metadata for a given Product.
DumpMetadataCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
dumpProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
Dumps a Product in XML format identified by the given productId.
dumpProduct(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
Dumps a Product in XML format identified by the given productId.
dur - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 

E

Element - Class in org.apache.oodt.cas.filemgr.structs
 
Element() - Constructor for class org.apache.oodt.cas.filemgr.structs.Element
Default constructor
Element(String, String, String, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.Element
Constructs a new CAS element
elementName - Variable in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
 
encodeIndexField(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to encode a Solr field indexing instruction.
encodeUpdateField(String, String, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to encode a field update instruction for the three possible cases: add new values to a key (1), replace current values for a key (2), remove all values for a key (3).
endTime - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
epsilon - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
equals(Object) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransferCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransfersCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
execute(CmdLineAction.ActionMessagePrinter) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
execute(String, Vector, String, String) - Method in class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Executes the XML-RPC method, first authenticating the given user and authorizing him based on his roles.
ExpImpCatalog - Class in org.apache.oodt.cas.filemgr.tools
 
ExpImpCatalog(URL, URL, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
Default Constructor.
ExpImpCatalog(String, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
extractMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
extractMetadata(Product, Metadata) - Method in interface org.apache.oodt.cas.filemgr.metadata.extractors.FilemgrMetExtractor
Extracts Metadata from the given Product.
ExtractorSpec - Class in org.apache.oodt.cas.filemgr.structs
 
ExtractorSpec() - Constructor for class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
ExtractorSpec(String, Properties) - Constructor for class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 

F

fieldIdStr - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
fieldIdStringFlag - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
FILE_LOCATION - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FILE_SIZE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FileManagerCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Base CmdLineAction for File Manager.
FileManagerCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
FileManagerException - Exception in org.apache.oodt.cas.filemgr.exceptions
Created by bugg on 27/10/15.
FileManagerException(String) - Constructor for exception org.apache.oodt.cas.filemgr.exceptions.FileManagerException
 
FilemgrMetExtractor - Interface in org.apache.oodt.cas.filemgr.metadata.extractors
 
FILENAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
FILENAME_FIELD - Static variable in class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
FilenameRegexMetExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
FilenameRegexMetExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FilenameRegexMetExtractor
 
FileTransferStatus - Class in org.apache.oodt.cas.filemgr.structs
 
FileTransferStatus() - Constructor for class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
Default Constructor
FileTransferStatus(Reference, long, long, Product) - Constructor for class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
FilterAlgor - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
FilterAlgor() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
filterEvents(List<TimeEvent>) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
FinalFileLocationExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
Extracts the final FILE_LOCATION met field from the underlying Product and sets it appropriately in the Product Metadata.
FinalFileLocationExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.FinalFileLocationExtractor
 
fmUrl - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
FreeTextQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
FreeTextQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Default constructor.
FreeTextQueryCriteria(String, List<String>) - Constructor for class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Constructor for the FreeTextQueryECriteria Class.

G

GenerateCASQuery(Query, Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
generateCASQuery(Query, Query) - Method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
generateId(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.NameProductIdGenerator
 
generateId(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductIdGenerator
 
generateId(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.UUIDProductIdGenerator
 
generateInsertDocuments(String, Map<String, List<String>>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Utility method to generate a Solr insert document.
generateUpdateDocuments(String, Map<String, List<String>>, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Utility method to generate Solr update documents.
GenericFileManagerObjectFactory - Class in org.apache.oodt.cas.filemgr.util
 
getAbsolutePathFromUri(String) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getBytesTransferred() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getCacheFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getCatalogQuery(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCatalogQuery(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCatalogQueryCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCatalogServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new Catalog from the specified serviceFactory.
getCatalogValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
getCatalogValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the metadata element, for this TypeHandler, value to the Catalog value
getCatalogValues(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCatalogValues(Metadata, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCatalogValuesCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getClassName() - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
getClient() - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
getCompleteProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getComplexQueryFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getConfiguration() - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
getConverter() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getCriteria() - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
getCurrentFileTransfer() - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getCurrentFileTransfer() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getCurrentFileTransferCore() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getCurrentFileTransfers() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetCurrentTransferCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get the current Product file transfer.
GetCurrentTransferCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransferCliAction
 
GetCurrentTransfersCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get list of current Product file transfers.
GetCurrentTransfersCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetCurrentTransfersCliAction
 
getDataStoreReference() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getDataTransfer() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getDataTransferServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new DataTransfer from the specified serviceFactory.
getDCElement() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getDefaultFlatProduct(String, String) - Static method in class org.apache.oodt.cas.filemgr.structs.Product
 
getDescription() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getDescription() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getDuration() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getElement(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getElement(Node) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElementById(String) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Gets an element by its String identifier.
getElementById(String) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementByName(String, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElementByName(String) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Gets an element by its String name.
getElementByName(String) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElementFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getElementId() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getElementListFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method is not used in this class...
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element ID to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract accessor method for the Element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for accessing the element name to search on.
getElementName() - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Get the Element name that this TypeHandler is responsible for handling
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
getElements(ProductType) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Returns a List of Elements corresponding to the given ProductType.
getElements() - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
 
getElements(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElements() - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
getElements(ProductType, boolean) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
Returns the declared elements for a ProductType
getElementsByProductType(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getElementsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getElementXmlDocument(List<Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getEndDateTimeMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getEndFieldEndValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndFieldName() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndFieldStartValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getEndTime() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getEndValue() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the end value of the element to search on.
getEpsilon() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
getExtractorFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getExtractors() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getExtractorSpecFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFileManagerUrl() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Gets the URL of the File Manager that this Cache communicates with.
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getFileManagerUrl() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Gets the URL of the File Manager that this Cache communicates with.
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getFileManagerUrl() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getFilePathSpec() - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
GetFilePercentTransferredCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get percent transferred for a given data file.
GetFilePercentTransferredCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
getFileRef() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getFileSize() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getFileTransferStatusesFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFileTransferStatusFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFilterAlgor() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getFilterAlgorFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getFilterAlgorFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getFirstPage(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getFirstPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getFirstPage(ProductType) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
GetFirstPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the first page of Products of a given ProductType.
GetFirstPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
getFirstPageCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getFormatProperties() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getHandlers() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getIgnoreTypes() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getIgnoreValues() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getInclusive() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the inclusive setting for the range.
getIndexPath() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getInfixCriteriaString(List<QueryCriteria>) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
getInfixCriteriaString(QueryCriteria) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
getLastPage(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getLastPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetLastPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the last page of Products of a given ProductType.
GetLastPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
getLastPageCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getLastProductPage(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getLastProductPage(ProductType) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
getMapProperties() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getMetadata(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the Metadata for a given Product.
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getMetadata() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getMetadata(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getMetadata(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getMetadataCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getMimeType() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Mime type of the documents generated by the specific implementation (XML, JSON etc.)
getMimeType() - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Mime type of the documents generated by the specific implementation (XML, JSON etc.)
getMimeType() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getName() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getNextPage(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getNextPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getNextPage(ProductType, ProductPage) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
GetNextPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the next page of Products for a given ProductType.
GetNextPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
getNextPageCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getNumFound() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getNumOfHits() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getNumProducts(ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getNumProducts(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getNumProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetNumProductsCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets number of Products of a given ProuctType.
GetNumProductsCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
getNumProductsCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getOperator() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Accessor method for the boolean operator.
getOrigReference() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
getOrigValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
getOrigValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the metadata element, for this TypeHandler, value from the Catalog value to the original value
getOrigValues(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getOrigValues(Metadata, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getOrigValuesCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getPageNum() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getPageProducts() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getPageSize() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getParent(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getParentProduct() - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
getPctTransferred(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getPctTransferred(Reference) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getPrevPage(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getPrevPage(ProductType, ProductPage) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getPrevPage(ProductType, ProductPage) - Method in interface org.apache.oodt.cas.filemgr.util.Pagination
 
GetPrevPageCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets the previous page of Products for a given ProductType.
GetPrevPageCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
getPrevPageCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getPriority() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getPriorityMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractGetProductCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
getProduct() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getProduct(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProduct(ResultSet, boolean, boolean) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProductById(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a Product, with the specified productId.
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductByIdCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by ID.
GetProductByIdCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
getProductByName(String) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a Product with the specified productName.
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets information about a Product by name.
GetProductByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
getProductFile(Product) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
getProductFromXmlRpc(Map<?, ?>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductId() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductListFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductName() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductPageFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductPctTransferred(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductPctTransferred(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductPctTransferredCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
GetProductPercentTransferredCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which get a Product's data file transfers percent complete.
GetProductPercentTransferredCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
getProductReceivedTime() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductReferences(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the References associated with this Product.
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductReferences() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductReferences(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductReferences(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductReferencesCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductRepositoryPath() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getProducts() - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets all the Products in the Catalog.
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
Utility method to return only the 'product' part of the complete results.
getProducts() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductsByProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the Products associated with the specified ProductType in the Catalog.
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getProductsByProductType(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductsByProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductsByProductTypeCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductStructure() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractDeleteProductCliAction
 
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
getProductToDelete() - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
getProductType() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getProductType(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getProductType(Node) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypeById(String) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets a {link ProductType} from the RepositoryManager identified by its productTypeId.
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypeById(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypeByName(String) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets a ProductType specified by its productTypeName, from the RepositoryManager.
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypeByName(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
GetProductTypeByNameCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which gets a ProductType by name.
GetProductTypeByNameCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
getProductTypeElementList(Node, ConcurrentHashMap<String, Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypeFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductTypeId() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getProductTypeListFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProductTypeMapXmlDocument(ConcurrentHashMap<String, List<Element>>, ConcurrentHashMap<String, String>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
getProductTypes() - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Gets all the ProductTypes from the repository.
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getProductTypes() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getProductTypeTableName(String) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
getProductTypeXmlDocument(List<ProductType>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
getPropertiesFromXmlRpc(Map<String, String>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getProperty(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getProperty(String, String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
getQuery() - Method in class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
getQueryCriteriaFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryCriteriaListFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryFilter() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getQueryFilterFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryResultFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getQueryResultsAsString(List<QueryResult>) - Static method in class org.apache.oodt.cas.filemgr.util.QueryUtils
 
getQueryResultsAsString(List<QueryResult>, String) - Static method in class org.apache.oodt.cas.filemgr.util.QueryUtils
 
getQueryResultsFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getReducedMetadata(Product, List<String>) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets a reduced set of metadata for a give Product.
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getReducedMetadata(Product, List<String>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getReducedMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getReducedMetadata(Hashtable<String, Object>, Vector<String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getReducedMetadata(Product, List<?>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getReducedMetadataCore(Map<String, Object>, Vector<String>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getReducedProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getReference(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
getReferenceFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getReferenceFromXmlRpcHashtable(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getReferencesFromDir(File) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getReferencesFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getRefPctTransferred(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getRefPctTransferred(Reference) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getRefPctTransferredCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getReplacementKeys() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
getRepositoryManagerServiceFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new RepositoryManager from the specified serviceFactory.
getResultListSize(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getResultListSize(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Overridden method from superclass to allow for null validation layer.
getRootRef() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getRootRefPath(List<Reference>, String) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
getSortByMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getSortByMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
getSqlQuery(QueryCriteria, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getSqlQuery(QueryCriteria, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Overridden method from superclass to allow for null validation layer.
getStart() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
getStartDateTimeMetKey() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
getStartFieldEndValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartFieldName() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartFieldStartValue() - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
getStartTime() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
getStartValue() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Accessor method for the start value of the element to search on.
getSubToSuperMap() - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
Gets the parent-child relationship between product types
getTerms() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Accessor method for the list of terms in the query.
getTimeObject() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
getTopNProducts(int) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the top N most recent products that have been cataloged.
getTopNProducts(int, ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Gets the top N most recent products that have been cataloged for the given ProductType.
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getTopNProducts(int, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getTopNProducts(int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getTopNProducts(int, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
getTopNProductsCore(int, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
getToStringFormat() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
getToStringResultFormat() - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
getTotalPages() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
getTransferStatus() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
getTypeExtractorsFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeHandlerFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getTypeHandlerFromXmlRpc(Map<String, Object>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeHandlersFromXmlRpc(Vector<Map<String, Object>>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getTypeMetadata() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getUniqueElementName() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getUniqueElementName() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getUniqueElementProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
getUniqueElementProductTypeNames() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
getURIsFromDir(File) - Static method in class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 
getUrl() - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
getValidationLayer() - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
getValidationLayer() - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
getValidationLayerFromFactory(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Creates a ValidationLayer from the specified serviceFactory.
getValue() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Accessor method for the value of the element to search on.
getValue() - Method in class org.apache.oodt.cas.filemgr.system.auth.Result
Gets the result value.
getValues() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Accessor method for the values of the element to search on.
getVersionConverterFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
 
getVersioner() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
getVersionerFromClassName(String) - Static method in class org.apache.oodt.cas.filemgr.util.GenericFileManagerObjectFactory
Constructs a new Versioner from the specified className.
getXmlRpcComplexQuery(ComplexQuery) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElement(Element) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElementHashTable(Element) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElementList(List<Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcElementListHashtable(List<Element>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcExtractorSpec(ExtractorSpec) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFileTransferStatus(FileTransferStatus) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFileTransferStatuses(List<FileTransferStatus>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcFilterAlgor(FilterAlgor) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProduct(Product) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductList(List<Product>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductPage(ProductPage) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductType(ProductType) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProductTypeList(List<ProductType>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcProperties(Properties) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQuery(Query) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryCriteria(QueryCriteria) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryCriteriaList(List<QueryCriteria>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryFilter(QueryFilter) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryResult(QueryResult) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcQueryResults(List<QueryResult>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcReference(Reference) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcReferences(List<Reference>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcTypeExtractors(List<ExtractorSpec>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcTypeHandler(TypeHandler) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 
getXmlRpcTypeHandlers(List<TypeHandler>) - Static method in class org.apache.oodt.cas.filemgr.util.XmlRpcStructFactory
 

H

handleRangeQueryCriteria(RangeQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleRangeQueryCriteria(RangeQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the given RangeQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleRequest(String, List, String, String) - Method in interface org.apache.oodt.cas.filemgr.system.auth.Dispatcher
Handles an XML-RPC request, provided that the given username and password are correct.
handleTermQueryCriteria(TermQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
handleTermQueryCriteria(TermQueryCriteria) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Converts the given TermQueryCriteria into a QueryCriteria with the necessary Catalog elements and values to perform the query
happenAtSameTime(TimeEvent, TimeEvent) - Static method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
hashCode() - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
hashCode() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
hashCode() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
hashCode() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
hasProduct(URL, File) - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
hasProduct(URL, String) - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
hasProduct(URL, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Checks the file manager at the given URL to see whether or not it knows about the provided Product File parameter.
hasProduct(URL, String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Checks the file manager at the given URL to see whether or not it knows about the provided Product with the given productName parameter.
hasProduct(URL, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
hasProduct(URL, String) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
hasProduct(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
hasProduct(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
HasProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which checks if the File Manager has a given Product ingested.
HasProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 

I

ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
index(List<String>, boolean, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send one or more documents to be indexed to Solr.
indexAll(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method indexes all products retrieved from the File Manager to the Solr index.
indexMetFile(File, boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product extracted from a metadata file to the Solr index.
indexProduct(String) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product retrieved from the File Manager by its product identifier to the Solr index.
indexProductByName(String, boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method adds a single product retrieved from the File Manager by its product name to the Solr index.
indexProductTypes(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method indexes all product types retrieved from the File Manager to the Solr index.
ingest(URL, File, MetExtractor, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Ingests a Product to the file manager service object identified by the given URL parameter.
ingest(URL, File, Metadata) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
Ingests a Product to the file manager service object identified by the given URL parameter.
ingest(URL, List<String>, MetExtractor, File) - Method in interface org.apache.oodt.cas.filemgr.ingest.Ingester
 
ingest(URL, File, MetExtractor, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
ingest(URL, List<String>, MetExtractor, File) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
ingest(URL, File, Metadata) - Method in class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
Ingester - Interface in org.apache.oodt.cas.filemgr.ingest
 
IngestException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
IngestException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
IngestException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
ingestProduct(Hashtable<String, Object>, Hashtable<String, String>, boolean) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
ingestProduct(Product, Metadata, boolean) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
IngestProductCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which ingests a Product.
IngestProductCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
ingestProductCore(Map<String, Object>, Map<String, String>, boolean) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
InPlaceDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
An implementation of the DataTransfer interface that leaves products in the same place (i.e., "in place") and doesn't transfer them at all.
InPlaceDataTransferer() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
InPlaceDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
InPlaceDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferFactory
Default Constructor
InPlaceVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A Inplace versioner that ingests the file without moving the actual file.
InPlaceVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.InPlaceVersioner
 
INT - Static variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
INT - Static variable in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
isAlive() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
isAlive() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
isEnsureUnique() - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
isFirstPage() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
isFlatProducts() - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
isLastPage() - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
isTransferComplete(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
isTransferComplete(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
isTransferComplete(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
isTransferCompleteCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 

L

launchServer(int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
launchServer(URL, int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
LenientDataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
LenientDataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, boolean, boolean) - Constructor for class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
Default Constructor
lenientFields - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
listElements() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
listElements(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
ListProducts() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
liveHasProduct(String, String, String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
Performs a XmlRpcFileManagerClient.hasProduct(String) check against a live File Manager, bypassing the Cache.
LocalCache - Class in org.apache.oodt.cas.filemgr.ingest
 
LocalCache(URL, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
LocalCache(URL, String, List<String>, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
LocalCacheFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
LocalCacheFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.LocalCacheFactory
 
LocalDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
 
LocalDataTransferer() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
Default Constructor
LocalDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
LocalDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
Default Constructor
LuceneCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
LuceneCatalog(String, ValidationLayer, int, long, long, int) - Constructor for class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
LuceneCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
LuceneCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
LuceneQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which converts a Lucene-like query into a File Manager Query and returns the results.
LuceneQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 

M

main(String[]) - Static method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.ingest.CmdLineIngester
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
main(String[]) - Static method in exception org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.DeleteProduct
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.DumpDbElementsToXml
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ProductDumper
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
The main method.
main(String[]) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
MajorMinorVersionTypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type.examples
Handler metadata element values whose original format is: \d{1,2}.\d{0,2} Return Catalog value format: \d\d.\d\d Return original value format: \d{1,2}.\d{1,2}
MajorMinorVersionTypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.examples.MajorMinorVersionTypeHandler
 
MappedDataSourceCatalog - Class in org.apache.oodt.cas.filemgr.catalog
 
MappedDataSourceCatalog(DataSource, ValidationLayer, boolean, int, long, Properties) - Constructor for class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
Constructs a new MappedDataSourceCatalog.
MappedDataSourceCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
 
MappedDataSourceCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 
merge(Metadata, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
MetadataBasedFileVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
MetadataBasedFileVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
MetadataBasedFileVersioner(String) - Constructor for class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
MetadataBasedProductMover - Class in org.apache.oodt.cas.filemgr.tools
 
MetadataBasedProductMover(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
Default constructor.
MetadataDumper - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
MetadataDumper(String) - Constructor for class org.apache.oodt.cas.filemgr.tools.MetadataDumper
Deprecated.
 
MIME_TYPE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
MIME_TYPE_JSON - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
MIME_TYPE_XML - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
MimeTypeExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
MimeTypeExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor
 
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
modifyElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Modifies an existing Element in the ValidationLayer.
modifyElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
modifyProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Modifies an existing Product within the Catalog.
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
modifyProduct(Hashtable<?, ?>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
modifyProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
modifyProductCore(Map<?, ?>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
modifyProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Modifies a ProductType in the RepositoryManager with the specified ID field of the productType.
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
modifyProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
moveProduct(Hashtable<String, Object>, String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
moveProduct(Product, String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
moveProductCore(Map<String, Object>, String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
moveProducts(ProductType) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 
moveProducts(String) - Method in class org.apache.oodt.cas.filemgr.tools.MetadataBasedProductMover
 

N

NameProductIdGenerator - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of ProductIdGenerator that sets the Product identifier equal to the product name.
NameProductIdGenerator() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.NameProductIdGenerator
 
NOT - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
 
NS - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
NULL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
NUM_BYTES - Static variable in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 

O

ObjectTimeEvent<objType> - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
ObjectTimeEvent(long, long, objType) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
ObjectTimeEvent(long, long, double, objType) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
optimize() - Method in class org.apache.oodt.cas.filemgr.tools.SolrIndexer
This method optimizes the Solr index.
OptimizeLuceneCatalog - Class in org.apache.oodt.cas.filemgr.tools
 
OptimizeLuceneCatalog(String, int) - Constructor for class org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog
Default constructor.
OR - Static variable in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
 
orderedValues - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
orderedValues - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
org.apache.oodt.cas.filemgr.catalog - package org.apache.oodt.cas.filemgr.catalog
 
org.apache.oodt.cas.filemgr.catalog.solr - package org.apache.oodt.cas.filemgr.catalog.solr
 
org.apache.oodt.cas.filemgr.cli.action - package org.apache.oodt.cas.filemgr.cli.action
 
org.apache.oodt.cas.filemgr.datatransfer - package org.apache.oodt.cas.filemgr.datatransfer
 
org.apache.oodt.cas.filemgr.exceptions - package org.apache.oodt.cas.filemgr.exceptions
 
org.apache.oodt.cas.filemgr.ingest - package org.apache.oodt.cas.filemgr.ingest
 
org.apache.oodt.cas.filemgr.metadata - package org.apache.oodt.cas.filemgr.metadata
 
org.apache.oodt.cas.filemgr.metadata.extractors - package org.apache.oodt.cas.filemgr.metadata.extractors
 
org.apache.oodt.cas.filemgr.metadata.extractors.examples - package org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
org.apache.oodt.cas.filemgr.repository - package org.apache.oodt.cas.filemgr.repository
 
org.apache.oodt.cas.filemgr.structs - package org.apache.oodt.cas.filemgr.structs
 
org.apache.oodt.cas.filemgr.structs.exceptions - package org.apache.oodt.cas.filemgr.structs.exceptions
 
org.apache.oodt.cas.filemgr.structs.query - package org.apache.oodt.cas.filemgr.structs.query
 
org.apache.oodt.cas.filemgr.structs.query.conv - package org.apache.oodt.cas.filemgr.structs.query.conv
 
org.apache.oodt.cas.filemgr.structs.query.filter - package org.apache.oodt.cas.filemgr.structs.query.filter
 
org.apache.oodt.cas.filemgr.structs.type - package org.apache.oodt.cas.filemgr.structs.type
 
org.apache.oodt.cas.filemgr.structs.type.examples - package org.apache.oodt.cas.filemgr.structs.type.examples
 
org.apache.oodt.cas.filemgr.system - package org.apache.oodt.cas.filemgr.system
 
org.apache.oodt.cas.filemgr.system.auth - package org.apache.oodt.cas.filemgr.system.auth
 
org.apache.oodt.cas.filemgr.tools - package org.apache.oodt.cas.filemgr.tools
 
org.apache.oodt.cas.filemgr.util - package org.apache.oodt.cas.filemgr.util
 
org.apache.oodt.cas.filemgr.validation - package org.apache.oodt.cas.filemgr.validation
 
org.apache.oodt.cas.filemgr.versioning - package org.apache.oodt.cas.filemgr.versioning
 

P

PAGE_SIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
pagedQuery(Query, ProductType, int) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Performs a query against the underlying Catalog, and then properly formulates a page of results to send back to the user.
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
pagedQuery(Hashtable<String, Object>, Hashtable<String, Object>, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
pagedQuery(Query, ProductType, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
pagedQueryCore(Map<String, Object>, Map<String, Object>, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
pageSize - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
Pagination - Interface in org.apache.oodt.cas.filemgr.util
 
Parameters - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class holding parameters for Solr implementation of CAS File Manager.
ParseQuery(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
parseQuery(String) - Static method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
parseSqlQuery(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
parseSqlQueryMethod(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
parseSqlWhereClause(String) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
postGetMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Handles converting any Catalog metadata element values to their original values.
postGetMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Handles converting any Catalog metadata element values to their original values.
PostQuery(Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
PostQuery(String, Query) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
preAddMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Handles converting any metadata element to Catalog element values.
preAddMetadataHandle(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
Handles converting any metadata element to Catalog element values.
preQueryHandle(Query) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Converts this TypeHandler's element in the given Query into a Query with the necessary elements and values so the Catalog can be queried.
printHelp() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
priority - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
Product - Class in org.apache.oodt.cas.filemgr.structs
 
Product() - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
Default Constructor
Product(InputStream) - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
 
Product(String, ProductType, String, String, List<Reference>) - Constructor for class org.apache.oodt.cas.filemgr.structs.Product
Constructs a new Product with the specified parameters.
PRODUCT_DATASTORE_REFS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_FILE_SIZES - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_ID - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_ID - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_MIME_TYPES - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_NAME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_NAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_NAME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_ORIG_REFS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_RECEIVED_TIME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_RECEVIED_TIME - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_ROOT_REFERENCE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_STRUCTURE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_STRUCTURE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_STRUCTURE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_TRANSFER_STATUS - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_TRANSFER_STATUS - Static variable in interface org.apache.oodt.cas.filemgr.metadata.ProductMetKeys
 
PRODUCT_TYPE - Static variable in interface org.apache.oodt.cas.filemgr.metadata.CoreMetKeys
 
PRODUCT_TYPE_ID - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
PRODUCT_TYPE_NAME - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ProductDumper - Class in org.apache.oodt.cas.filemgr.tools
 
ProductDumper(String) - Constructor for class org.apache.oodt.cas.filemgr.tools.ProductDumper
 
ProductIdGenerator - Interface in org.apache.oodt.cas.filemgr.catalog.solr
API for generating a unique identifier for a CAS Product.
productIdString - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
ProductMetKeys - Interface in org.apache.oodt.cas.filemgr.metadata
ProductPage - Class in org.apache.oodt.cas.filemgr.structs
 
ProductPage() - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductPage
Default Constructor
ProductPage(int, int, int, List<Product>) - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductPage
 
ProductSerializer - Interface in org.apache.oodt.cas.filemgr.catalog.solr
API for serializing CAS objects (Products, Metadata and References) into documents to be indexed by Solr, and vice-versa deserializing Solr response documents into CAS objects.
ProductType - Class in org.apache.oodt.cas.filemgr.structs
 
ProductType() - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductType
 
ProductType(String, String, String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.ProductType
 
ProductTypeDocTool - Class in org.apache.oodt.cas.filemgr.tools
 
ProductTypeDocTool(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.ProductTypeDocTool
 
ProductTypeMetVersioner - Class in org.apache.oodt.cas.filemgr.versioning
A simple versioner that lets a user define the filePathSpec needed by the MetadataBasedFileVersioner in a Product's ProductType metadata.
ProductTypeMetVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.ProductTypeMetVersioner
 
productTypeNames - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 

Q

query(Query, ProductType) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Queries the Catalog with the specified Query
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
Queries the Catalog with the specified Query
query(Map<String, String[]>, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to send a generic query to the Solr server.
Query - Class in org.apache.oodt.cas.filemgr.structs
 
Query() - Constructor for class org.apache.oodt.cas.filemgr.structs.Query
Default Constructor
Query(List<QueryCriteria>) - Constructor for class org.apache.oodt.cas.filemgr.structs.Query
 
query(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
query(Query, ProductType) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
query(Query) - Method in class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
queryCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
QueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
QueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.QueryCriteria
 
QueryFilter - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryFilter(String, String, String, FilterAlgor) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
QueryFormulationException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
QueryFormulationException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException
Default Constructor
QueryFormulationException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException
 
queryProductById(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query the Solr index for a product with the specified id.
queryProductByName(String, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query the Solr index for a product with the specified name.
queryProductsByDate(int, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query Solr for the most recent 'n' products.
queryProductsByDateAndType(int, ProductType, String) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Method to query Solr for the most recent 'n' products of a specified type.
QueryResponse - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class holding information returned from querying the Solr server.
QueryResponse() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
QueryResult - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryResult(Product, Metadata) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
QueryResultComparator - Class in org.apache.oodt.cas.filemgr.structs.query
 
QueryResultComparator() - Constructor for class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
QueryTool - Class in org.apache.oodt.cas.filemgr.tools
Deprecated.
QueryTool(URL) - Constructor for class org.apache.oodt.cas.filemgr.tools.QueryTool
Deprecated.
 
QueryUtils - Class in org.apache.oodt.cas.filemgr.util
 
QueryUtils() - Constructor for class org.apache.oodt.cas.filemgr.util.QueryUtils
 
quoteIt(String) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
Utility method to quote the "productId" value if the column type is "string".

R

rangeEndDateTime - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
RangeQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
RangeQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Default constructor.
RangeQueryCriteria(String, String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Constructor for the RangeQuerycriteria class.
RangeQueryCriteria(String, String, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Constructor for the RangeQueryCriteria clas that can be used to specify both inclusive and exclusive ranges.
rangeQueryElementName - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
RangeQueryTester - Class in org.apache.oodt.cas.filemgr.tools
 
RangeQueryTester() - Constructor for class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
rangeStartDateTime - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
Reference - Class in org.apache.oodt.cas.filemgr.structs
 
Reference(Reference) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Copy Constructor
Reference() - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Default constructor
Reference(String, String, long) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Constructs a new Reference with the specified parameters.
Reference(String, String, long, MimeType) - Constructor for class org.apache.oodt.cas.filemgr.structs.Reference
Constructs a new Reference with the specified parameters.
REFERENCE_DATASTORE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_FILESIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_MIMETYPE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
REFERENCE_ORIGINAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
refreshConfigAndPolicy() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
refreshConfigAndPolicy() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
RemoteableCache - Interface in org.apache.oodt.cas.filemgr.ingest
 
RemoteDataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
 
RemoteDataTransferer(int) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
RemoteDataTransferFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
 
RemoteDataTransferFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory
 
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
removeElement(Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Removes a metadata Element from the ValidationLayer.
removeElement(Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
removeElementFromProductType(ProductType, Element) - Method in interface org.apache.oodt.cas.filemgr.validation.ValidationLayer
Removes a metadata Element from the specified productTypeId.
removeElementFromProductType(ProductType, Element) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
removeFile(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeFile(String) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeFilter() - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
removeMetadata(Metadata, Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Removes Metadata from the metadata store, and disassociates it from the given productId.
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LenientDataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
removeMetadata(Metadata, Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
This method implementation will remove the specified keys and values from the product metadata, leaving all other metadata keys and values unchanged.
removeParentForProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
Removes the parent for a ProductType
removeParentFromProductType(ProductType, String) - Method in class org.apache.oodt.cas.filemgr.validation.DataSourceValidationLayer
 
removeProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Removes a Product from the Catalog.
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
removeProduct(Hashtable) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProduct(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
removeProductTransferStatus(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
removeProductTransferStatusCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.DataSourceRepositoryManager
 
removeProductType(ProductType) - Method in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
Removes a ProductType from the RepositoryManager
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
removeProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
RepositoryManager - Interface in org.apache.oodt.cas.filemgr.repository
 
RepositoryManagerException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
RepositoryManagerException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
 
RepositoryManagerFactory - Interface in org.apache.oodt.cas.filemgr.repository
 
Result - Class in org.apache.oodt.cas.filemgr.system.auth
A Python-friendly wrapper that wraps an XML-RPC result.
Result(Class, Object) - Constructor for class org.apache.oodt.cas.filemgr.system.auth.Result
Default Constructor.
resynsc() - Method in class org.apache.oodt.cas.filemgr.ingest.CachedIngester
 
retrieveFile(String, int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
retrieveFile(String, int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
RetrieveFilesCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
Retrieves files for a given Product.
RetrieveFilesCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
retrieveProduct(Product, File) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
Requires that the data store reference be set, nothing else is used
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
retrieveProduct(Product, File) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
RmiCache - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCache(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
RmiCacheFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheFactory
 
RmiCacheServer - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheServer(URL, String, String, String, String, List<String>) - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
RmiCacheServerFactory - Class in org.apache.oodt.cas.filemgr.ingest
 
RmiCacheServerFactory() - Constructor for class org.apache.oodt.cas.filemgr.ingest.RmiCacheServerFactory
 
ROOT - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_DATASTORE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_FILESIZE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_MIMETYPE - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
ROOT_REFERENCE_ORIGINAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 

S

S3DataTransferer - Class in org.apache.oodt.cas.filemgr.datatransfer
DataTransfer which put/gets files in/from Amazon S3 storage.
S3DataTransferer(AmazonS3, String, boolean) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
S3DataTransfererFactory - Class in org.apache.oodt.cas.filemgr.datatransfer
S3DataTransfererFactory() - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransfererFactory
 
ScienceDataCatalog - Class in org.apache.oodt.cas.filemgr.catalog
Provides a Catalog implementation that facilitate large-scale ingest of observational data into a relational schema.
ScienceDataCatalog(DataSource, ValidationLayer, int) - Constructor for class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
ScienceDataCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog
Implements the CatalogFactory interface to provide a factory for ScienceDataCatalog.
ScienceDataCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalogFactory
 
ScienceDataRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
Leverages the information in the ScienceDataCatalog's dataset table to list out ProductTypes.
ScienceDataRepositoryManager(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManager
 
ScienceDataRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
ScienceDataRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.ScienceDataRepositoryManagerFactory
 
ScienceDataValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
Determines the mapping of s to ProductTypes by reading the ScienceDataCatalog catalog schema tables concerning parameters and datasets.
ScienceDataValidationLayer(DataSource) - Constructor for class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayer
 
ScienceDataValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
ScienceDataValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.ScienceDataValidationLayerFactory
 
SecureWebServer - Class in org.apache.oodt.cas.filemgr.system.auth
An XML-RPC Web Server that requires authentication and authorization.
SecureWebServer(int) - Constructor for class org.apache.oodt.cas.filemgr.system.auth.SecureWebServer
Initializes the XML-RPC web server on the given port and adds a default handler that traps all calls and makes them authenticated.
serialize(Product, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Product into one or more documents to be indexed by Solr.
serialize(String, Reference, List<Reference>, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Product References object into one or more Solr "update" documents (i.e.
serialize(String, Metadata, boolean) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.DefaultProductSerializer
Method to transform a CAS Metadata object into one or more Solr "update" documents (i.e.
serialize(Product, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Product into one or more documents to be indexed by Solr.
serialize(String, Metadata, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Metadata object into one or more Solr "update" documents (i.e.
serialize(String, Reference, List<Reference>, boolean) - Method in interface org.apache.oodt.cas.filemgr.catalog.solr.ProductSerializer
Method to transform a CAS Product References object into one or more Solr "update" documents (i.e.
setBytesTransferred(long) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setCatalog(Catalog) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
setClassName(String) - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
setClient(XmlRpcFileManagerClient) - Method in class org.apache.oodt.cas.filemgr.cli.action.FileManagerCliAction
 
setConfiguration(Properties) - Method in class org.apache.oodt.cas.filemgr.structs.ExtractorSpec
 
setConverter(VersionConverter) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setCriteria(List<QueryCriteria>) - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
setCurrentPageNum(int) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
setCurrentPageNum(int) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
setDataStoreReference(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setDataTransfer(DataTransfer) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setDataTransferer(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setDataTransferFactory(DataTransferFactory) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setDCElement(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setDelimiter(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setDescription(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setDescription(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setDestination(File) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setElementId(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method is not used in this class...
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.Element
 
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element ID to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract mutator method for the Elment name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for mutating the element name to search on.
setElementName(String) - Method in class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
Sets the Element name that this TypeHandler is responsible for handling
setEndDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setEndDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setEndFieldEndValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndFieldName(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndFieldStartValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setEndValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the end value fo the element to search on.
setEnsureUnique(boolean) - Method in class org.apache.oodt.cas.filemgr.tools.ExpImpCatalog
 
setEpsilon(long) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor
 
setExtractors(List<ExtractorSpec>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setFileManager(URL) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Specifies the URL to the File Manager to connect this Cache to.
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setFileManager(URL) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Specifies the URL to the File Manager to connect this Cache to.
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setFileManager(URL) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setFileManagerUrl(URL) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
setFileManagerUrl(URL) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setFilePathSpec(String) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
setFileRef(Reference) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setFileRepositoryPath(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setFileSize(long) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setFilter(String) - Static method in class org.apache.oodt.cas.filemgr.tools.CatalogSearch
 
setFilterAlgor(FilterAlgor) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setFilterAlgor(FilterAlgor) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setFlatProducts(boolean) - Method in class org.apache.oodt.cas.filemgr.versioning.MetadataBasedFileVersioner
 
setHandlers(List<TypeHandler>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setInclusive(boolean) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the inclusive setting for the range.
setIndexPath(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
setMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setMetadataFile(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setMimeType(MimeType) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setMimeType(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setName(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setNumFound(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setNumOfHits(long) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setOperator(int) - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Mutator method for the boolean operator.
setOrigRef(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFilePercentTransferredCliAction
 
setOrigReference(String) - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
setOutputDir(File) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
setOutputFormat(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setPageNum(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setPageProducts(List<Product>) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setPageSize(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setParentProduct(Product) - Method in class org.apache.oodt.cas.filemgr.structs.FileTransferStatus
 
setPriority(double) - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
setPriorityMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setPriorityMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setProduct(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.CompleteProduct
 
setProduct(Product) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByIdCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DumpMetadataCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByIdCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setProductId(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.DeleteProductByNameCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductByNameCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.HasProductCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.RetrieveFilesCliAction
 
setProductName(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductRecievedTime(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
Set time product was ingested.
setProductReferences(List<Reference>) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductRepositoryPath(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setProductStructure(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setProductStructure(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductTransferStatus(Product) - Method in interface org.apache.oodt.cas.filemgr.catalog.Catalog
Persists the transferStatus attribute of the given Product to the Catalog.
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
setProductTransferStatus(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
setProductTransferStatus(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
setProductTransferStatusCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
setProductType(ProductType) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setProductTypeDescription(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setProductTypeId(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setProductTypeId(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetFirstPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetLastPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNextPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetNumProductsCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetPrevPageCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductPercentTransferredCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.GetProductTypeByNameCliAction
 
setProductTypeName(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setQuery(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
setQueryFilter(QueryFilter) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setReducedMetadata(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setReducedMetadataKeys(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setReducedProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setReducedProductTypes(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.LuceneQueryCliAction
 
setReferences(List<String>) - Method in class org.apache.oodt.cas.filemgr.cli.action.IngestProductCliAction
 
setResults(List<CompleteProduct>) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setRootRef(Reference) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setSortBy(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setSortByMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setSortByMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResultComparator
 
setStart(int) - Method in class org.apache.oodt.cas.filemgr.catalog.solr.QueryResponse
 
setStartDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setStartDateTimeMetKey(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryFilter
 
setStartFieldEndValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartFieldName(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartFieldStartValue(String) - Method in class org.apache.oodt.cas.filemgr.tools.RangeQueryTester
 
setStartValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Mutator method for the start value fo the element to search on.
setToStringFormat(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
setToStringResultFormat(String) - Method in class org.apache.oodt.cas.filemgr.structs.query.ComplexQuery
 
setTotalPages(int) - Method in class org.apache.oodt.cas.filemgr.structs.ProductPage
 
setTransferStatus(String) - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
setTypeMetadata(Metadata) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
setUniqueElementName(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Sets the name of the met element to use as the identifier of a Product for use in determining whether the Product is in the Cache.
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setUniqueElementName(String) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Sets the name of the met element to use as the identifier of a Product for use in determining whether the Product is in the Cache.
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setUniqueElementName(String) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setUniqueElementProductTypeNames(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Sets the names of the ProductTypes to cache.
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
setUniqueElementProductTypeNames(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Sets the names of the ProductTypes to cache.
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
setUniqueElementProductTypeNames(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
setValue(List<String>) - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Mutator method for the values of the element to search on.
setValue(String) - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Mutator method for the value of the element to search on
setVersionConverter(VersionConverter) - Method in class org.apache.oodt.cas.filemgr.cli.action.AbstractQueryCliAction
 
setVersioner(String) - Method in class org.apache.oodt.cas.filemgr.cli.action.AddProductTypeCliAction
 
setVersioner(String) - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
shutdown() - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
SingleFileBasicVersioner - Class in org.apache.oodt.cas.filemgr.versioning
 
SingleFileBasicVersioner() - Constructor for class org.apache.oodt.cas.filemgr.versioning.SingleFileBasicVersioner
 
size() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
size() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
size() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
SOLR_DATE_FORMAT - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
SOLR_DATE_TIME_FORMATTER - Static variable in class org.apache.oodt.cas.filemgr.catalog.solr.Parameters
 
SolrCatalog - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of the CAS Catalog interface that uses a Solr back-end metadata store.
SolrCatalog(String, ProductIdGenerator, ProductSerializer) - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalog
 
SolrCatalogFactory - Class in org.apache.oodt.cas.filemgr.catalog.solr
Factory class that creates a SolrCatalog instance configured with the properties specified in filemgr.properties.
SolrCatalogFactory() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory
 
SolrClient - Class in org.apache.oodt.cas.filemgr.catalog.solr
Class containing client-side functionality for interacting with a Solr server.
SolrClient(String) - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.SolrClient
Constructor initializes the Solr URL
SolrIndexer - Class in org.apache.oodt.cas.filemgr.tools
Indexes products from the File Manager catalog to a Solr instance.
SolrIndexer(String, String) - Constructor for class org.apache.oodt.cas.filemgr.tools.SolrIndexer
Constructor reads in the configuration and initiates the connection to the Solr instance.
SolrIndexer.IndexerConfig - Class in org.apache.oodt.cas.filemgr.tools
This class manages the Indexer configuration.
SolrIndexer.IndexerConfig(InputStream) - Constructor for class org.apache.oodt.cas.filemgr.tools.SolrIndexer.IndexerConfig
 
SqlParser - Class in org.apache.oodt.cas.filemgr.util
 
SqlQueryCliAction - Class in org.apache.oodt.cas.filemgr.cli.action
A CmdLineAction which queries the FileManager by parsing an SQL like query into a FileManager Query.
SqlQueryCliAction() - Constructor for class org.apache.oodt.cas.filemgr.cli.action.SqlQueryCliAction
 
START_DATE_TIME - Static variable in class org.apache.oodt.cas.filemgr.versioning.AcquisitionDateVersioner
 
startTime - Variable in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
STATUS_RECEIVED - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STATUS_TRANSFER - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
StdIngester - Class in org.apache.oodt.cas.filemgr.ingest
 
StdIngester(String) - Constructor for class org.apache.oodt.cas.filemgr.ingest.StdIngester
 
STOP_WORDS - Static variable in class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
An array containing some common English words that are usually not useful for searching.
stopServer(int) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
STREAM_REFERENCE_DELIMITER - Static variable in class org.apache.oodt.cas.filemgr.structs.Reference
 
STRUCTURE_FLAT - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STRUCTURE_HIERARCHICAL - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
STRUCTURE_STREAM - Static variable in class org.apache.oodt.cas.filemgr.structs.Product
 
sync(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync(String, List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync() - Method in interface org.apache.oodt.cas.filemgr.ingest.Cache
Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.LocalCache
 
sync(List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync(String, List<String>) - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync() - Method in interface org.apache.oodt.cas.filemgr.ingest.RemoteableCache
Synchronizes this Cache with the File Manager specified by the RemoteableCache.setFileManager(URL) method.
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCache
 
sync(List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
sync(String, List<String>) - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 
sync() - Method in class org.apache.oodt.cas.filemgr.ingest.RmiCacheServer
 

T

TermQueryCriteria - Class in org.apache.oodt.cas.filemgr.structs
 
TermQueryCriteria() - Constructor for class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Default constructor.
TermQueryCriteria(String, String) - Constructor for class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Constructor for the TermQueryECriteria Class.
TikaAutoDetectExtractor - Class in org.apache.oodt.cas.filemgr.metadata.extractors.examples
 
TikaAutoDetectExtractor() - Constructor for class org.apache.oodt.cas.filemgr.metadata.extractors.examples.TikaAutoDetectExtractor
 
TimeEvent - Class in org.apache.oodt.cas.filemgr.structs.query.filter
 
TimeEvent(long, long) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
TimeEvent(long, long, double) - Constructor for class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
tokenStream(String, Reader) - Method in class org.apache.oodt.cas.filemgr.tools.CASAnalyzer
Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.
toScienceDataElement(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toScienceDataProduct(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toScienceDataProductType(ResultSet) - Static method in class org.apache.oodt.cas.filemgr.util.DbStructFactory
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.BooleanQueryCriteria
Method to convert the query to a string.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.FreeTextQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.ProductType
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.ObjectTimeEvent
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.filter.TimeEvent
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.query.QueryResult
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.Query
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.QueryCriteria
Abstract method for converting the QueryCriteria to a human-parsable String.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.RangeQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toString() - Method in class org.apache.oodt.cas.filemgr.structs.Reference
 
toString() - Method in class org.apache.oodt.cas.filemgr.structs.TermQueryCriteria
Implementation of the abstract method inherited from QueryCriteria for generating a human-parsable string version of the query criteria.
toXML() - Method in class org.apache.oodt.cas.filemgr.structs.Product
 
transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
transferFile(String, byte[], int, int) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
transferProduct(Product) - Method in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.InPlaceDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferer
 
transferProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.S3DataTransferer
 
transferringProduct(Product) - Method in class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
 
transferringProduct(Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
transferringProduct(Product) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
transferringProductCore(Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
TransferStatusTracker - Class in org.apache.oodt.cas.filemgr.datatransfer
 
TransferStatusTracker(Catalog) - Constructor for class org.apache.oodt.cas.filemgr.datatransfer.TransferStatusTracker
Default Constructor
TypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type
A Metadata modification class that intercepts all Metadata flowing in and out of the Catalog.
TypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.TypeHandler
 
typeMap - Variable in class org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
 

U

uniqueElementName - Variable in class org.apache.oodt.cas.filemgr.ingest.AbstractCacheServerFactory
 
unparseSqlQuery(ComplexQuery) - Static method in class org.apache.oodt.cas.filemgr.util.SqlParser
 
updateMetadata(Hashtable<String, Object>, Hashtable<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
updateMetadata(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
updateMetadataCore(Map<String, Object>, Map<String, Object>) - Method in class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
 
UUIDProductIdGenerator - Class in org.apache.oodt.cas.filemgr.catalog.solr
Implementation of ProductIdGenerator that assigns the product identifier as a newly generated UUID.
UUIDProductIdGenerator() - Constructor for class org.apache.oodt.cas.filemgr.catalog.solr.UUIDProductIdGenerator
 

V

VAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
VAL - Static variable in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
VAL1 - Static variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
VAL1 - Static variable in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
VAL2 - Static variable in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
VAL3 - Static variable in class org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
 
validateProduct(Product, Metadata) - Method in class org.apache.oodt.cas.filemgr.metadata.extractors.AbstractFilemgrMetExtractor
 
validationLayer - Variable in class org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
 
validationLayer - Variable in class org.apache.oodt.cas.filemgr.catalog.ScienceDataCatalog
 
ValidationLayer - Interface in org.apache.oodt.cas.filemgr.validation
 
ValidationLayerException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
ValidationLayerException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.ValidationLayerException
 
ValidationLayerFactory - Interface in org.apache.oodt.cas.filemgr.validation
 
ValueReplaceTypeHandler - Class in org.apache.oodt.cas.filemgr.structs.type
A Subset-TypeHandler which only allows for metadata value modification.
ValueReplaceTypeHandler() - Constructor for class org.apache.oodt.cas.filemgr.structs.type.ValueReplaceTypeHandler
 
VersionConverter - Interface in org.apache.oodt.cas.filemgr.structs.query.conv
 
Versioner - Interface in org.apache.oodt.cas.filemgr.versioning
 
VersioningException - Exception in org.apache.oodt.cas.filemgr.structs.exceptions
 
VersioningException() - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(String) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningException(String, Throwable) - Constructor for exception org.apache.oodt.cas.filemgr.structs.exceptions.VersioningException
 
VersioningUtils - Class in org.apache.oodt.cas.filemgr.versioning
 
VersioningUtils() - Constructor for class org.apache.oodt.cas.filemgr.versioning.VersioningUtils
 

W

writeElementXmlDocument(List<Element>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
writeProductTypeMapXmLDocument(ConcurrentHashMap<String, List<Element>>, ConcurrentHashMap<String, String>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 
writeProductTypeXmlDocument(List<ProductType>, String) - Static method in class org.apache.oodt.cas.filemgr.util.XmlStructFactory
 

X

X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.catalog.Catalog
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.datatransfer.DataTransfer
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.repository.RepositoryManager
 
X_POINT_ID - Static variable in interface org.apache.oodt.cas.filemgr.versioning.Versioner
 
XMLRepositoryManager - Class in org.apache.oodt.cas.filemgr.repository
 
XMLRepositoryManager(List<String>) - Constructor for class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManager
 
XMLRepositoryManagerFactory - Class in org.apache.oodt.cas.filemgr.repository
 
XMLRepositoryManagerFactory() - Constructor for class org.apache.oodt.cas.filemgr.repository.XMLRepositoryManagerFactory
Default Constructor
XmlRpcFileManager - Class in org.apache.oodt.cas.filemgr.system
 
XmlRpcFileManager(int) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
Creates a new XmlRpcFileManager with the given metadata store factory, and the given data store factory, on the given port.
XmlRpcFileManagerClient - Class in org.apache.oodt.cas.filemgr.system
 
XmlRpcFileManagerClient(URL) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
 
XmlRpcFileManagerClient(URL, boolean) - Constructor for class org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient
Constructs a new XmlRpcFileManagerClient with the given url.
XmlRpcStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
XmlStructFactory - Class in org.apache.oodt.cas.filemgr.util
 
XMLValidationLayer - Class in org.apache.oodt.cas.filemgr.validation
 
XMLValidationLayer(List<String>) - Constructor for class org.apache.oodt.cas.filemgr.validation.XMLValidationLayer
 
XMLValidationLayerFactory - Class in org.apache.oodt.cas.filemgr.validation
 
XMLValidationLayerFactory() - Constructor for class org.apache.oodt.cas.filemgr.validation.XMLValidationLayerFactory
Default Constructor
A B C D E F G H I L M N O P Q R S T U V W X 

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