Uses of Class
gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject

Packages that use ExtendedExtrinsicObject
gov.nasa.pds.registry.cache   
gov.nasa.pds.registry.client.results   
gov.nasa.pds.registry.model.wrapper   
 

Uses of ExtendedExtrinsicObject in gov.nasa.pds.registry.cache
 

Methods in gov.nasa.pds.registry.cache that return ExtendedExtrinsicObject
static ExtendedExtrinsicObject AssociationCache.get(String lidvid)
          Get the object by lidvid
 

Methods in gov.nasa.pds.registry.cache with parameters of type ExtendedExtrinsicObject
static void AssociationCache.push(ExtendedExtrinsicObject searchExt)
          Checks if extrinsic is already in cache.
 

Uses of ExtendedExtrinsicObject in gov.nasa.pds.registry.client.results
 

Methods in gov.nasa.pds.registry.client.results that return ExtendedExtrinsicObject
 ExtendedExtrinsicObject RegistryHandler.getExtrinsicByGuid(String guid)
          Get the ExtrinsicObjects associated with the current object being queried.
 ExtendedExtrinsicObject RegistryHandler.getExtrinsicByLidvid(String lidvid)
          Get the ExtrinsicObjects associated with the current object being queried.
 

Methods in gov.nasa.pds.registry.client.results that return types with arguments of type ExtendedExtrinsicObject
 List<ExtendedExtrinsicObject> RegistryHandler.getAssociatedExtrinsicsByReferenceType(ExtendedExtrinsicObject searchExtrinsic, String referenceType)
          Query the associated objects and map the objects to their slots.
 List<ExtendedExtrinsicObject> RegistryHandler.getAssociationsBySourceObject(ExtendedExtrinsicObject searchExtrinsic, String associationType)
          Query the association objects by the Extrinsic's guid.
 

Methods in gov.nasa.pds.registry.client.results with parameters of type ExtendedExtrinsicObject
 List<ExtendedExtrinsicObject> RegistryHandler.getAssociatedExtrinsicsByReferenceType(ExtendedExtrinsicObject searchExtrinsic, String referenceType)
          Query the associated objects and map the objects to their slots.
 List<ExtendedExtrinsicObject> RegistryHandler.getAssociationsBySourceObject(ExtendedExtrinsicObject searchExtrinsic, String associationType)
          Query the association objects by the Extrinsic's guid.
 

Uses of ExtendedExtrinsicObject in gov.nasa.pds.registry.model.wrapper
 

Methods in gov.nasa.pds.registry.model.wrapper that return types with arguments of type ExtendedExtrinsicObject
static List<ExtendedExtrinsicObject> ExtendedExtrinsicObject.asSearchCoreExtrinsics(List<ExtrinsicObject> extObjList)
          Utility method to convert list of ExtrinsicObjects to SearchCoreExtrinsic objects
 



Copyright © 2010–2015 Planetary Data System. All rights reserved.