Package | Description |
---|---|
de.unirostock.sems.XmlFileServerClient | |
de.unirostock.sems.XmlFileServerClient.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlFileServer.exist(URI model)
Checks if the model referenced by the URI exits and is available
|
URI |
XmlFileServer.pushModel(String modelId,
String versionId,
InputStream modelSource)
Pushes a new model (-Version) into the storage.
|
URI |
XmlFileServer.pushModel(String repositoryUrl,
String filePath,
String versionId,
InputStream modelSource)
Pushes a new model (-Version) into the storage.
|
URI |
XmlFileServer.pushModel(String modelId,
String versionId,
String repositoryUrl,
String filePath,
InputStream modelSource)
Pushes a new model (-Version) into the storage.
|
InputStream |
XmlFileServer.resolveModelUri(URI model)
Resolves the model URI and returns the modelSource
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpXmlFileServerClient.exist(URI model) |
URI |
HttpXmlFileServerClient.pushModel(String modelId,
String versionId,
InputStream modelSource) |
URI |
HttpXmlFileServerClient.pushModel(String repositoryUrl,
String filePath,
String versionId,
InputStream modelSource) |
URI |
HttpXmlFileServerClient.pushModel(String modelId,
String versionId,
String repositoryUrl,
String filePath,
InputStream modelSource) |
InputStream |
HttpXmlFileServerClient.resolveModelUri(URI model) |
Copyright © 2013 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.