public class OwlRdfExporterImpl extends BaseExporter implements OWL_Exporter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
name |
ASYNC_OPTION, description_, FAIL_ON_ERROR_OPTION, name_, OVERWRITE_OPTION, provider_, version_
Constructor and Description |
---|
OwlRdfExporterImpl() |
Modifier and Type | Method and Description |
---|---|
protected OptionHolder |
declareAllowedOptions(OptionHolder holder) |
protected void |
doExport() |
void |
export(AbsoluteCodingSchemeVersionReference source,
java.net.URI destination,
boolean overwrite,
boolean stopOnErrors,
boolean async)
Export content from the underlying LexGrid repository.
|
protected void |
exportCodingSchemeData() |
protected LgLoggerIF |
getLogger() |
OptionHolder |
getOptions() |
static void |
register() |
void |
setCng(CodedNodeGraph cng) |
void |
setCns(CodedNodeSet cns) |
baseExport, clearLog, export, exportPickListDefinition, exportValueSetDefinition, exportValueSetResolution, exportValueSetResolution, getDescription, getLog, getMessageDirector, getName, getPickListId, getProvider, getReferences, getResourceUri, getSource, getStatus, getValueSetDefinitionRevisionId, getValueSetDefinitionURI, getVersion, isExportValueSetResolution, setExportValueSetResolution, setPickListId, setResourceUri, setSource, setValueSetDefinitionRevisionId, setValueSetDefinitionURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearLog, export, exportPickListDefinition, exportValueSetDefinition, getLog, getReferences, getStatus
getDescription, getName, getProvider, getVersion
public static final java.lang.String name
public void setCns(CodedNodeSet cns)
public void setCng(CodedNodeGraph cng)
protected LgLoggerIF getLogger()
getLogger
in class BaseExporter
public static void register() throws LBParameterException, LBException
LBParameterException
LBException
protected void doExport()
doExport
in class BaseExporter
protected void exportCodingSchemeData()
protected OptionHolder declareAllowedOptions(OptionHolder holder)
declareAllowedOptions
in class BaseExporter
public OptionHolder getOptions()
getOptions
in interface Exporter
getOptions
in class BaseExporter
public void export(AbsoluteCodingSchemeVersionReference source, java.net.URI destination, boolean overwrite, boolean stopOnErrors, boolean async) throws LBException
OWL_Exporter
export
in interface OWL_Exporter
source
- The absolute version identifier of the coding scheme to export.destination
- URI corresponding to the OWL file to write.overwrite
- True indicates to overwrite an existing file if present. False
indicates to stop if the destination file already exists.stopOnErrors
- True means stop if any export error is detected. False means
attempt to continue writing what can be exported if
recoverable errors are encountered.async
- Flag controlling whether export occurs in the calling thread.
If true, the export will occur in a separate asynchronous
process. If false, this method blocks until the export
operation completes or fails. Regardless of setting, the
getStatus and getLog calls are used to fetch results.LBException