|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Dictionary in org.apache.oodt.cas.catalog.server.channel |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel with parameters of type Dictionary | |
|---|---|
void |
CommunicationChannelClient.addDictionary(String catalogId,
Dictionary dictionary)
|
void |
CommunicationChannelServer.addDictionary(String catalogId,
Dictionary dictionary)
|
void |
AbstractCommunicationChannelServer.addDictionary(String catalogId,
Dictionary dictionary)
|
| Method parameters in org.apache.oodt.cas.catalog.server.channel with type arguments of type Dictionary | |
|---|---|
void |
CommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
CommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
AbstractCommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
CommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
CommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
AbstractCommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
CommunicationChannelClient.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
void |
CommunicationChannelServer.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
void |
AbstractCommunicationChannelServer.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.server.channel.rmi |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel.rmi with parameters of type Dictionary | |
|---|---|
void |
RmiCommunicationChannelServer.addDictionary(String catalogId,
Dictionary dictionary)
|
void |
RmiCommunicationChannelClient.addDictionary(String catalogId,
Dictionary dictionary)
|
| Method parameters in org.apache.oodt.cas.catalog.server.channel.rmi with type arguments of type Dictionary | |
|---|---|
void |
RmiCommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
RmiCommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
RmiCommunicationChannelServer.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
RmiCommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
RmiCommunicationChannelServer.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
void |
RmiCommunicationChannelClient.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.server.channel.xmlrpc |
|---|
| Methods in org.apache.oodt.cas.catalog.server.channel.xmlrpc with parameters of type Dictionary | |
|---|---|
void |
XmlRpcCommunicationChannelClient.addDictionary(String catalogId,
Dictionary dictionary)
|
| Method parameters in org.apache.oodt.cas.catalog.server.channel.xmlrpc with type arguments of type Dictionary | |
|---|---|
void |
XmlRpcCommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
XmlRpcCommunicationChannelClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
XmlRpcCommunicationChannelClient.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.struct |
|---|
| Methods in org.apache.oodt.cas.catalog.struct that return Dictionary | |
|---|---|
Dictionary |
DictionaryFactory.createDictionary()
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.struct.impl.dictionary |
|---|
| Classes in org.apache.oodt.cas.catalog.struct.impl.dictionary that implement Dictionary | |
|---|---|
class |
WorkflowManagerDictionary
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.system |
|---|
| Fields in org.apache.oodt.cas.catalog.system with type parameters of type Dictionary | |
|---|---|
protected Vector<Dictionary> |
Catalog.dictionaries
|
| Methods in org.apache.oodt.cas.catalog.system that return types with arguments of type Dictionary | |
|---|---|
List<Dictionary> |
Catalog.getDictionaries()
|
| Methods in org.apache.oodt.cas.catalog.system with parameters of type Dictionary | |
|---|---|
void |
Catalog.addDictionary(Dictionary dictionary)
|
void |
CatalogService.addDictionary(String catalogId,
Dictionary dictionary)
|
| Method parameters in org.apache.oodt.cas.catalog.system with type arguments of type Dictionary | |
|---|---|
void |
CatalogService.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
CatalogService.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
CatalogService.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
void |
Catalog.setDictionaries(List<Dictionary> dictionaries)
|
| Constructor parameters in org.apache.oodt.cas.catalog.system with type arguments of type Dictionary | |
|---|---|
Catalog(String id,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermissions,
boolean restrictIngestPermissions)
|
|
| Uses of Dictionary in org.apache.oodt.cas.catalog.system.impl |
|---|
| Methods in org.apache.oodt.cas.catalog.system.impl with parameters of type Dictionary | |
|---|---|
void |
CatalogServiceLocal.addDictionary(String catalogId,
Dictionary dictionary)
|
void |
CatalogServiceClient.addDictionary(String catalogId,
Dictionary dictionary)
|
| Method parameters in org.apache.oodt.cas.catalog.system.impl with type arguments of type Dictionary | |
|---|---|
void |
CatalogServiceLocal.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
CatalogServiceClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries)
|
void |
CatalogServiceLocal.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
void |
CatalogServiceClient.addCatalog(String catalogId,
Index index,
List<Dictionary> dictionaries,
boolean restrictQueryPermission,
boolean restrictIngestPermission)
|
protected void |
CatalogServiceLocal.modifyCatalog(String catalogId,
List<Dictionary> dictionaries,
Index index,
Boolean restrictQueryPermission,
Boolean restrictIngestPermission)
|
void |
CatalogServiceLocal.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
void |
CatalogServiceClient.replaceDictionaries(String catalogId,
List<Dictionary> dictionaries)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||