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

A

addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
Add a filter condition
addFilter(String, String) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
Add a filter condition
addTab(Tab.TabInfo) - Method in class gov.nasa.pds.registry.ui.client.TabList
 
associationClickHander - Variable in class gov.nasa.pds.registry.ui.client.Products
 
associationCloseButton - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
associationCloseButton - Variable in class gov.nasa.pds.registry.ui.client.Products
 
AssociationColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the associations table display
AssociationColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.AssociationColumnDefinition
associationDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Associations
A panel used for layout within the dialogBox
associationDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Products
 
associationPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Products
 
Associations - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered associations.
Associations() - Constructor for class gov.nasa.pds.registry.ui.client.Associations
 
associationScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Products
 
AssociationService - Interface in gov.nasa.pds.registry.ui.client
Interface to the association service
AssociationServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the association service
AssociationServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the association service that retrieves registered associations from the registry service.
AssociationServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.AssociationServiceImpl
 
AssociationTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for associations.
AssociationTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
associationVPanel - Variable in class gov.nasa.pds.registry.ui.client.Products
 
assocTypes - Static variable in class gov.nasa.pds.registry.ui.shared.Constants
 

C

ClassificationNodeColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the classification node table display
ClassificationNodeColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.ClassificationNodeColumnDefinition
ClassificationNodes - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered ClassificationNodes.
ClassificationNodes() - Constructor for class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
ClassificationNodeService - Interface in gov.nasa.pds.registry.ui.client
Interface to the nodes service
ClassificationNodeServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the node service
ClassificationNodeServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the ClassificationNode service that retrieves registered ClassificationNodes from the registry service.
ClassificationNodeServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.ClassificationNodeServiceImpl
 
ClassificationNodeTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for ClassificationNodes.
ClassificationNodeTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
 
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
Clear filters prior to new request
clearFilters() - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
Clear filters prior to new request
closeButton - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
The close button used by the dialogBox to close the dialog.
closeButton - Variable in class gov.nasa.pds.registry.ui.client.Events
The close button used by the dialogBox to close the dialog.
closeButton - Variable in class gov.nasa.pds.registry.ui.client.Packages
The close button used by the dialogBox to close the dialog.
closeButton - Variable in class gov.nasa.pds.registry.ui.client.Products
The close button used by the dialogBox to close the dialog.
closeButton - Variable in class gov.nasa.pds.registry.ui.client.Schemes
The close button used by the dialogBox to close the dialog.
closeButton - Variable in class gov.nasa.pds.registry.ui.client.Services
The close button used by the dialogBox to close the dialog.
ConnectionManager - Class in gov.nasa.pds.registry.server.connection
Manager to send and receive info from remote registry service.
ConnectionManager() - Constructor for class gov.nasa.pds.registry.server.connection.ConnectionManager
 
Constants - Class in gov.nasa.pds.registry.ui.shared
 
Constants() - Constructor for class gov.nasa.pds.registry.ui.shared.Constants
 
createInstance() - Method in class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 

D

DEFAULT_SERVICE_ENDPOINT - Static variable in class gov.nasa.pds.registry.server.connection.ConnectionManager
Default location of service endpoint
deletePackage(String, ViewRegistryPackage) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Removes a RegistryPackage from the registry
deletePackage(String, ViewRegistryPackage) - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
deletePackage(String, ViewRegistryPackage, AsyncCallback<Boolean>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
deletePackage(ViewRegistryPackage, AsyncCallback<Boolean>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
deletePackage(String, ViewRegistryPackage) - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
deleteProduct(String, ViewProduct) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Removes an ExtrinsicObject from the registry
deleteProduct(String, ViewProduct) - Method in interface gov.nasa.pds.registry.ui.client.ProductsService
 
deleteProduct(String, ViewProduct, AsyncCallback<Boolean>) - Method in interface gov.nasa.pds.registry.ui.client.ProductsServiceAsync
 
deleteProduct(ViewProduct, AsyncCallback<Boolean>) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
deleteProduct(String, ViewProduct) - Method in class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
 
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
A panel used for layout within the dialogBox
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.Events
A panel used for layout within the dialogBox
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.Packages
A panel used for layout within the dialogBox
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.Products
A panel used for layout within the dialogBox
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.Schemes
A panel used for layout within the dialogBox
dialogVPanel - Variable in class gov.nasa.pds.registry.ui.client.Services
A panel used for layout within the dialogBox

E

EventColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the event table display
EventColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.EventColumnDefinition
Construct a new EventColumnDefinition.
Events - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered events.
Events() - Constructor for class gov.nasa.pds.registry.ui.client.Events
 
EventsService - Interface in gov.nasa.pds.registry.ui.client
Interface to the events service
EventsServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the events service
EventsServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the event service that retrieves registered events from the registry service.
EventsServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.EventsServiceImpl
 
EventTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for events.
EventTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.EventTableModel
 
eventTypes - Static variable in class gov.nasa.pds.registry.ui.shared.Constants
 

F

FETCH_ROW_SIZE - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
find(String) - Method in class gov.nasa.pds.registry.ui.client.TabList
 

G

get() - Static method in class gov.nasa.pds.registry.ui.client.Associations
 
get() - Static method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
get() - Method in class gov.nasa.pds.registry.ui.client.Events
 
get() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
get() - Static method in class gov.nasa.pds.registry.ui.client.Products
 
get() - Static method in class gov.nasa.pds.registry.ui.client.Schemes
 
get() - Method in class gov.nasa.pds.registry.ui.client.Services
 
getAccessURI() - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
Get
getAffectedObjects() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
getAssociations(String, RegistryQuery<AssociationFilter>) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
 
getAssociations(String, RegistryQuery<AssociationFilter>, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve associations from remote registry service.
getAssociations(String, String) - Method in interface gov.nasa.pds.registry.ui.client.AssociationService
 
getAssociations(String, String, AsyncCallback<TableModelHelper.SerializableResponse<ViewAssociation>>) - Method in interface gov.nasa.pds.registry.ui.client.AssociationServiceAsync
 
getAssociations(String, AsyncCallback<TableModelHelper.SerializableResponse<ViewAssociation>>) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
getAssociations(String, String) - Method in class gov.nasa.pds.registry.ui.server.AssociationServiceImpl
 
getAssociations() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getAssociationType() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getCachedTableModel() - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
getClassificationNodes(String, RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve classification nodes from remote registry service.
getClassificationNodes(String, String) - Method in interface gov.nasa.pds.registry.ui.client.ClassificationNodeService
 
getClassificationNodes(String, String, AsyncCallback<TableModelHelper.SerializableResponse<ViewClassificationNode>>) - Method in interface gov.nasa.pds.registry.ui.client.ClassificationNodeServiceAsync
 
getClassificationNodes(String, AsyncCallback<TableModelHelper.SerializableResponse<ViewClassificationNode>>) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
getClassificationNodes(String, String) - Method in class gov.nasa.pds.registry.ui.server.ClassificationNodeServiceImpl
 
getClassificationNodes() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getClassificationSchemes() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getCode() - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
getColor() - Method in class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 
getContentVersion() - Method in class gov.nasa.pds.registry.ui.shared.ViewProduct
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
getDataTable() - Method in class gov.nasa.pds.registry.ui.client.Services
 
getDescription() - Method in class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 
getDescription() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getEvents(String, RegistryQuery<EventFilter>, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve events from remote registry service.
getEvents() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getEventType() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
getExtrinsics() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getFooterTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getFooterTable() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getFooterTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getGuid() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getHeaderTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getHeaderTable() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getHeaderTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getHome() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getId() - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Get the identifier of the product property
getIndex(String) - Method in class gov.nasa.pds.registry.ui.client.TabList
 
getInstance() - Method in class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 
getIsInternal() - Method in class gov.nasa.pds.registry.ui.shared.ViewScheme
 
getLayout() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getLayout() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getLayout() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getLid() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getMimeType() - Method in class gov.nasa.pds.registry.ui.shared.ViewProduct
 
getName() - Method in class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 
getName() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getName() - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Get the name of the product property
getNice(String, Boolean, Boolean) - Static method in class gov.nasa.pds.registry.ui.client.Products
Get a display version of an underscore separated string.
getNodeType() - Method in class gov.nasa.pds.registry.ui.shared.ViewScheme
 
getObjectType() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getPackages(String, RegistryQuery<PackageFilter>, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve packages from remote registry service.
getPackages() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
getPagingScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Services
 
getParent() - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
getPath() - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
getProduct(String, String) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve a product from remote registry service.
getProduct(String, AsyncCallback<TableModelHelper.SerializableResponse<ViewProduct>>) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
getProduct(String, String) - Method in interface gov.nasa.pds.registry.ui.client.ProductsService
 
getProduct(String, String, AsyncCallback<TableModelHelper.SerializableResponse<ViewProduct>>) - Method in interface gov.nasa.pds.registry.ui.client.ProductsServiceAsync
 
getProduct(String, String) - Method in class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
Get a default set of products.
getProductDetail(int) - Method in class gov.nasa.pds.registry.ui.client.Products
 
getProducts(String) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Get products starting from the first record, with no filtering, the default sort and the default number of records.
getProducts(String, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Get products starting from the given record number, with no filtering, the default sort and the default number of records.
getProducts(String, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Get products starting from the given record number and number of records.
getProducts(String, RegistryQuery<ExtrinsicFilter>, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve products from remote registry service.
getProducts(String, boolean) - Method in class gov.nasa.pds.registry.ui.client.Associations
 
getProperties() - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Get an instance of the application properties.
getRegistry(String) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Get instance of RegistryClient to work with REST interface of registry.
getRegistryVersion() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getRemotePassword() - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
getRemotePassword(AsyncCallback<String>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
getRemotePassword(AsyncCallback<String>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
getRemotePassword() - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
getRemoteUser() - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
getRemoteUser(AsyncCallback<String>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
getRemoteUser(AsyncCallback<String>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
getRemoteUser() - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
getRequestId() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
getRowValues() - Method in class gov.nasa.pds.registry.ui.client.SerializableProductResponse
An iterator on the values
getSchemes(String, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve schemes from remote registry service.
getScrollTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getScrollTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getServerStarted() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getService() - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
Get
getServiceBinding() - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
getServiceBindings() - Method in class gov.nasa.pds.registry.ui.shared.ViewService
 
getServices(String, Integer, Integer) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Retrieve services from remote registry service.
getServices() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getSessionId() - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
getSessionId(AsyncCallback<String>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
getSessionId(AsyncCallback<String>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
getSessionId() - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociations
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvents
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewProducts
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryPackages
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewSchemes
Get the number of records found
getSize() - Method in class gov.nasa.pds.registry.ui.shared.ViewServices
Get the number of records found
getSlots() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
Get the arbitrary property name value pairs
getSlotType() - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
 
getSourceGuid() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
getSourceLid() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
getSpecificationLinks() - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
 
getSpecificationObject() - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociations
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvents
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewProducts
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryPackages
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewSchemes
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStart() - Method in class gov.nasa.pds.registry.ui.shared.ViewServices
Set the start index of the record set, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
getStatus(String, AsyncCallback) - Method in class gov.nasa.pds.registry.ui.client.StatusInfo
 
getStatus(String) - Method in interface gov.nasa.pds.registry.ui.client.StatusService
 
getStatus(String, AsyncCallback<StatusInformation>) - Method in interface gov.nasa.pds.registry.ui.client.StatusServiceAsync
 
getStatus(String) - Method in class gov.nasa.pds.registry.ui.server.StatusServiceImpl
 
getStatus() - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
getStatus() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
getStatusInfo(String) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
 
getTableDefinition() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getTableDefinition() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getTableDefinition() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Events
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
getTableModel() - Method in class gov.nasa.pds.registry.ui.client.Services
 
getTargetBinding() - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
 
getTargetGuid() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
getTargetLid() - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
getTempAssociations() - Method in class gov.nasa.pds.registry.ui.client.Products
 
getTimestamp() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
getUsageDescription() - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
getUsageParameters() - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
Get
getUser() - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
getValues() - Method in class gov.nasa.pds.registry.ui.client.SerializableProductResponse
Get the values directly.
getValues() - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Get the values associated with the product property
getVersionName() - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
gov.nasa.pds.registry.server.connection - package gov.nasa.pds.registry.server.connection
 
gov.nasa.pds.registry.ui.client - package gov.nasa.pds.registry.ui.client
 
gov.nasa.pds.registry.ui.server - package gov.nasa.pds.registry.ui.server
 
gov.nasa.pds.registry.ui.shared - package gov.nasa.pds.registry.ui.shared
 
gwtLogo() - Method in interface gov.nasa.pds.registry.ui.client.Tab.Images
 

I

indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.AssociationServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.ClassificationNodeServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.EventsServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.SchemesServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
indexToColumnName(int) - Static method in class gov.nasa.pds.registry.ui.server.ServiceBindingServiceImpl
Convert index to column name NOTE: This is a hack to deal with the fact that the request object only knows the column index of any sort.
init() - Static method in class gov.nasa.pds.registry.ui.client.Associations
 
init() - Static method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
init() - Static method in class gov.nasa.pds.registry.ui.client.Events
 
init() - Static method in class gov.nasa.pds.registry.ui.client.Packages
 
init() - Static method in class gov.nasa.pds.registry.ui.client.Products
 
init() - Static method in class gov.nasa.pds.registry.ui.client.Schemes
 
init() - Static method in class gov.nasa.pds.registry.ui.client.Services
 
initAssociationTable() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
initFilterOptions() - Method in class gov.nasa.pds.registry.ui.client.Associations
Initialize the filter and search options for the table data.
initFilterOptions() - Method in class gov.nasa.pds.registry.ui.client.Events
Initialize the filter and search options for the table data.
initFilterOptions() - Method in class gov.nasa.pds.registry.ui.client.Packages
Initialize the filter and search options for the table data.
initFilterOptions() - Method in class gov.nasa.pds.registry.ui.client.Products
Initialize the filter and search options for the table data.
initializeInputs() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
initializeInputs() - Method in class gov.nasa.pds.registry.ui.client.Products
 
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Associations
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Events
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Packages
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Products
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Schemes
Initialize the paging widget.
initPaging() - Method in class gov.nasa.pds.registry.ui.client.Services
Initialize the paging widget.
initTable() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
Initialize scroll table and behaviors.
initTable() - Method in class gov.nasa.pds.registry.ui.client.Events
Initialize scroll table and behaviors.
initTable() - Method in class gov.nasa.pds.registry.ui.client.Packages
Initialize scroll table and behaviors.
initTable() - Method in class gov.nasa.pds.registry.ui.client.Products
Initialize scroll table and behaviors.
initTable() - Method in class gov.nasa.pds.registry.ui.client.Schemes
Initialize scroll table and behaviors.
initTable() - Method in class gov.nasa.pds.registry.ui.client.Services
Initialize scroll table and behaviors.
InputContainer - Class in gov.nasa.pds.registry.ui.shared
A display container to simplify and standardize the display of input elements.
InputContainer(String, Widget) - Constructor for class gov.nasa.pds.registry.ui.shared.InputContainer
The primary constructor for the container.

L

lbl - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
list - Variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
loadingPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
loadingPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Events
 
loadingPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Packages
 
loadTabs() - Method in class gov.nasa.pds.registry.ui.client.RegistryUI
Adds all tabs to the list.
logger - Static variable in class gov.nasa.pds.registry.server.connection.ConnectionManager
 
logger - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 

M

MAX_STR_SIZE - Static variable in class gov.nasa.pds.registry.ui.shared.Constants
 

N

nodePlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Schemes
 
nodeScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Schemes
 

O

objectTypes - Static variable in class gov.nasa.pds.registry.ui.shared.Constants
 
onHide() - Method in class gov.nasa.pds.registry.ui.client.Tab
Called just before this tab is hidden.
onModuleLoad() - Method in class gov.nasa.pds.registry.ui.client.RegistryUI
 
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Associations
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Events
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Packages
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Products
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Schemes
Action to take once the module has loaded.
onModuleLoaded() - Method in class gov.nasa.pds.registry.ui.client.Services
Action to take once the module has loaded.
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
onRowInserted(int) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
onRowRemoved(int) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
 
onSetRowValue(int, ViewAssociation) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
onSetRowValue(int, ViewClassificationNode) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
 
onSetRowValue(int, ViewAuditableEvent) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
 
onSetRowValue(int, ViewRegistryPackage) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
onSetRowValue(int, ViewProduct) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
onSetRowValue(int, ViewScheme) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
onSetRowValue(int, ViewService) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Associations
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Events
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Products
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Services
 
onShow() - Method in class gov.nasa.pds.registry.ui.client.Tab
Called just after this tab is shown.
onValueChange(ValueChangeEvent<String>) - Method in class gov.nasa.pds.registry.ui.client.RegistryUI
 

P

PackageColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the packages table display
PackageColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.PackageColumnDefinition
Construct a new PackageColumnDefinition.
Packages - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered packages.
Packages() - Constructor for class gov.nasa.pds.registry.ui.client.Packages
 
PackageService - Interface in gov.nasa.pds.registry.ui.client
Interface to the packages service
PackageServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the packages service
PackageServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the package service that retrieves registered packages from the registry service.
PackageServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
PackageTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for packages.
PackageTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.PackageTableModel
 
PAGE_SIZE1 - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
Default number of records for each page
PAGE_SIZE2 - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
PAGE_SIZE3 - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Associations
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Events
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Packages
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Products
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Schemes
The PagingScrollTable.
pagingScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Services
The PagingScrollTable.
postArtifacts() - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
 
postRevision() - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
 
productCloseButton - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
ProductColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the products table display
ProductColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.ProductColumnDefinition
Construct a new ProductColumnDefinition.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
The dialog box that displays product details.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Events
The dialog box that displays product details.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Packages
The dialog box that displays product details.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Products
The dialog box that displays product details.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Schemes
The dialog box that displays product details.
productDetailsBox - Variable in class gov.nasa.pds.registry.ui.client.Services
The dialog box that displays product details.
Products - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered products.
Products() - Constructor for class gov.nasa.pds.registry.ui.client.Products
 
ProductsService - Interface in gov.nasa.pds.registry.ui.client
Interface to the products service
ProductsServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the products service
ProductsServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the product service that retrieves registered products from the registry service.
ProductsServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
 
ProductTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for products.
ProductTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.ProductTableModel
 
productVPanel - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
props - Static variable in class gov.nasa.pds.registry.server.connection.ConnectionManager
Instance of applicaiton properties
PROPS_NAME - Static variable in class gov.nasa.pds.registry.server.connection.ConnectionManager
Name of properties file that contains override for service endpoint

R

recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.ClassificationNodes
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Events
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Packages
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Products
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Schemes
 
recordCountContainer - Variable in class gov.nasa.pds.registry.ui.client.Services
 
refreshTable() - Method in class gov.nasa.pds.registry.ui.client.Products
 
RegistryUI - Class in gov.nasa.pds.registry.ui.client
Entry point for the registry front end application.
RegistryUI() - Constructor for class gov.nasa.pds.registry.ui.client.RegistryUI
 
reloadData() - Method in class gov.nasa.pds.registry.ui.client.Packages
 
reloadData() - Method in class gov.nasa.pds.registry.ui.client.Products
 
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in interface gov.nasa.pds.registry.ui.client.AssociationService
 
requestRows(String, TableModelHelper.Request, Map<String, String>, AsyncCallback<TableModelHelper.SerializableResponse<ViewAssociation>>) - Method in interface gov.nasa.pds.registry.ui.client.AssociationServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewAssociation>) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in interface gov.nasa.pds.registry.ui.client.ClassificationNodeService
 
requestRows(String, TableModelHelper.Request, Map<String, String>, AsyncCallback<TableModelHelper.SerializableResponse<ViewClassificationNode>>) - Method in interface gov.nasa.pds.registry.ui.client.ClassificationNodeServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewClassificationNode>) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in interface gov.nasa.pds.registry.ui.client.EventsService
 
requestRows(String, TableModelHelper.Request, Map<String, String>, AsyncCallback<TableModelHelper.SerializableResponse<ViewAuditableEvent>>) - Method in interface gov.nasa.pds.registry.ui.client.EventsServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewAuditableEvent>) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
requestRows(String, TableModelHelper.Request, Map<String, String>, AsyncCallback<TableModelHelper.SerializableResponse<ViewRegistryPackage>>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewRegistryPackage>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in interface gov.nasa.pds.registry.ui.client.ProductsService
 
requestRows(String, TableModelHelper.Request, Map<String, String>, AsyncCallback<TableModelHelper.SerializableResponse<ViewProduct>>) - Method in interface gov.nasa.pds.registry.ui.client.ProductsServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewProduct>) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request) - Method in interface gov.nasa.pds.registry.ui.client.SchemeService
 
requestRows(String, TableModelHelper.Request, AsyncCallback<TableModelHelper.SerializableResponse<ViewScheme>>) - Method in interface gov.nasa.pds.registry.ui.client.SchemeServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewScheme>) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request) - Method in interface gov.nasa.pds.registry.ui.client.ServiceBindingService
 
requestRows(String, TableModelHelper.Request, AsyncCallback<TableModelHelper.SerializableResponse<ViewService>>) - Method in interface gov.nasa.pds.registry.ui.client.ServiceBindingServiceAsync
 
requestRows(TableModelHelper.Request, TableModel.Callback<ViewService>) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
Get rows from table as necessary.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in class gov.nasa.pds.registry.ui.server.AssociationServiceImpl
Retrieve a set of associations from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in class gov.nasa.pds.registry.ui.server.ClassificationNodeServiceImpl
Retrieve a set of classification nodes from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in class gov.nasa.pds.registry.ui.server.EventsServiceImpl
Retrieve a set of Events from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
Retrieve a set of package from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request, Map<String, String>) - Method in class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
Retrieve a set of products from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request) - Method in class gov.nasa.pds.registry.ui.server.SchemesServiceImpl
Retrieve a set of services from the registry with the given request parameters.
requestRows(String, TableModelHelper.Request) - Method in class gov.nasa.pds.registry.ui.server.ServiceBindingServiceImpl
Retrieve a set of services from the registry with the given request parameters.

S

SchemeColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the Scheme table display
SchemeColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.SchemeColumnDefinition
Construct a new SchemeColumnDefinition.
Schemes - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered schemes.
Schemes() - Constructor for class gov.nasa.pds.registry.ui.client.Schemes
 
SchemeService - Interface in gov.nasa.pds.registry.ui.client
Interface to the scheme service
SchemeServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the scheme service
SchemesServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the scheme service that retrieves registered schemes from the registry service.
SchemesServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.SchemesServiceImpl
 
SchemeTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for Schemes.
SchemeTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
SerializableProductResponse<RowType extends com.google.gwt.user.client.rpc.IsSerializable> - Class in gov.nasa.pds.registry.ui.client
A special version of SerializableResponse that supports direct access to values rather than access to an iterator.
SerializableProductResponse() - Constructor for class gov.nasa.pds.registry.ui.client.SerializableProductResponse
Default constructor used for RPC.
SerializableProductResponse(Collection<RowType>) - Constructor for class gov.nasa.pds.registry.ui.client.SerializableProductResponse
Create a new TableModelHelper.SerializableResponse.
serverUrl - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
ServiceBindingService - Interface in gov.nasa.pds.registry.ui.client
Interface to the service
ServiceBindingServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the service
ServiceBindingServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the service that retrieves registered services from the registry service.
ServiceBindingServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.ServiceBindingServiceImpl
 
ServiceColumnDefinition<ColType> - Class in gov.nasa.pds.registry.ui.client
Column definition specific to the service table display
ServiceColumnDefinition(String) - Constructor for class gov.nasa.pds.registry.ui.client.ServiceColumnDefinition
Construct a new ServiceColumnDefinition.
servicePlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Schemes
 
servicePlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Services
 
Services - Class in gov.nasa.pds.registry.ui.client
A tab to browse the registered services.
Services() - Constructor for class gov.nasa.pds.registry.ui.client.Services
 
ServiceTableModel - Class in gov.nasa.pds.registry.ui.client
Table model for services.
ServiceTableModel() - Constructor for class gov.nasa.pds.registry.ui.client.ServiceTableModel
 
setAccessURI(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
Set the accessURI attribute.
setAffectedObjects(List<String>) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
setAssociations(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setAssociationType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
setCellValue(ViewAssociation, String) - Method in class gov.nasa.pds.registry.ui.client.AssociationColumnDefinition
 
setCellValue(ViewClassificationNode, String) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeColumnDefinition
 
setCellValue(ViewAuditableEvent, String) - Method in class gov.nasa.pds.registry.ui.client.EventColumnDefinition
 
setCellValue(ViewRegistryPackage, String) - Method in class gov.nasa.pds.registry.ui.client.PackageColumnDefinition
 
setCellValue(ViewProduct, String) - Method in class gov.nasa.pds.registry.ui.client.ProductColumnDefinition
 
setCellValue(ViewScheme, String) - Method in class gov.nasa.pds.registry.ui.client.SchemeColumnDefinition
 
setCellValue(ViewService, String) - Method in class gov.nasa.pds.registry.ui.client.ServiceColumnDefinition
 
setClassificationNodes(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setClassificationSchemes(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setCode(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
setContentVersion(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewProduct
 
setDescription(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setEvents(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setEventType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
setExtrinsics(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setGuid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setHome(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setId(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Set the id of the product property, should only be used when transforming an actual Slot instance into a ViewSlot or in tests.
setIsInternal(Boolean) - Method in class gov.nasa.pds.registry.ui.shared.ViewScheme
 
setLid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setMimeType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewProduct
 
setName(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setName(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Set the name of the product property, should only be used when transforming an actual Slot instance into a ViewSlot or in tests.
setNodeType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewScheme
 
setObjectType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setPackages(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setParent(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
setPath(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
setRegistryVersion(String) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setRequestId(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
setServerStarted(String) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.AssociationTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.ClassificationNodeTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.EventTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.SchemeTableModel
 
setServerUrl(String) - Method in class gov.nasa.pds.registry.ui.client.ServiceTableModel
 
setService(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
Set the service attribute.
setServiceBinding(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
setServiceBindings(List<ViewServiceBinding>) - Method in class gov.nasa.pds.registry.ui.shared.ViewService
 
setServices(long) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociations
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvents
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewProducts
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryPackages
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewSchemes
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSize(long) - Method in class gov.nasa.pds.registry.ui.shared.ViewServices
Set the number of records found, should only be used when transforming an actual Products instance into a ViewProducts or in tests.
setSlots(List<ViewSlot>) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
Set the arbitrary property name value pairs, should only be used when transforming an actual Product instance into a ViewProduct or in tests.
setSlotType(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
 
setSourceGuid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
setSourceLid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
setSpecificationLinks(List<ViewSpecificationLink>) - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
 
setSpecificationObject(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociations
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvents
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewProducts
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryPackages
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewSchemes
Get the start index of the record set
setStart(int) - Method in class gov.nasa.pds.registry.ui.shared.ViewServices
Get the start index of the record set
setStatus(String) - Method in class gov.nasa.pds.registry.ui.shared.StatusInformation
 
setStatus(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
setTabSelection(String) - Method in class gov.nasa.pds.registry.ui.client.TabList
 
setTargetBinding(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
 
setTargetGuid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
setTargetLid(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
setTempAssociations(List<ViewAssociation>) - Method in class gov.nasa.pds.registry.ui.client.Products
 
setTempClassificationNodes(ViewClassificationNodes) - Method in class gov.nasa.pds.registry.ui.client.Schemes
 
setTimestamp(Date) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
setUsageDescription(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
setUsageParameters(List<String>) - Method in class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
setUser(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
setValues(List<String>) - Method in class gov.nasa.pds.registry.ui.shared.ViewSlot
Set the values associated with the product property, should only be used when transforming an actual Slot instance into a ViewSlot or in tests.
setVersionName(String) - Method in class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
show(Tab.TabInfo, boolean) - Method in class gov.nasa.pds.registry.ui.client.RegistryUI
 
srcPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
srcProducts - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
srcScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
status - Static variable in class gov.nasa.pds.registry.ui.shared.Constants
 
statusInfo - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
StatusInfo - Class in gov.nasa.pds.registry.ui.client
 
StatusInfo() - Constructor for class gov.nasa.pds.registry.ui.client.StatusInfo
 
StatusInformation - Class in gov.nasa.pds.registry.ui.shared
The display container for registry status.
StatusInformation() - Constructor for class gov.nasa.pds.registry.ui.shared.StatusInformation
 
StatusService - Interface in gov.nasa.pds.registry.ui.client
Interface to the status service
StatusServiceAsync - Interface in gov.nasa.pds.registry.ui.client
Asynchronous interface to the status service
StatusServiceImpl - Class in gov.nasa.pds.registry.ui.server
Implementation of the status service that retrieves registry status information.
StatusServiceImpl() - Constructor for class gov.nasa.pds.registry.ui.server.StatusServiceImpl
 
synch() - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
 

T

Tab - Class in gov.nasa.pds.registry.ui.client
 
Tab() - Constructor for class gov.nasa.pds.registry.ui.client.Tab
 
Tab.Images - Interface in gov.nasa.pds.registry.ui.client
An image provider to make available images to Tabs.
Tab.TabInfo - Class in gov.nasa.pds.registry.ui.client
Encapsulated information about a tab.
Tab.TabInfo(String, String) - Constructor for class gov.nasa.pds.registry.ui.client.Tab.TabInfo
 
TABLE_HEIGHT - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
TABLE_HEIGHT_B - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
TabList - Class in gov.nasa.pds.registry.ui.client
The left panel that contains all of the tabs, along with a short description of each.
TabList() - Constructor for class gov.nasa.pds.registry.ui.client.TabList
 
targetPlaceholder - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
targetProducts - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
targScrollTable - Variable in class gov.nasa.pds.registry.ui.client.Associations
 
TBL_HGT_100 - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
TBL_HGT_100_B - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
TBL_HGT_50 - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
TBL_HGT_50_B - Static variable in class gov.nasa.pds.registry.ui.client.RegistryUI
 
tempAssociations - Variable in class gov.nasa.pds.registry.ui.client.Products
 
tempNodes - Variable in class gov.nasa.pds.registry.ui.client.Schemes
 
toSeparatedString(List<?>) - Static method in class gov.nasa.pds.registry.ui.client.Products
Convert a list to a comma separated string.
toUpper(String) - Static method in class gov.nasa.pds.registry.ui.client.Products
Uppercase each word of a string.

U

updatePackage(String, ViewRegistryPackage) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Updates the given RegistryPackage
updatePackage(String, ViewRegistryPackage) - Method in interface gov.nasa.pds.registry.ui.client.PackageService
 
updatePackage(String, ViewRegistryPackage, AsyncCallback<Boolean>) - Method in interface gov.nasa.pds.registry.ui.client.PackageServiceAsync
 
updatePackage(ViewRegistryPackage, AsyncCallback<Boolean>) - Method in class gov.nasa.pds.registry.ui.client.PackageTableModel
 
updatePackage(String, ViewRegistryPackage) - Method in class gov.nasa.pds.registry.ui.server.PackageServiceImpl
 
updateProduct(String, ViewProduct) - Static method in class gov.nasa.pds.registry.server.connection.ConnectionManager
Updates the given ExtrinsicObject
updateProduct(String, ViewProduct) - Method in interface gov.nasa.pds.registry.ui.client.ProductsService
 
updateProduct(String, ViewProduct, AsyncCallback<Boolean>) - Method in interface gov.nasa.pds.registry.ui.client.ProductsServiceAsync
 
updateProduct(ViewProduct, AsyncCallback<Boolean>) - Method in class gov.nasa.pds.registry.ui.client.ProductTableModel
 
updateProduct(String, ViewProduct) - Method in class gov.nasa.pds.registry.ui.server.ProductsServiceImpl
 

V

ViewAssociation - Class in gov.nasa.pds.registry.ui.shared
The display container for an association.
ViewAssociation() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewAssociation
 
ViewAssociations - Class in gov.nasa.pds.registry.ui.shared
The display container for associations.
ViewAssociations() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewAssociations
 
ViewAuditableEvent - Class in gov.nasa.pds.registry.ui.shared
The display container for a event.
ViewAuditableEvent() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewAuditableEvent
 
ViewAuditableEvents - Class in gov.nasa.pds.registry.ui.shared
The display container for events.
ViewAuditableEvents() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewAuditableEvents
 
ViewClassificationNode - Class in gov.nasa.pds.registry.ui.shared
The display container for a node service.
ViewClassificationNode() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewClassificationNode
 
ViewClassificationNodes - Class in gov.nasa.pds.registry.ui.shared
The display container for service.
ViewClassificationNodes() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewClassificationNodes
 
ViewProduct - Class in gov.nasa.pds.registry.ui.shared
The display container for a product.
ViewProduct() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewProduct
 
ViewProducts - Class in gov.nasa.pds.registry.ui.shared
The display container for products.
ViewProducts() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewProducts
 
ViewRegistryObject - Class in gov.nasa.pds.registry.ui.shared
The display container for a registry object.
ViewRegistryObject() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
 
ViewRegistryPackage - Class in gov.nasa.pds.registry.ui.shared
The display container for a RegistryPackage which allows for grouping of logically related RegistryObject instances even if individual member objects belong to different Sumitting Organizations.
ViewRegistryPackage() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewRegistryPackage
 
ViewRegistryPackages - Class in gov.nasa.pds.registry.ui.shared
The display container for package.
ViewRegistryPackages() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewRegistryPackages
 
ViewScheme - Class in gov.nasa.pds.registry.ui.shared
The display container for a scheme service.
ViewScheme() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewScheme
 
ViewSchemes - Class in gov.nasa.pds.registry.ui.shared
The display container for service.
ViewSchemes() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewSchemes
 
ViewService - Class in gov.nasa.pds.registry.ui.shared
The display container for a service.
ViewService() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewService
 
ViewServiceBinding - Class in gov.nasa.pds.registry.ui.shared
The display container for a service.
ViewServiceBinding() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewServiceBinding
 
ViewServices - Class in gov.nasa.pds.registry.ui.shared
The display container for service.
ViewServices() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewServices
 
ViewSlot - Class in gov.nasa.pds.registry.ui.shared
The display container for product slots.
ViewSlot() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewSlot
 
ViewSpecificationLink - Class in gov.nasa.pds.registry.ui.shared
The display container for specification link.
ViewSpecificationLink() - Constructor for class gov.nasa.pds.registry.ui.shared.ViewSpecificationLink
 
A C D E F G I L M N O P R S T U V 

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