Uses of Class
gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
-
Packages that use ExtendedExtrinsicObject Package Description gov.nasa.pds.harvest.search.doc gov.nasa.pds.registry.model.wrapper -
-
Uses of ExtendedExtrinsicObject in gov.nasa.pds.harvest.search.doc
Methods in gov.nasa.pds.harvest.search.doc with parameters of type ExtendedExtrinsicObject Modifier and Type Method Description protected String
SearchDocGenerator. checkForSubstring(gov.nasa.pds.search.core.schema.OutputString outputString, ExtendedExtrinsicObject extObject, gov.nasa.jpl.oodt.cas.metadata.Metadata metadata)
Extract the attribute/slot/association from the String specified and query the Registry for the value to replace it wit. -
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 Modifier and Type Method Description static List<ExtendedExtrinsicObject>
ExtendedExtrinsicObject. asSearchCoreExtrinsics(List<ExtrinsicObject> extObjList)
Utility method to convert list of ExtrinsicObjects to SearchCoreExtrinsic objects
-