OpenMMS
V1.5.1 Std

org.rcsb.openmms.entry
Interface EntryDirectory

All Known Implementing Classes:
FileEntryFoundry, RDBEntryFoundry

public interface EntryDirectory

Defines an interface for Entry Directory Services

Version:
1.2
Author:
Douglas S. Greer

Method Summary
 java.lang.String[] getEntriesInGroup(java.lang.String group)
           
 java.lang.String[] getEntryGroupList()
           
 java.lang.String[] getEntryIdList()
           
 ModificationDate[] getEntryModificationDates()
           
 byte[] getNativeEntryRepresentation(java.lang.String format, java.lang.String entry_id)
           
 java.lang.String[] getNativeFormatsSupported()
           
 

Method Detail

getEntryIdList

public java.lang.String[] getEntryIdList()
                                  throws DataAccessException
DataAccessException

getEntryModificationDates

public ModificationDate[] getEntryModificationDates()
                                             throws DataAccessException
DataAccessException

getEntryGroupList

public java.lang.String[] getEntryGroupList()
                                     throws DataAccessException
DataAccessException

getEntriesInGroup

public java.lang.String[] getEntriesInGroup(java.lang.String group)
                                     throws DataAccessException
DataAccessException

getNativeFormatsSupported

public java.lang.String[] getNativeFormatsSupported()

getNativeEntryRepresentation

public byte[] getNativeEntryRepresentation(java.lang.String format,
                                           java.lang.String entry_id)
                                    throws DataAccessException
DataAccessException

OpenMMS
V1.5.1 Std

OpenMMS, Copyright 2001, All rights reserved