Package | Description |
---|---|
org.apache.oodt.cas.filemgr.repository | |
org.apache.oodt.cas.filemgr.system | |
org.apache.oodt.cas.filemgr.tools |
Modifier and Type | Method and Description |
---|---|
void |
XMLRepositoryManager.addProductType(ProductType productType) |
void |
ScienceDataRepositoryManager.addProductType(ProductType productType) |
void |
RepositoryManager.addProductType(ProductType productType)
Adds a ProductType to the RepositoryManager.
|
void |
DataSourceRepositoryManager.addProductType(ProductType productType) |
ProductType |
XMLRepositoryManager.getProductTypeById(String productTypeId) |
ProductType |
ScienceDataRepositoryManager.getProductTypeById(String productTypeId) |
ProductType |
RepositoryManager.getProductTypeById(String productTypeId)
Gets a {link ProductType} from the RepositoryManager identified by its
productTypeId . |
ProductType |
DataSourceRepositoryManager.getProductTypeById(String productTypeId) |
ProductType |
XMLRepositoryManager.getProductTypeByName(String productTypeName) |
ProductType |
ScienceDataRepositoryManager.getProductTypeByName(String productTypeName) |
ProductType |
RepositoryManager.getProductTypeByName(String productTypeName)
Gets a
ProductType specified by its productTypeName ,
from the RepositoryManager. |
ProductType |
DataSourceRepositoryManager.getProductTypeByName(String productTypeName) |
List<ProductType> |
XMLRepositoryManager.getProductTypes() |
List<ProductType> |
ScienceDataRepositoryManager.getProductTypes() |
List<ProductType> |
RepositoryManager.getProductTypes()
Gets all the
ProductType s from the repository. |
List<ProductType> |
DataSourceRepositoryManager.getProductTypes() |
void |
XMLRepositoryManager.modifyProductType(ProductType productType) |
void |
ScienceDataRepositoryManager.modifyProductType(ProductType productType) |
void |
RepositoryManager.modifyProductType(ProductType productType)
Modifies a ProductType in the RepositoryManager with the specified ID
field of the
productType . |
void |
DataSourceRepositoryManager.modifyProductType(ProductType productType) |
void |
XMLRepositoryManager.removeProductType(ProductType productType) |
void |
ScienceDataRepositoryManager.removeProductType(ProductType productType) |
void |
RepositoryManager.removeProductType(ProductType productType)
Removes a ProductType from the RepositoryManager
|
void |
DataSourceRepositoryManager.removeProductType(ProductType productType) |
Modifier and Type | Method and Description |
---|---|
void |
ExpImpCatalog.doExpImport() |
void |
ExpImpCatalog.doExpImport(List sourceProductTypes) |
static void |
MetadataBasedProductMover.main(String[] args) |
static void |
ExpImpCatalog.main(String[] args) |
void |
MetadataBasedProductMover.moveProducts(String typeName) |
Copyright © 1999–2017 Apache OODT. All rights reserved.