Package | Description |
---|---|
gov.nasa.pds.registry.cache | |
gov.nasa.pds.registry.client.results | |
gov.nasa.pds.registry.model.wrapper |
Modifier and Type | Method and Description |
---|---|
static ExtendedExtrinsicObject |
AssociationCache.get(java.lang.String lidvid)
Get the object by lidvid
|
Modifier and Type | Method and Description |
---|---|
static void |
AssociationCache.push(ExtendedExtrinsicObject searchExt)
Checks if extrinsic is already in cache.
|
Modifier and Type | Method and Description |
---|---|
ExtendedExtrinsicObject |
RegistryHandler.getExtrinsicByGuid(java.lang.String guid)
Get the ExtrinsicObjects associated with the current object
being queried.
|
ExtendedExtrinsicObject |
RegistryHandler.getExtrinsicByLidvid(java.lang.String lidvid)
Get the ExtrinsicObjects associated with the current object
being queried.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtendedExtrinsicObject> |
RegistryHandler.getAssociatedExtrinsicsByReferenceType(ExtendedExtrinsicObject searchExtrinsic,
java.lang.String referenceType)
Query the associated objects and map the objects to their slots.
|
java.util.List<ExtendedExtrinsicObject> |
RegistryHandler.getAssociationsBySourceObject(ExtendedExtrinsicObject searchExtrinsic,
java.lang.String associationType)
Query the association objects by the Extrinsic's guid.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtendedExtrinsicObject> |
RegistryHandler.getAssociatedExtrinsicsByReferenceType(ExtendedExtrinsicObject searchExtrinsic,
java.lang.String referenceType)
Query the associated objects and map the objects to their slots.
|
java.util.List<ExtendedExtrinsicObject> |
RegistryHandler.getAssociationsBySourceObject(ExtendedExtrinsicObject searchExtrinsic,
java.lang.String associationType)
Query the association objects by the Extrinsic's guid.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ExtendedExtrinsicObject> |
ExtendedExtrinsicObject.asSearchCoreExtrinsics(java.util.List<ExtrinsicObject> extObjList)
Utility method to convert list of ExtrinsicObjects to SearchCoreExtrinsic objects
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.