Package | Description |
---|---|
org.apache.oodt.cas.filemgr.catalog | |
org.apache.oodt.cas.filemgr.catalog.solr | |
org.apache.oodt.cas.filemgr.datatransfer | |
org.apache.oodt.cas.filemgr.metadata.extractors | |
org.apache.oodt.cas.filemgr.structs | |
org.apache.oodt.cas.filemgr.system | |
org.apache.oodt.cas.filemgr.util | |
org.apache.oodt.cas.filemgr.versioning | |
org.apache.oodt.cas.product.jaxrs.resources |
Contains JAX-RS resource classes that represent file manager entities such
as products, their references and their metadata.
|
org.apache.oodt.cas.webcomponents.filemgr | |
org.apache.oodt.pcs.util |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
ScienceDataCatalog.getProductReferences(Product product) |
List<Reference> |
MappedDataSourceCatalog.getProductReferences(Product product) |
List<Reference> |
LuceneCatalog.getProductReferences(Product product) |
List<Reference> |
DataSourceCatalog.getProductReferences(Product product) |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
SolrCatalog.getProductReferences(Product product) |
Modifier and Type | Method and Description |
---|---|
List<String> |
ProductSerializer.serialize(String productId,
Reference rootReference,
List<Reference> references,
boolean replace)
Method to transform a CAS Product References object into one or more Solr "update" documents
(i.e.
|
List<String> |
DefaultProductSerializer.serialize(String productId,
Reference rootReference,
List<Reference> references,
boolean replace)
Method to transform a CAS Product References object into one or more Solr "update" documents
(i.e.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
ProductSerializer.serialize(String productId,
Reference rootReference,
List<Reference> references,
boolean replace)
Method to transform a CAS Product References object into one or more Solr "update" documents
(i.e.
|
List<String> |
DefaultProductSerializer.serialize(String productId,
Reference rootReference,
List<Reference> references,
boolean replace)
Method to transform a CAS Product References object into one or more Solr "update" documents
(i.e.
|
Modifier and Type | Method and Description |
---|---|
double |
TransferStatusTracker.getPctTransferred(Reference ref) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractFilemgrMetExtractor.getRootRefPath(List<Reference> refs,
String productTypeRepoPath) |
Modifier and Type | Method and Description |
---|---|
Reference |
FileTransferStatus.getFileRef() |
Reference |
Product.getRootRef() |
Modifier and Type | Method and Description |
---|---|
List<Reference> |
Product.getProductReferences() |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferStatus.setFileRef(Reference fileRef) |
void |
Product.setRootRef(Reference rootRef) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setProductReferences(List<Reference> references) |
Constructor and Description |
---|
FileTransferStatus(Reference fileRef,
long fileSize,
long bytesTransferred,
Product parentProduct) |
Reference(Reference r)
Copy Constructor
|
Constructor and Description |
---|
Product(String name,
ProductType pType,
String structure,
String transferStatus,
List<Reference> refs)
Constructs a new Product with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
List<Reference> |
XmlRpcFileManagerClient.getProductReferences(Product product) |
Modifier and Type | Method and Description |
---|---|
double |
XmlRpcFileManagerClient.getRefPctTransferred(Reference reference) |
Modifier and Type | Method and Description |
---|---|
static Reference |
DbStructFactory.getReference(ResultSet rs) |
static Reference |
XmlRpcStructFactory.getReferenceFromXmlRpc(Map<String,Object> referenceHash) |
static Reference |
XmlRpcStructFactory.getReferenceFromXmlRpcHashtable(Map<String,Object> referenceHash) |
Modifier and Type | Method and Description |
---|---|
static List<Reference> |
XmlRpcStructFactory.getReferencesFromXmlRpc(Vector<Map<String,Object>> referenceVector) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
XmlRpcStructFactory.getXmlRpcReference(Reference reference) |
Modifier and Type | Method and Description |
---|---|
static Vector<Map<String,Object>> |
XmlRpcStructFactory.getXmlRpcReferences(List<Reference> references) |
Modifier and Type | Method and Description |
---|---|
static List<Reference> |
VersioningUtils.getReferencesFromDir(File dirRoot) |
Modifier and Type | Method and Description |
---|---|
static void |
VersioningUtils.createDataStoreRefStream(String pn,
String productRepoPath,
Reference ref,
String postfix) |
Modifier and Type | Method and Description |
---|---|
static void |
VersioningUtils.createBasicDataStoreRefsFlat(String productName,
String productRepoPath,
List<Reference> references) |
static void |
VersioningUtils.createBasicDataStoreRefsHierarchical(List<Reference> references) |
static void |
VersioningUtils.createBasicDataStoreRefsStream(String productName,
String productRepoPath,
List<Reference> references,
String postfix) |
Modifier and Type | Method and Description |
---|---|
Reference |
ReferenceResource.getReference()
Gets the reference.
|
Modifier and Type | Method and Description |
---|---|
List<Reference> |
ProductResource.getProductReferences()
Gets the product's references.
|
Constructor and Description |
---|
ReferenceResource(String productId,
int refIndex,
Reference reference,
File workingDir)
Constructor that sets the reference and working directory for the resource.
|
Constructor and Description |
---|
ProductResource(Product product,
Metadata metadata,
List<Reference> references,
File workingDir)
Constructor that sets the product, metadata, references and
working directory for the resource.
|
Modifier and Type | Method and Description |
---|---|
List<Reference> |
FileManagerConn.getProductReferences(Product p) |
Modifier and Type | Method and Description |
---|---|
static Reference |
FileManagerUtils.getRootReference(String productName,
List refs) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileManagerUtils.isRootDir(Reference r,
String prodName) |
Copyright © 1999–2017 Apache OODT. All rights reserved.