A B C D E F G H I J L M N O P Q R S T U V 

A

AbstractBuilder - Class in gov.nasa.pds.registry.query
 
AbstractBuilder() - Constructor for class gov.nasa.pds.registry.query.AbstractBuilder
 
addInvalidAssociation(String) - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
 
addPrimaryRegistry(String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
addSecondaryRegistry(String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
addSkippedEvent(String) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
addSkippedObject(String) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
addSlot(Slot) - Method in class gov.nasa.pds.registry.model.Identifiable
Convenience method to add a slot to the set of slots.
addToAllRegistries(String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
AffectedInfo - Class in gov.nasa.pds.registry.model
 
AffectedInfo() - Constructor for class gov.nasa.pds.registry.model.AffectedInfo
 
AffectedInfo(List<String>, List<String>) - Constructor for class gov.nasa.pds.registry.model.AffectedInfo
 
appendToFilterBuilder(AssociationFilter.Builder, String) - Method in enum gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
 
applyFilter(Object) - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
applyFilter(RegistryClient, Object) - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
applyFilter(Object) - Method in interface gov.nasa.pds.registry.client.results.ResultsFilter
Apply the filter on the object.
applyFilter(RegistryClient, Object) - Method in interface gov.nasa.pds.registry.client.results.ResultsFilter
Apply the filter on the object and also pass a registry client object for potential queries to the registry
applyFilter(Object) - Method in class gov.nasa.pds.registry.client.results.SlotFilter
Check the input "filter" (ExtrinsicObject) contains the "value" (Slot)
applyFilter(RegistryClient, Object) - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
asSearchCoreExtrinsics(List<ExtrinsicObject>) - Static method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
Utility method to convert list of ExtrinsicObjects to SearchCoreExtrinsic objects
Association - Class in gov.nasa.pds.registry.model
This class allows one to relate a source and target registry object along a named relationship.
Association() - Constructor for class gov.nasa.pds.registry.model.Association
 
AssociationCache - Class in gov.nasa.pds.registry.cache
Maintains a cache of associated SearchCoreExtrinsic objects for easy access during reference queries.
AssociationCache() - Constructor for class gov.nasa.pds.registry.cache.AssociationCache
 
AssociationFilter - Class in gov.nasa.pds.registry.query
 
AssociationFilter.Builder - Class in gov.nasa.pds.registry.query
 
AssociationFilter.Builder() - Constructor for class gov.nasa.pds.registry.query.AssociationFilter.Builder
 
AssociationRegistryAttribute - Enum in gov.nasa.pds.registry.model.wrapper
Provides the values for a given attribute specified in a product class configuration file.
associationType(String) - Method in class gov.nasa.pds.registry.query.AssociationFilter.Builder
 
AttributeFilter - Class in gov.nasa.pds.registry.client.results
 
AttributeFilter(RegistryAttributeWrapper, String) - Constructor for class gov.nasa.pds.registry.client.results.AttributeFilter
 
AttributeFilter(String, String) - Constructor for class gov.nasa.pds.registry.client.results.AttributeFilter
 
AuditableEvent - Class in gov.nasa.pds.registry.model
AuditableEvent instances provide a long-term record of events that effected a change in a RegistryObject.
AuditableEvent() - Constructor for class gov.nasa.pds.registry.model.AuditableEvent
 
AuditableEvent(EventType, List<String>, String) - Constructor for class gov.nasa.pds.registry.model.AuditableEvent
 

B

build() - Method in class gov.nasa.pds.registry.query.AssociationFilter.Builder
 
build() - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
build() - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
build() - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
build() - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 
build() - Method in class gov.nasa.pds.registry.query.RegistryQuery.Builder
 
buildOntoFilter(ExtrinsicFilter.Builder, String) - Method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
 

C

changeObjectStatus(String, String, ObjectAction, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Changes the status of registry object with the given guid and of the given type
changeObjectStatus(String, String, ObjectAction, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
changeStatusOfPackage(String, ObjectAction) - Method in class gov.nasa.pds.registry.client.RegistryClient
Approve, deprecate, or undeprecate of a package
changeStatusOfPackageMembers(String, ObjectAction) - Method in class gov.nasa.pds.registry.client.RegistryClient
Approve, deprecate, or undeprecate all members of a package
changeStatusOfPackageMembers(String, String, ObjectAction) - Method in interface gov.nasa.pds.registry.service.RegistryService
Changes the status of all registry objects that are members of the package.
changeStatusOfPackageMembers(String, String, ObjectAction) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
changeStatusOfPackageMembersWithQuery(String, String, ObjectAction) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
changeStatusOfPackageMembersWithQuery(String, String, ObjectAction) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
checkBuilt() - Method in class gov.nasa.pds.registry.query.AbstractBuilder
 
checkForReference(String, String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Check if the value comes from an association field (*_ref).
Classification - Class in gov.nasa.pds.registry.model
A Classification instance classifies a RegistryObject instance by referencing a node defined within a particular ClassificationScheme.
Classification() - Constructor for class gov.nasa.pds.registry.model.Classification
 
ClassificationNode - Class in gov.nasa.pds.registry.model
ClassificationNode instances are used to define tree structures where each node in the tree is a ClassificationNode.
ClassificationNode() - Constructor for class gov.nasa.pds.registry.model.ClassificationNode
 
ClassificationScheme - Class in gov.nasa.pds.registry.model
A ClassificationScheme instance describes a taxonomy.
ClassificationScheme() - Constructor for class gov.nasa.pds.registry.model.ClassificationScheme
 
configure(String, RegistryPackage, List<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Configures the registry with a list of registry objects as input.
configure(String, RegistryPackage, List<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
contentVersion(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
contentVersion(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 

D

debug(String) - Static method in class gov.nasa.pds.registry.util.Debugger
Simple output method
debugFlag - Static variable in class gov.nasa.pds.registry.util.Debugger
 
Debugger - Class in gov.nasa.pds.registry.util
Debug class that shows a ton of debug messages.
Debugger() - Constructor for class gov.nasa.pds.registry.util.Debugger
 
DefaultIdentifierGenerator - Class in gov.nasa.pds.registry.model.naming
 
DefaultIdentifierGenerator() - Constructor for class gov.nasa.pds.registry.model.naming.DefaultIdentifierGenerator
 
DefaultVersioner - Class in gov.nasa.pds.registry.model.naming
 
DefaultVersioner() - Constructor for class gov.nasa.pds.registry.model.naming.DefaultVersioner
 
deleteObject(String, Class<T>) - Method in class gov.nasa.pds.registry.client.RegistryClient
Removes an object from the registry of the given type
deleteObject(String, String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Deletes a RegistryObject from the registry which share the logical identifier and version.
deleteObject(String, String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
deleteObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
deletePackageMembers(String) - Method in class gov.nasa.pds.registry.client.RegistryClient
Deletes all members that are associated with the given package guid.
deletePackageMembers(String, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Removes all registry objects that are associated with the package.
deletePackageMembers(String, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
deletePackageMembersWithQuery(String, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
deletePackageMembersWithQuery(String, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
deleteRegistryObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Removes a registry object from the back end store.
deleteRegistryObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
deleteRegistryObjects(String, String) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Removes registry object(s) from the back end store.
deleteRegistryObjects(String, String) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
DFLT_QUERY_MAX - Static variable in class gov.nasa.pds.registry.client.results.RegistryHandler
Set default query maximum to maximum integer
doPrimaryRegistriesExist() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 

E

equals(Object) - Method in class gov.nasa.pds.registry.model.Association
 
equals(Object) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
equals(Object) - Method in class gov.nasa.pds.registry.model.Classification
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ExternalLink
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
equals(Object) - Method in class gov.nasa.pds.registry.model.Identifiable
 
equals(Object) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
equals(Object) - Method in class gov.nasa.pds.registry.model.Service
 
equals(Object) - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
equals(Object) - Method in class gov.nasa.pds.registry.model.Slot
 
equals(Object) - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
eventEnd(Date) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
EventFilter - Class in gov.nasa.pds.registry.query
 
EventFilter.Builder - Class in gov.nasa.pds.registry.query
 
EventFilter.Builder() - Constructor for class gov.nasa.pds.registry.query.EventFilter.Builder
 
eventStart(Date) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
EventType - Enum in gov.nasa.pds.registry.model
This enum captures the core event types for AuditableEvent
eventType(EventType) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
ExceptionType - Enum in gov.nasa.pds.registry.exception
 
ExtendedExtrinsicObject - Class in gov.nasa.pds.registry.model.wrapper
Class leverages the Decorator Pattern by inheriting the functions of ExtrinsicObject through the ExtrinsicObjectDecorator class.
ExtendedExtrinsicObject(ExtrinsicObject) - Constructor for class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
 
ExternalIdentifier - Class in gov.nasa.pds.registry.model
ExternalIdentifier instances provide the additional identifier information to RegistryObject such as DUNS number, Social Security Number, or an alias name of the organization.
ExternalIdentifier() - Constructor for class gov.nasa.pds.registry.model.ExternalIdentifier
 
ExternalLink - Class in gov.nasa.pds.registry.model
ExternalLinks use URIs to associate content in the registry with content that MAY reside outside the registry.
ExternalLink() - Constructor for class gov.nasa.pds.registry.model.ExternalLink
 
ExtrinsicFilter - Class in gov.nasa.pds.registry.query
This class supports filtering on an extrinsics attributes.
ExtrinsicFilter.Builder - Class in gov.nasa.pds.registry.query
 
ExtrinsicFilter.Builder() - Constructor for class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
ExtrinsicObject - Class in gov.nasa.pds.registry.model
 
ExtrinsicObject() - Constructor for class gov.nasa.pds.registry.model.ExtrinsicObject
 

F

filter(T) - Method in class gov.nasa.pds.registry.query.RegistryQuery.Builder
 
filter - Variable in class gov.nasa.pds.registry.query.RegistryQuery
 
flush() - Static method in class gov.nasa.pds.registry.cache.AssociationCache
Clear out the cache
fromName(String) - Static method in enum gov.nasa.pds.registry.model.ObjectClass
 

G

get(String) - Static method in class gov.nasa.pds.registry.cache.AssociationCache
Get the object by lidvid
get(String) - Static method in enum gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
 
get(String) - Static method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
 
getAccessURI() - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
getAffectedIds() - Method in class gov.nasa.pds.registry.model.AffectedInfo
 
getAffectedObjects() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
getAffectedTypes() - Method in class gov.nasa.pds.registry.model.AffectedInfo
 
getArguments() - Method in exception gov.nasa.pds.registry.exception.RegistryServiceException
 
getAssocation(String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the Association from the registry with the given guid
getAssocation(String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getAssociatedExtrinsicsByReferenceType(ExtendedExtrinsicObject, String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Query the associated objects and map the objects to their slots.
getAssociations(RegistryQuery<AssociationFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves a set of association objects that match the query.
getAssociations() - Method in class gov.nasa.pds.registry.model.Report
 
getAssociations(RegistryQuery<AssociationFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves associations from the back end store that match the query and are within the requested results list range
getAssociations(RegistryQuery<AssociationFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getAssociations(RegistryQuery<AssociationFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves a set of associations that match the given query.
getAssociations(RegistryQuery<AssociationFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getAssociationsBySourceObject(ExtendedExtrinsicObject, String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Query the association objects by the Extrinsic's guid.
getAssociationType() - Method in class gov.nasa.pds.registry.model.Association
 
getAssociationType() - Method in class gov.nasa.pds.registry.query.AssociationFilter
 
getAttributeName() - Method in enum gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
 
getAuditableEvents(RegistryQuery<EventFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves a paged set of registry objects from the collection of objects of the specified type.
getAuditableEvents(String) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves the list of events that the given affected object was referenced in
getAuditableEvents(RegistryQuery<EventFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves auditable events from the back end store that match the query and are within the requested results list range
getAuditableEvents(String) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getAuditableEvents(RegistryQuery<EventFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getAuditableEvents(String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the list of (@link AuditableEvent}'s for the affected object
getAuditableEvents(RegistryQuery<EventFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the list of (@link AuditableEvent}'s matching the query
getAuditableEvents(String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getAuditableEvents(RegistryQuery<EventFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getClassificationNodes() - Method in class gov.nasa.pds.registry.model.Report
 
getClassificationNodes(String) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves the list of classification nodes which fall under a given classification scheme
getClassificationNodes(String) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getClassificationNodes(String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves all ClassificationNode for a given ClassificationScheme
getClassificationNodes(String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getClassifications() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getClassificationScheme() - Method in class gov.nasa.pds.registry.model.Classification
 
getClassificationSchemes() - Method in class gov.nasa.pds.registry.model.Report
 
getClassificiationNode() - Method in class gov.nasa.pds.registry.model.Classification
 
getClassifiedObject() - Method in class gov.nasa.pds.registry.model.Classification
 
getCode() - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
getComparator() - Method in class gov.nasa.pds.registry.model.naming.DefaultVersioner
This comparator imposes orderings that are inconsistent with equals as it only compares the version attribute on Registry Objects.
getComparator() - Method in interface gov.nasa.pds.registry.model.naming.Versioner
 
getContentVersion() - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
getContentVersion() - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter
 
getContentVersion() - Method in class gov.nasa.pds.registry.query.PackageFilter
 
getContext(Class<?>) - Method in class gov.nasa.pds.registry.provider.JacksonObjectMapperProvider
 
getContext(Class<?>) - Method in class gov.nasa.pds.registry.provider.JAXBContextResolver
 
getDescription() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getEarliestObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the earliest version of the RegsitryObject with the given logical identifier
getEarliestObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getEntityManager() - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getEventEnd() - Method in class gov.nasa.pds.registry.query.EventFilter
 
getEvents() - Method in class gov.nasa.pds.registry.model.Report
 
getEventsProcessed() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getEventStart() - Method in class gov.nasa.pds.registry.query.EventFilter
 
getEventType() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
getEventType() - Method in enum gov.nasa.pds.registry.model.ObjectAction
 
getEventType() - Method in class gov.nasa.pds.registry.query.EventFilter
 
getExceptionType() - Method in exception gov.nasa.pds.registry.exception.RegistryServiceException
 
getExternalIdentifiers() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getExternalURI() - Method in class gov.nasa.pds.registry.model.ExternalLink
 
getExtrinsic(String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves a ExtrinsicObject from the registry
getExtrinsic(String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getExtrinsicByGuid(String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Get the ExtrinsicObjects associated with the current object being queried.
getExtrinsicByLidvid(String) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Get the ExtrinsicObjects associated with the current object being queried.
getExtrinsics(RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves a set of extrinsic objects that match the query.
getExtrinsics() - Method in class gov.nasa.pds.registry.model.Report
 
getExtrinsics(RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves products from back end store that match the query and are within the requested result list range
getExtrinsics(RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getExtrinsics(Integer, Integer) - Method in interface gov.nasa.pds.registry.service.RegistryService
This method allows one to page through the ExtrinsicObject's in the registry.
getExtrinsics(RegistryQuery<ExtrinsicFilter>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the first set of extrinsics that match the query
getExtrinsics(RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves a set of extinsics that match the given query.
getExtrinsics(Integer, Integer) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getExtrinsics(RegistryQuery<ExtrinsicFilter>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getExtrinsics(RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getExtrinsicsByQuery(Map<String, String>) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Deprecated.
Use getExtrinsicsWithFilter method
getExtrinsicsWithAllRegistries(List<ResultsFilter>) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Get the ExtrinsicObjects after results have been filtered.
getExtrinsicsWithFilter(List<ResultsFilter>) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
Get the ExtrinsicObjects after results have been filtered.
getFilter() - Method in class gov.nasa.pds.registry.query.RegistryQuery
 
getGuid() - Method in class gov.nasa.pds.registry.model.Identifiable
 
getGuid() - Method in class gov.nasa.pds.registry.model.naming.DefaultIdentifierGenerator
 
getGuid() - Method in interface gov.nasa.pds.registry.model.naming.IdentifierGenerator
 
getGuid() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
getGuidRef() - Method in class gov.nasa.pds.registry.model.ObjectRef
 
getHome() - Method in class gov.nasa.pds.registry.model.Identifiable
 
getHome() - Method in class gov.nasa.pds.registry.model.naming.DefaultIdentifierGenerator
 
getHome() - Method in interface gov.nasa.pds.registry.model.naming.IdentifierGenerator
 
getHome() - Method in class gov.nasa.pds.registry.model.Report
 
getHomeRef() - Method in class gov.nasa.pds.registry.model.ObjectRef
 
getHref() - Method in class gov.nasa.pds.registry.model.Link
 
getId() - Method in class gov.nasa.pds.registry.model.Slot
 
getIdentificationScheme() - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
getIdentifierGenerator() - Method in interface gov.nasa.pds.registry.service.RegistryService
 
getIdentifierGenerator() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getInitialVersion() - Method in class gov.nasa.pds.registry.model.naming.DefaultVersioner
 
getInitialVersion() - Method in interface gov.nasa.pds.registry.model.naming.Versioner
 
getIsInternal() - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
getKeystorePassword() - Method in class gov.nasa.pds.registry.client.SecurityContext
 
getKeystorePath() - Method in class gov.nasa.pds.registry.client.SecurityContext
 
getLastModified() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getLatestObject(String, Class<T>) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieve the latest version of a registry object
getLatestObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the latest version of the RegistryObject with the given logical identifier
getLatestObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getLatestObjectWithoutException(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getLid() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getLid() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
getLidvid() - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
 
getMessage() - Method in exception gov.nasa.pds.registry.exception.RegistryServiceException
 
getMessageKey() - Method in exception gov.nasa.pds.registry.exception.RegistryServiceException
 
getMetadataStore() - Method in interface gov.nasa.pds.registry.service.RegistryService
Get access to the back end store for the registry service.
getMetadataStore() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getMimeType() - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
getMimeType() - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter
 
getMimeType() - Method in class gov.nasa.pds.registry.query.PackageFilter
 
getName() - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
getName() - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
getName() - Method in enum gov.nasa.pds.registry.model.ObjectClass
 
getName() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getName() - Method in class gov.nasa.pds.registry.model.Slot
 
getName() - Method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
 
getName() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
getNextObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the next version of the RegsitryObject
getNextObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getNextObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getNextVersion(String) - Method in class gov.nasa.pds.registry.model.naming.DefaultVersioner
 
getNextVersion(String, boolean) - Method in class gov.nasa.pds.registry.model.naming.DefaultVersioner
 
getNextVersion(String) - Method in interface gov.nasa.pds.registry.model.naming.Versioner
 
getNextVersion(String, boolean) - Method in interface gov.nasa.pds.registry.model.naming.Versioner
 
getNodeRepresentation() - Method in class gov.nasa.pds.registry.model.Classification
 
getNodeType() - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
getNumFound() - Method in class gov.nasa.pds.registry.model.PagedResponse
 
getNumRegistryObjects(Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Gets the count of registry objects managed in the backed of a given type.
getNumRegistryObjects(Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getObject(String, Class<T>) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves an object from the registry of the given type
getObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves a registry object of the requested type
getObject(String, String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
getObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getObjectClass() - Method in enum gov.nasa.pds.registry.model.ObjectClass
 
getObjects(Integer, Integer, Class<T>) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves a paged set of registry objects from the collection of objects of the specified type.
getObjects() - Method in class gov.nasa.pds.registry.model.RegistryObjectList
 
getObjects(RegistryQuery<ObjectFilter>, Integer, Integer, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Generic query for a given class of registry objects.
getObjects(RegistryQuery<ObjectFilter>, Integer, Integer, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getObjectStatus() - Method in enum gov.nasa.pds.registry.model.ObjectAction
 
getObjectType() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getObjectType() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
getObjectVersions(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves all versions of a RegistryObject
getObjectVersions(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getOperator() - Method in class gov.nasa.pds.registry.query.RegistryQuery
 
getPackageGuid() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getPackages(RegistryQuery<PackageFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.client.RegistryClient
Retrieves a set of package objects that match the query.
getPackages() - Method in class gov.nasa.pds.registry.model.Report
 
getPackages(RegistryQuery<PackageFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves packages from back end store that match the query and are within the requested result list range
getPackages(RegistryQuery<PackageFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getPackages(RegistryQuery<PackageFilter>, Integer, Integer) - Method in interface gov.nasa.pds.registry.service.RegistryService
Generic query for a given class of registry packages.
getPackages(RegistryQuery<PackageFilter>, Integer, Integer) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getPageLength() - Method in class gov.nasa.pds.registry.client.results.RegistryResults
 
getParent() - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
getPath() - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
getPreviousObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
Retrieves the previous version of the RegistryObject
getPreviousObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getPreviousObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getPrimaryRegistries() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
getQueryMax() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
getRaw() - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
getRegistrationPackageGuid() - Method in class gov.nasa.pds.registry.client.RegistryClient
 
getRegistryObject() - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
getRegistryObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Returns the registry object with a given guid and of the given type
getRegistryObject(String, String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Retrieves a registry object that is identified by its logical identifier and user supplied version.
getRegistryObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getRegistryObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getRegistryObjects(Integer, Integer, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
This method allows paging through registry objects of a given type.
getRegistryObjects(RegistryQuery<ObjectFilter>, Integer, Integer, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Generic query for a given class of registry objects.
getRegistryObjects(Integer, Integer, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getRegistryObjects(RegistryQuery<ObjectFilter>, Integer, Integer, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getRegistryObjectVersions(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Returns all versions of a registry object that share a logical identifier
getRegistryObjectVersions(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
getRegistryUrl() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getRegistryVersion() - Method in class gov.nasa.pds.registry.model.Report
 
getRelationship() - Method in class gov.nasa.pds.registry.model.Link
 
getReplicationReport() - Method in interface gov.nasa.pds.registry.service.RegistryService
Get the inform about the current replication event.
getReplicationReport() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getReport() - Method in class gov.nasa.pds.registry.client.RegistryClient
 
getReport() - Method in interface gov.nasa.pds.registry.service.RegistryService
Gives back some basic summary information about the registry.
getReport() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getRequestId() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
getRequestId() - Method in class gov.nasa.pds.registry.query.EventFilter
 
getResultObjects() - Method in class gov.nasa.pds.registry.client.results.RegistryResults
 
getResults() - Method in class gov.nasa.pds.registry.model.PagedResponse
 
getSecondaryRegistries() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
getServerStarted() - Method in class gov.nasa.pds.registry.model.Report
 
getService() - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
getServiceBinding() - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
getServiceBindings() - Method in class gov.nasa.pds.registry.model.Service
 
getServices() - Method in class gov.nasa.pds.registry.model.Report
 
getSkippedEvents() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getSkippedObjects() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getSlot(String) - Method in class gov.nasa.pds.registry.model.Identifiable
Convenience method to look up a slot with a given name.
getSlots() - Method in class gov.nasa.pds.registry.model.Identifiable
 
getSlotType() - Method in class gov.nasa.pds.registry.model.Slot
 
getSlotValues(String) - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
Returns a list of Strings that pertain to a particular slot
getSort() - Method in class gov.nasa.pds.registry.query.RegistryQuery
 
getSourceObject() - Method in class gov.nasa.pds.registry.model.Association
 
getSourceObject() - Method in class gov.nasa.pds.registry.query.AssociationFilter
 
getSpecificationLinks() - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
getSpecificationObject() - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
getStart() - Method in class gov.nasa.pds.registry.model.PagedResponse
 
getStarted() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getStatus() - Method in enum gov.nasa.pds.registry.exception.ExceptionType
 
getStatus() - Method in exception gov.nasa.pds.registry.exception.RegistryServiceException
 
getStatus() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getStatus() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getStatus() - Method in class gov.nasa.pds.registry.model.Report
 
getStatus() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
getTargetBinding() - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
getTargetObject() - Method in class gov.nasa.pds.registry.model.Association
 
getTargetObject() - Method in class gov.nasa.pds.registry.query.AssociationFilter
 
getTimestamp() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
getTotalEvents() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
getTruststorePassword() - Method in class gov.nasa.pds.registry.client.SecurityContext
 
getTruststorePath() - Method in class gov.nasa.pds.registry.client.SecurityContext
 
getType() - Method in class gov.nasa.pds.registry.model.Link
 
getUsageDescription() - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
getUsageParameters() - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
getUser() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
getUser() - Method in class gov.nasa.pds.registry.query.EventFilter
 
getValue() - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
getValue() - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
getValue() - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
getValueFromExtrinsic(ExtrinsicObject) - Method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
 
getValues() - Method in class gov.nasa.pds.registry.model.Slot
 
getValuesFromExtrinsic(ExtrinsicObject) - Method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
 
getVersioner() - Method in interface gov.nasa.pds.registry.service.RegistryService
 
getVersioner() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
getVersionName() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
getVersionName() - Method in class gov.nasa.pds.registry.query.ObjectFilter
 
gov.nasa.pds.registry.cache - package gov.nasa.pds.registry.cache
 
gov.nasa.pds.registry.client - package gov.nasa.pds.registry.client
 
gov.nasa.pds.registry.client.results - package gov.nasa.pds.registry.client.results
 
gov.nasa.pds.registry.exception - package gov.nasa.pds.registry.exception
 
gov.nasa.pds.registry.model - package gov.nasa.pds.registry.model
 
gov.nasa.pds.registry.model.naming - package gov.nasa.pds.registry.model.naming
 
gov.nasa.pds.registry.model.wrapper - package gov.nasa.pds.registry.model.wrapper
 
gov.nasa.pds.registry.provider - package gov.nasa.pds.registry.provider
 
gov.nasa.pds.registry.query - package gov.nasa.pds.registry.query
 
gov.nasa.pds.registry.service - package gov.nasa.pds.registry.service
 
gov.nasa.pds.registry.util - package gov.nasa.pds.registry.util
 
guid(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
guid(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
guid(String) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
guid - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
guid(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 

H

hasClassificationNode(String, String) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Checks to see if a code exists within a classification scheme
hasClassificationNode(String, String) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
hashCode() - Method in class gov.nasa.pds.registry.model.Association
 
hashCode() - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
hashCode() - Method in class gov.nasa.pds.registry.model.Classification
 
hashCode() - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
hashCode() - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
hashCode() - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
hashCode() - Method in class gov.nasa.pds.registry.model.ExternalLink
 
hashCode() - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
hashCode() - Method in class gov.nasa.pds.registry.model.Identifiable
 
hashCode() - Method in class gov.nasa.pds.registry.model.RegistryObject
 
hashCode() - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
hashCode() - Method in class gov.nasa.pds.registry.model.Service
 
hashCode() - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
hashCode() - Method in class gov.nasa.pds.registry.model.Slot
 
hashCode() - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
hasRegistryObject(String, String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Test to see if a registry object exists with a logical identifier, version, and type requested.
hasRegistryObject(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Test to see if a registry object exists with a guid and type requested.
hasRegistryObject(String, String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
hasRegistryObject(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
hasRegistryObjectVersions(String, Class<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Test to see if there are any versions of the registry object with the logical id and type requested
hasRegistryObjectVersions(String, Class<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
hasReplicationInProgress() - Method in interface gov.nasa.pds.registry.service.RegistryService
A check to see if replication is currently under way by the registry.
hasReplicationInProgress() - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
hasValidAssociationValues() - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
 

I

Identifiable - Class in gov.nasa.pds.registry.model
 
Identifiable() - Constructor for class gov.nasa.pds.registry.model.Identifiable
 
Identifiable(String, String, Set<Slot>) - Constructor for class gov.nasa.pds.registry.model.Identifiable
 
IdentifierGenerator - Interface in gov.nasa.pds.registry.model.naming
 
initializeAssocSearchHashMap() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
isBuilt - Variable in class gov.nasa.pds.registry.query.AbstractBuilder
 

J

JacksonObjectMapperProvider - Class in gov.nasa.pds.registry.provider
 
JacksonObjectMapperProvider() - Constructor for class gov.nasa.pds.registry.provider.JacksonObjectMapperProvider
 
JAXBContextResolver - Class in gov.nasa.pds.registry.provider
 
JAXBContextResolver() - Constructor for class gov.nasa.pds.registry.provider.JAXBContextResolver
 

L

LATEST_VERSION - Static variable in interface gov.nasa.pds.registry.client.results.ResultsFilter
 
lid(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
lid(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
lid(String) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
lid - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
lid(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 
Link - Class in gov.nasa.pds.registry.model
Simple class to capture references to be used in HTTP headers or in responses
Link() - Constructor for class gov.nasa.pds.registry.model.Link
 
Link(String, String, String) - Constructor for class gov.nasa.pds.registry.model.Link
 

M

main(String[]) - Static method in class gov.nasa.pds.registry.client.RegistryClient
 
MAX_PAGE_LENGTH - Static variable in class gov.nasa.pds.registry.client.results.RegistryResults
In order to scale for very large registry products, need to page the registry output
MetadataStore - Interface in gov.nasa.pds.registry.service
This interface provides the methods required by the RegistryServiceImpl in order for it to operate.
MetadataStoreJPA - Class in gov.nasa.pds.registry.service
This is a database implementation using Java's persistence library.
MetadataStoreJPA() - Constructor for class gov.nasa.pds.registry.service.MetadataStoreJPA
 
mimeType(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
mimeType(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 

N

name - Variable in class gov.nasa.pds.registry.client.results.SlotFilter
 
name(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
name(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
name(String) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
name - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
name(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 
nextPage() - Method in class gov.nasa.pds.registry.client.results.RegistryResults
Handles paging through results
NodeType - Enum in gov.nasa.pds.registry.model
Defines the type of codes in a particular classification scheme.

O

ObjectAction - Enum in gov.nasa.pds.registry.model
This enum cpatures the mapping from actions take to events created.
ObjectClass - Enum in gov.nasa.pds.registry.model
 
ObjectFilter - Class in gov.nasa.pds.registry.query
This class identifies all the attributes one would filter on for any type of RegistryObject.
ObjectFilter() - Constructor for class gov.nasa.pds.registry.query.ObjectFilter
 
ObjectFilter.Builder - Class in gov.nasa.pds.registry.query
 
ObjectFilter.Builder() - Constructor for class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
ObjectRef - Class in gov.nasa.pds.registry.model
 
ObjectRef() - Constructor for class gov.nasa.pds.registry.model.ObjectRef
 
ObjectStatus - Enum in gov.nasa.pds.registry.model
 
objectType(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
objectType(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
objectType(String) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
objectType - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
operator(QueryOperator) - Method in class gov.nasa.pds.registry.query.RegistryQuery.Builder
 
operator - Variable in class gov.nasa.pds.registry.query.RegistryQuery
 

P

PackageFilter - Class in gov.nasa.pds.registry.query
This class supports filtering on a package attributes.
PackageFilter.Builder - Class in gov.nasa.pds.registry.query
 
PackageFilter.Builder() - Constructor for class gov.nasa.pds.registry.query.PackageFilter.Builder
 
PagedResponse<T> - Class in gov.nasa.pds.registry.model
A class to wrap list responses from the registry with.
PagedResponse() - Constructor for class gov.nasa.pds.registry.model.PagedResponse
 
PagedResponse(Integer, Long) - Constructor for class gov.nasa.pds.registry.model.PagedResponse
 
PagedResponse(List<T>) - Constructor for class gov.nasa.pds.registry.model.PagedResponse
 
PagedResponse(Integer, Long, List<T>) - Constructor for class gov.nasa.pds.registry.model.PagedResponse
 
performRegistryQuery(int, int) - Method in class gov.nasa.pds.registry.client.results.RegistryResults
Queries Registry with page beginning at start with specified page length.
performReplication(String, String, Date, String, RegistryPackage) - Method in interface gov.nasa.pds.registry.service.RegistryService
Replicates contents from a remote registry connected to using the provided URL.
performReplication(String, String, Date, String, RegistryPackage) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
publishObject(RegistryObject) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publish a registry object to the service
publishObject(String, RegistryObject) - Method in interface gov.nasa.pds.registry.service.RegistryService
Publishes a registry object to the registry.
publishObject(String, RegistryObject, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Publishes a registry object to the registry.
publishObject(String, RegistryObject, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
publishObject(String, RegistryObject) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
publishObjects(RegistryObjectList) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publishes list of registry objects to the service
publishObjects(String, List<? extends RegistryObject>) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
publishObjects(String, List<? extends RegistryObject>, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
publishObjects(String, List<? extends RegistryObject>, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
publishObjects(String, List<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
push(ExtendedExtrinsicObject) - Static method in class gov.nasa.pds.registry.cache.AssociationCache
Checks if extrinsic is already in cache.

Q

QueryOperator - Enum in gov.nasa.pds.registry.query
 

R

RegistryAttributeWrapper - Enum in gov.nasa.pds.registry.model.wrapper
Provides the values for a given attribute specified in a product class configuration file.
RegistryClient - Class in gov.nasa.pds.registry.client
This class is a Java client to be used to exchange information with a registry service.
RegistryClient(String) - Constructor for class gov.nasa.pds.registry.client.RegistryClient
 
RegistryClient(String, SecurityContext, String, String) - Constructor for class gov.nasa.pds.registry.client.RegistryClient
 
RegistryClientException - Exception in gov.nasa.pds.registry.exception
 
RegistryClientException(String) - Constructor for exception gov.nasa.pds.registry.exception.RegistryClientException
 
RegistryHandler - Class in gov.nasa.pds.registry.client.results
Class to handle the communication with the Registry Service
RegistryHandler(List<String>, List<String>, int) - Constructor for class gov.nasa.pds.registry.client.results.RegistryHandler
 
RegistryHandler(List<String>, List<String>, int, boolean) - Constructor for class gov.nasa.pds.registry.client.results.RegistryHandler
 
RegistryHandlerException - Exception in gov.nasa.pds.registry.client.results
 
RegistryHandlerException(String) - Constructor for exception gov.nasa.pds.registry.client.results.RegistryHandlerException
 
RegistryObject - Class in gov.nasa.pds.registry.model
The RegistryObject class extends the Identifiable class and serves as a common super class for most classes in the information model.
RegistryObject() - Constructor for class gov.nasa.pds.registry.model.RegistryObject
Meant for JAXB only
RegistryObject(String, String, String, String, String) - Constructor for class gov.nasa.pds.registry.model.RegistryObject
Construct a registry object without a version
RegistryObject(RegistryObject) - Constructor for class gov.nasa.pds.registry.model.RegistryObject
 
RegistryObjectList - Class in gov.nasa.pds.registry.model
 
RegistryObjectList() - Constructor for class gov.nasa.pds.registry.model.RegistryObjectList
 
RegistryPackage - Class in gov.nasa.pds.registry.model
RegistryPackage instances allow for grouping of logically related RegistryObject instances even if individual member objects belong to different Submitting Organizations.
RegistryPackage() - Constructor for class gov.nasa.pds.registry.model.RegistryPackage
 
RegistryQuery<T extends ObjectFilter> - Class in gov.nasa.pds.registry.query
 
RegistryQuery.Builder<T extends ObjectFilter> - Class in gov.nasa.pds.registry.query
 
RegistryQuery.Builder() - Constructor for class gov.nasa.pds.registry.query.RegistryQuery.Builder
 
RegistryResults - Class in gov.nasa.pds.registry.client.results
Wrapper for Registry Service PagedResponse object.
RegistryResults(String, RegistryQuery<?>, int) - Constructor for class gov.nasa.pds.registry.client.results.RegistryResults
Constructor for a single registryUrl.
RegistryResults(String, RegistryQuery<?>, int, List<ResultsFilter>) - Constructor for class gov.nasa.pds.registry.client.results.RegistryResults
Constructor for a single registryUrl.
RegistryResults(List<String>, RegistryQuery<?>, int) - Constructor for class gov.nasa.pds.registry.client.results.RegistryResults
Constructor for list of registry urls.
RegistryResults(List<String>, RegistryQuery<?>, int, List<ResultsFilter>) - Constructor for class gov.nasa.pds.registry.client.results.RegistryResults
Main constructor that initializes globals as needed and increments to the first registry in the list.
RegistryService - Interface in gov.nasa.pds.registry.service
 
RegistryServiceException - Exception in gov.nasa.pds.registry.exception
 
RegistryServiceException(String, ExceptionType, Object...) - Constructor for exception gov.nasa.pds.registry.exception.RegistryServiceException
 
RegistryServiceException(String, Response.Status) - Constructor for exception gov.nasa.pds.registry.exception.RegistryServiceException
 
RegistryServiceException(String, ClientResponse.Status) - Constructor for exception gov.nasa.pds.registry.exception.RegistryServiceException
 
RegistryServiceImpl - Class in gov.nasa.pds.registry.service
This class contains all the logic for publishing, versioning, updating, and deleting registry objects.
RegistryServiceImpl() - Constructor for class gov.nasa.pds.registry.service.RegistryServiceImpl
 
RegistryStatus - Enum in gov.nasa.pds.registry.model
 
ReplicationReport - Class in gov.nasa.pds.registry.model
 
ReplicationReport() - Constructor for class gov.nasa.pds.registry.model.ReplicationReport
 
ReplicationStatus - Enum in gov.nasa.pds.registry.model
 
Report - Class in gov.nasa.pds.registry.model
 
Report() - Constructor for class gov.nasa.pds.registry.model.Report
 
Report(Report) - Constructor for class gov.nasa.pds.registry.model.Report
 
Report(RegistryStatus) - Constructor for class gov.nasa.pds.registry.model.Report
 
requestId(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
resetAllRegistries() - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
ResultsFilter - Interface in gov.nasa.pds.registry.client.results
 

S

saveRegistryObject(RegistryObject) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Stores a registry object into the back end.
saveRegistryObject(RegistryObject) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
saveRegistryObjects(List<RegistryObject>) - Method in interface gov.nasa.pds.registry.service.MetadataStore
 
saveRegistryObjects(List<RegistryObject>) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
SecurityContext - Class in gov.nasa.pds.registry.client
 
SecurityContext(String, String, String, String) - Constructor for class gov.nasa.pds.registry.client.SecurityContext
 
Service - Class in gov.nasa.pds.registry.model
Service instances describe services, such as web services, web sites, FTP servers, etc.
Service() - Constructor for class gov.nasa.pds.registry.model.Service
 
ServiceBinding - Class in gov.nasa.pds.registry.model
ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a Service instance.
ServiceBinding() - Constructor for class gov.nasa.pds.registry.model.ServiceBinding
 
setAccessURI(String) - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
setAffectedObjects(List<String>) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
setAssociations(long) - Method in class gov.nasa.pds.registry.model.Report
 
setAssociationType(String) - Method in class gov.nasa.pds.registry.model.Association
 
setCheckAssociations(boolean) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
setClassificationNodes(long) - Method in class gov.nasa.pds.registry.model.Report
 
setClassifications(Set<Classification>) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setClassificationScheme(String) - Method in class gov.nasa.pds.registry.model.Classification
 
setClassificationSchemes(long) - Method in class gov.nasa.pds.registry.model.Report
 
setClassificiationNode(String) - Method in class gov.nasa.pds.registry.model.Classification
 
setClassifiedObject(String) - Method in class gov.nasa.pds.registry.model.Classification
 
setCode(String) - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
setContentVersion(String) - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
setDescription(String) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setEntityManager(EntityManager) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
setEvents(long) - Method in class gov.nasa.pds.registry.model.Report
 
setEventsProcessed(long) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setEventType(EventType) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
setExternalIdentifiers(Set<ExternalIdentifier>) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setExternalURI(URI) - Method in class gov.nasa.pds.registry.model.ExternalLink
 
setExtrinsics(long) - Method in class gov.nasa.pds.registry.model.Report
 
setGuid(String) - Method in class gov.nasa.pds.registry.model.Identifiable
 
setGuidRef(String) - Method in class gov.nasa.pds.registry.model.ObjectRef
 
setHome(String) - Method in class gov.nasa.pds.registry.model.Identifiable
 
setHome(String) - Method in class gov.nasa.pds.registry.model.naming.DefaultIdentifierGenerator
 
setHome(String) - Method in interface gov.nasa.pds.registry.model.naming.IdentifierGenerator
 
setHome(String) - Method in class gov.nasa.pds.registry.model.Report
 
setHomeRef(String) - Method in class gov.nasa.pds.registry.model.ObjectRef
 
setId(long) - Method in class gov.nasa.pds.registry.model.Slot
 
setIdentificationScheme(String) - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
setIdentifierGenerator(IdentifierGenerator) - Method in interface gov.nasa.pds.registry.service.RegistryService
Sets the class used to generate unique ids for registry objects
setIdentifierGenerator(IdentifierGenerator) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
setIsInternal(Boolean) - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
setLastModified(Date) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setLid(String) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setMediaType(String) - Method in class gov.nasa.pds.registry.client.RegistryClient
Used to override the type of messages the client will exchange.
setMetadataStore(MetadataStore) - Method in interface gov.nasa.pds.registry.service.RegistryService
Set where to store all the metadata for registry objects.
setMetadataStore(MetadataStore) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
setMimeType(String) - Method in class gov.nasa.pds.registry.model.ExtrinsicObject
 
setName(String) - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
setName(String) - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
setName(String) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setName(String) - Method in class gov.nasa.pds.registry.model.Slot
 
setNodeRepresentation(String) - Method in class gov.nasa.pds.registry.model.Classification
 
setNodeType(NodeType) - Method in class gov.nasa.pds.registry.model.ClassificationScheme
 
setNumFound(Long) - Method in class gov.nasa.pds.registry.model.PagedResponse
 
setObjects(List<? extends RegistryObject>) - Method in class gov.nasa.pds.registry.model.RegistryObjectList
 
setObjectType(String) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setPackageGuid(String) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setPackages(long) - Method in class gov.nasa.pds.registry.model.Report
 
setPageLength(int) - Method in class gov.nasa.pds.registry.client.results.RegistryResults
 
setParent(String) - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
setPath(String) - Method in class gov.nasa.pds.registry.model.ClassificationNode
 
setPrimaryRegistries(List<String>) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
setQueryMax(int) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
setRaw(RegistryAttributeWrapper) - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
setRegistrationPackageId(String) - Method in class gov.nasa.pds.registry.client.RegistryClient
 
setRegistryObject(String) - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
setRegistryUrl(String) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setRegistryVersion(String) - Method in class gov.nasa.pds.registry.model.Report
 
setRequestId(String) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
setResults(List<T>) - Method in class gov.nasa.pds.registry.model.PagedResponse
 
setSecondaryRegistries(List<String>) - Method in class gov.nasa.pds.registry.client.results.RegistryHandler
 
setServerStarted(Date) - Method in class gov.nasa.pds.registry.model.Report
 
setService(String) - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
setServiceBinding(String) - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
setServiceBindings(Set<ServiceBinding>) - Method in class gov.nasa.pds.registry.model.Service
 
setServices(long) - Method in class gov.nasa.pds.registry.model.Report
 
setSkippedEvents(List<String>) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setSkippedObjects(List<String>) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setSlots(Set<Slot>) - Method in class gov.nasa.pds.registry.model.Identifiable
 
setSlotType(String) - Method in class gov.nasa.pds.registry.model.Slot
 
setSourceObject(String) - Method in class gov.nasa.pds.registry.model.Association
 
setSpecificationLinks(Set<SpecificationLink>) - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
setSpecificationObject(String) - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
setStart(Integer) - Method in class gov.nasa.pds.registry.model.PagedResponse
 
setStarted(Date) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setStatus(ObjectStatus) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
setStatus(ReplicationStatus) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setStatus(RegistryStatus) - Method in class gov.nasa.pds.registry.model.Report
 
setTargetBinding(String) - Method in class gov.nasa.pds.registry.model.ServiceBinding
 
setTargetObject(String) - Method in class gov.nasa.pds.registry.model.Association
 
setTimestamp(Date) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
setTotalEvents(long) - Method in class gov.nasa.pds.registry.model.ReplicationReport
 
setUsageDescription(String) - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
setUsageParameters(List<String>) - Method in class gov.nasa.pds.registry.model.SpecificationLink
 
setUser(String) - Method in class gov.nasa.pds.registry.model.AuditableEvent
 
setValidAssociationValues(boolean) - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
 
setValue(String) - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
setValue(String) - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
setValue(String) - Method in class gov.nasa.pds.registry.model.ExternalIdentifier
 
setValues(List<String>) - Method in class gov.nasa.pds.registry.model.Slot
 
setVersioner(Versioner) - Method in interface gov.nasa.pds.registry.service.RegistryService
Sets the class used to generate and sort versions for registry objects.
setVersioner(Versioner) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
setVersionName(String) - Method in class gov.nasa.pds.registry.model.RegistryObject
 
Slot - Class in gov.nasa.pds.registry.model
 
Slot() - Constructor for class gov.nasa.pds.registry.model.Slot
 
Slot(String, List<String>) - Constructor for class gov.nasa.pds.registry.model.Slot
 
SlotFilter - Class in gov.nasa.pds.registry.client.results
 
SlotFilter(String, String) - Constructor for class gov.nasa.pds.registry.client.results.SlotFilter
 
slotIsAssociationReference(String) - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
Check if slot is an association reference by checking if the slot name ends with a "_ref"
slotValueIsLidvid(String) - Method in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
Check is slot is a lidvid.
sort(List<String>) - Method in class gov.nasa.pds.registry.query.RegistryQuery.Builder
 
sort - Variable in class gov.nasa.pds.registry.query.RegistryQuery
 
sourceObject(String) - Method in class gov.nasa.pds.registry.query.AssociationFilter.Builder
 
SpecificationLink - Class in gov.nasa.pds.registry.model
A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
SpecificationLink() - Constructor for class gov.nasa.pds.registry.model.SpecificationLink
 
status(ObjectStatus) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
status(ObjectStatus) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
status(ObjectStatus) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
status - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
status(ObjectStatus) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 

T

targetObject(String) - Method in class gov.nasa.pds.registry.query.AssociationFilter.Builder
 
toString() - Method in class gov.nasa.pds.registry.client.results.AttributeFilter
 
toString() - Method in class gov.nasa.pds.registry.client.results.SlotFilter
 
toString() - Method in class gov.nasa.pds.registry.model.Link
 

U

updateObject(RegistryObject) - Method in class gov.nasa.pds.registry.client.RegistryClient
Updates the given registry object by using its guid to indicate the object to update.
updateObject(String, RegistryObject) - Method in interface gov.nasa.pds.registry.service.RegistryService
This method allows one to update all the metadata associated with a registry object.
updateObject(String, RegistryObject) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
updateRegistryObject(RegistryObject) - Method in interface gov.nasa.pds.registry.service.MetadataStore
Updates a registry object that shares the guid of the given object
updateRegistryObject(RegistryObject) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
updateRegistryObjects(String, Integer, String) - Method in interface gov.nasa.pds.registry.service.MetadataStore
 
updateRegistryObjects(String, Integer, String) - Method in class gov.nasa.pds.registry.service.MetadataStoreJPA
 
user(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 

V

value - Variable in class gov.nasa.pds.registry.client.results.SlotFilter
 
valueOf(String) - Static method in enum gov.nasa.pds.registry.exception.ExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.ObjectAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.ObjectClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.ObjectStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.RegistryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.ReplicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum gov.nasa.pds.registry.query.QueryOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum gov.nasa.pds.registry.exception.ExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.ObjectAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.ObjectClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.ObjectStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.RegistryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.ReplicationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.wrapper.AssociationRegistryAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum gov.nasa.pds.registry.query.QueryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_ID - Static variable in interface gov.nasa.pds.registry.client.results.ResultsFilter
 
VERSION_ID_SLOT - Static variable in class gov.nasa.pds.registry.model.wrapper.ExtendedExtrinsicObject
Attribute for version of a product.
Versioner - Interface in gov.nasa.pds.registry.model.naming
 
versionName(String) - Method in class gov.nasa.pds.registry.query.EventFilter.Builder
 
versionName(String) - Method in class gov.nasa.pds.registry.query.ExtrinsicFilter.Builder
 
versionName(String) - Method in class gov.nasa.pds.registry.query.ObjectFilter.Builder
 
versionName - Variable in class gov.nasa.pds.registry.query.ObjectFilter
 
versionName(String) - Method in class gov.nasa.pds.registry.query.PackageFilter.Builder
 
versionObject(RegistryObject) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publishes a version of the given object that is considered a major version update.
versionObject(RegistryObject, Boolean) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publishes a version of the given object
versionObject(RegistryObjectList) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publishes list of versioned given object that is considered a major version update.
versionObject(String, RegistryObject, boolean) - Method in interface gov.nasa.pds.registry.service.RegistryService
Versions a RegistryObject in the registry and publishes the contents of the provided extrinsic object.
versionObject(String, RegistryObject, boolean, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
Versions a RegistryObject in the registry and publishes the contents of the provided extrinsic object.
versionObject(String, RegistryObject, boolean) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
versionObject(String, RegistryObject, boolean, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
versionObjects(RegistryObjectList, Boolean) - Method in class gov.nasa.pds.registry.client.RegistryClient
Publishes list of versined objects to the service
versionObjects(String, List<? extends RegistryObject>, boolean) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
versionObjects(String, List<? extends RegistryObject>, boolean, String) - Method in interface gov.nasa.pds.registry.service.RegistryService
 
versionObjects(String, List<? extends RegistryObject>, boolean) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
versionObjects(String, List<? extends RegistryObject>, boolean, String) - Method in class gov.nasa.pds.registry.service.RegistryServiceImpl
 
A B C D E F G H I J L M N O P Q R S T U V 

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