Skip to content

Web services

kutila edited this page Oct 22, 2012 · 76 revisions

Web Services

The main interface to the PODD system consists of a set of RESTful web services as described below.

The location of these web services are of the form:

http:/<host>:<port>/podd/<service_name>


Add Schema Ontology service:

  • Add a new schema ontology to PODD
  • In prototype

Add PODD Artifact service:

  • Add a new object (i.e. Project).
  • Maps to the previous “Object Creation Service”
  • In prototype

Update Schema Ontology service:

  • Update a schema ontology by uploading a new version of it.
  • The application should be in maintenance mode for this service to be used.
  • In prototype

Enable/disable maintenance mode:

  • The application needs to be put into a read-only state (for artifacts) when a schema ontology version update is occurring.
  • In prototype

Get Schema Ontology service:

  • Download a copy of the specified schema ontology.
  • Maps to the previous “Concept Details Service”.
  • In prototype

Edit PODD artifact service:

  • Previous "Edit object service"
  • In prototype

Delete artifact service

  • Previous "Delete object service"
  • In prototype

Publish project (artifact) service

  • A PODD Top object (i.e. project) that has a status of "complete" can be published by a suitably authorized user.
  • Publishing results in the project/top object being made read-only and being given a stable URI.
  • Previous "Publish Project Service"

File reference attachment service

  • This web service makes it possible to attach existing files to a PODD artifact by defining references to it without having to explicitly upload the files. This is especially useful for very large files that would take up too much bandwidth if uploaded to PODD directly. This also leaves the responsibility of file management to the remote data store of the files.
  • In prototype

Project listing service

Project ID service

Get project hierarchy service

– is this needed?

Browser Service

Object details service

File attachment service

Get file service

Delete file service

User creation service

Authentication service

User listing service

Search by barcode service

AAF Authentication service

Services discontinued from the old PODD

  • TAB submission service – TAB import will be implemented as a client side utility. PODD itself will not support TAB format.
  • Local File attachment service – Was deprecated.

Clone this wiki locally