Package org.nees.metadata.service

The NEES metadata service API.

See:
          Description

Interface Summary
NMDSRewindableCommand This marker interface indicates that a command is rewindable.
Rewindable Represents a referential context in which identifiers can be resolved to times, or accession events, in the past.
 

Class Summary
CachingNMDSFacade This class represents an interaction with NMDS and provides convenience API's for executing commands against the service.
ContainerList A list of the objects in a container, including summaries for all the objects.
MetadataObjectSummary This bean provides summary information about an object, which can be retrieved with the NMDSCommand.SUMMARIZE command.
NMDSCommand Describes a single NMDS operation to be performed.
NMDSCommandDispatcher This simple adapter class provides default no-op implementations of every NMDS command, which returns a status of FAIL_UNIMPLEMENTED.
NMDSContainerAddCommand  
NMDSContainerCommand  
NMDSContainerListCommand  
NMDSContainerModifyCommand  
NMDSContainerRemoveCommand  
NMDSCreateCommand  
NMDSFacade This class represents an interaction with NMDS and provides convenience API's for executing commands against the service.
NMDSGetGroupsCommand  
NMDSIdCommand Base class of any NMDS command that takes an Id as an argument.
NMDSInternCommand  
NMDSInterpreter NMDSInterpreter is used to execute NMDSCommands against an interface to a metadata store.
NMDSMetadataObjectCommand Base class of any NMDS command that takes a MetadataObject as an argument.
NMDSPermitCommand  
NMDSRemoteFilter Pre- and post-process commands and results before and after they are sent to and from a remote NMDS service.
NMDSRemoteSession This allows NMDS commands to be sent using any transport mechanism that implements AuthenticatedSession
NMDSResult  
NMDSRetrieveCommand  
NMDSRewindCommand Rewind or un-rewind the session to a previous time or accession number.
NMDSSearchCommand  
NMDSSearchNumericCommand  
NMDSSearchReferenceCommand  
NMDSSearchStringCommand  
NMDSSearchTextCommand  
NMDSSession Represents a user session with NMDS.
NMDSSessionFactory This represents the NEES metadata service (NMDS).
NMDSSummarizeCommand  
NMDSUpdateCommand  
TestNMDSSession  
 

Exception Summary
NMDSException  
NMDSUnavailableException This special exception is thrown when the service is unavailable.
 

Package org.nees.metadata.service Description

The NEES metadata service API.