|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Catalog in org.apache.oodt.cas.catalog.repository |
|---|
| Fields in org.apache.oodt.cas.catalog.repository with type parameters of type Catalog | |
|---|---|
protected HashMap<String,Catalog> |
MemoryBasedCatalogRepository.catalogMap
|
| Methods in org.apache.oodt.cas.catalog.repository that return Catalog | |
|---|---|
Catalog |
MemoryBasedCatalogRepository.deserializeCatalog(String catalogUrn)
|
Catalog |
SerializedCatalogRepository.deserializeCatalog(String catalogUrn)
|
| Methods in org.apache.oodt.cas.catalog.repository that return types with arguments of type Catalog | |
|---|---|
Set<Catalog> |
MemoryBasedCatalogRepository.deserializeAllCatalogs()
|
Set<Catalog> |
SpringCatalogRepository.deserializeAllCatalogs()
|
Set<Catalog> |
CatalogRepository.deserializeAllCatalogs()
Loads all Catalogs serialized in this Repository |
Set<Catalog> |
SerializedCatalogRepository.deserializeAllCatalogs()
|
| Methods in org.apache.oodt.cas.catalog.repository with parameters of type Catalog | |
|---|---|
void |
MemoryBasedCatalogRepository.serializeCatalog(Catalog catalog)
|
void |
SpringCatalogRepository.serializeCatalog(Catalog catalog)
|
void |
CatalogRepository.serializeCatalog(Catalog catalog)
Serializes a given Catalog to the Repository |
void |
SerializedCatalogRepository.serializeCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.server.channel |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel with parameters of type Catalog | |
|---|---|
void |
CommunicationChannelClient.addCatalog(Catalog catalog)
|
void |
CommunicationChannelServer.addCatalog(Catalog catalog)
|
void |
AbstractCommunicationChannelServer.addCatalog(Catalog catalog)
|
void |
CommunicationChannelClient.replaceCatalog(Catalog catalog)
|
void |
CommunicationChannelServer.replaceCatalog(Catalog catalog)
|
void |
AbstractCommunicationChannelServer.replaceCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.server.channel.rmi |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel.rmi that return Catalog | |
|---|---|
Catalog |
RmiCommunicationChannelClientInterface.getCatalog(String catalogUrn)
|
| Methods in org.apache.oodt.cas.catalog.server.channel.rmi that return types with arguments of type Catalog | |
|---|---|
Set<Catalog> |
RmiCommunicationChannelClientInterface.getCurrentCatalogList()
|
| Methods in org.apache.oodt.cas.catalog.server.channel.rmi with parameters of type Catalog | |
|---|---|
void |
RmiCommunicationChannelClientInterface.addCatalog(Catalog catalog)
|
void |
RmiCommunicationChannelServer.addCatalog(Catalog catalog)
|
void |
RmiCommunicationChannelClient.addCatalog(Catalog catalog)
|
void |
RmiCommunicationChannelClientInterface.addCatalog(Catalog catalog,
boolean allowOverride)
|
void |
RmiCommunicationChannelServer.replaceCatalog(Catalog catalog)
|
void |
RmiCommunicationChannelClient.replaceCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.server.channel.xmlrpc |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel.xmlrpc with parameters of type Catalog | |
|---|---|
void |
XmlRpcCommunicationChannelClient.addCatalog(Catalog catalog)
|
void |
XmlRpcCommunicationChannelClient.replaceCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.system |
|---|
| Methods in org.apache.oodt.cas.catalog.system that return Catalog | |
|---|---|
Catalog |
CatalogFactory.createCatalog()
|
| Methods in org.apache.oodt.cas.catalog.system with parameters of type Catalog | |
|---|---|
void |
CatalogService.addCatalog(Catalog catalog)
|
void |
CatalogService.replaceCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.system.impl |
|---|
| Fields in org.apache.oodt.cas.catalog.system.impl with type parameters of type Catalog | |
|---|---|
protected Set<Catalog> |
CatalogServiceLocal.catalogs
|
| Methods in org.apache.oodt.cas.catalog.system.impl that return Catalog | |
|---|---|
protected Catalog |
CatalogServiceLocal.getCatalog(String catalogUrn)
|
| Methods in org.apache.oodt.cas.catalog.system.impl that return types with arguments of type Catalog | |
|---|---|
Set<Catalog> |
CatalogServiceLocal.getCurrentCatalogList()
|
protected Set<Catalog> |
CatalogServiceLocal.getFilteredCatalogList(Metadata metadata)
|
| Methods in org.apache.oodt.cas.catalog.system.impl with parameters of type Catalog | |
|---|---|
void |
CatalogServiceLocal.addCatalog(Catalog catalog)
Ability to dynamically add a Catalog to this CatalogService for managing |
void |
CatalogServiceClient.addCatalog(Catalog catalog)
|
protected QueryExpression |
CatalogServiceLocal.reduceToUnderstoodExpressions(Catalog catalog,
QueryExpression queryExpression)
|
void |
CatalogServiceLocal.replaceCatalog(Catalog catalog)
Ability to dynamically add a Catalog to this CatalogService for managing |
void |
CatalogServiceClient.replaceCatalog(Catalog catalog)
|
| Uses of Catalog in org.apache.oodt.cas.catalog.util |
|---|
| Methods in org.apache.oodt.cas.catalog.util that return types with arguments of type Catalog | |
|---|---|
static HashSet<Catalog> |
SpringUtils.loadCatalogs(String catalogBeanRepo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||