"/studies"
, "/studies/{study-identifier}/template"
, and "/studies/{study-identifier}/files"
to the corresponding beans. N.b.: Resources must be scoped prototype, since a new instance must be created for each request. Restlets may be singletons (this class will only ever load one instance for each). Concurrency note: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe. You should be especially careful when storing state in member variables.
@author Rhett Sutphin
@author James Maki
|
|