|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Exporter
Defines a class of object used to export content from the underlying LexGrid repository to another repository or file format.
Method Summary | |
---|---|
void |
clearLog()
Clears any associated log entries. |
void |
export(AbsoluteCodingSchemeVersionReference source,
java.net.URI destination)
Export a CodingScheme resource to a URI destination. |
void |
exportPickListDefinition(java.lang.String pickListId,
java.net.URI destination)
Export a Pick List Definition resource to a URI destination. |
void |
exportValueSetDefinition(java.net.URI valueSetDefinitionURI,
java.lang.String valueSetDefinitionVersion,
java.net.URI destination)
Export a Value Set Definition resource to a URI destination. |
LogEntry[] |
getLog(LogLevel level)
Returns log entries for the current or most recent export operation that match a particular status; null if no operation has been attempted. |
OptionHolder |
getOptions()
|
java.net.URI[] |
getReferences()
Returns absolute references for resources written by the most recent operation; empty if not applicable. |
ExportStatus |
getStatus()
Returns status of the current or most recent export operation; null if no operation has been attempted. |
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Extendable |
---|
getDescription, getName, getProvider, getVersion |
Method Detail |
---|
OptionHolder getOptions()
void clearLog()
java.net.URI[] getReferences()
LogEntry[] getLog(LogLevel level)
getLog
in interface StatusReporter
status
- One of several log levels defined by the system, or null to
return all log entries.ExportStatus getStatus()
getStatus
in interface StatusReporter
void export(AbsoluteCodingSchemeVersionReference source, java.net.URI destination)
source
- the sourcedestination
- the destinationvoid exportValueSetDefinition(java.net.URI valueSetDefinitionURI, java.lang.String valueSetDefinitionVersion, java.net.URI destination)
URI
- of value set definitionversion
- of value set definitiondestination
- the destinationvoid exportPickListDefinition(java.lang.String pickListId, java.net.URI destination)
Id
- of Pick List Definitiondestination
- the destination
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |