-
Notifications
You must be signed in to change notification settings - Fork 3
Web services
kutila edited this page Oct 22, 2012
·
76 revisions
The main interface to the PODD system are a set of RESTful web services. These web services are described below. The location of these web services are as follows: http:/<host>:<port>/podd/<service_name>
- Add a new schema ontology to PODD
- Add a new object (i.e. Project).
- Maps to the previous “Object Creation 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.
- The application needs to be put into a read-only state (for artifacts) when a schema ontology version update is occurring.
- Download a copy of the specified schema ontology.
- Maps to the previous “Concept Details Service”.
- Previous "Edit object service"
- Previous "Delete object service"
- Previous "Publish Project Service"
-
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
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.