Changes between Version 31 and Version 32 of SPIDocs


Ignore:
Timestamp:
Oct 13, 2014 10:58:35 AM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SPIDocs

    v31 v32  
    350350The `Projects` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate project profiles.  Only the owner of a project can change the contents of its profile.
    351351
     352
     353==== Removing a Project ====
     354
     355The owner of a project (or an administrator) can remove a project using the `removeProject` operation on the `Projects` [wiki:SPIDocs#Services service].  This removes the project and profile from the system. 
     356
     357Removing an approved project from the system may revoke access to the testbed from users.  A user who was a member of only one approved project will lose their access if that project is removed.
     358
    352359==== Viewing Projects ====
    353360
     
    445452
    446453The `Circles` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate circle profiles.  Only the owner of a circle can change the contents of its profile.
     454
     455==== Removing a Circle ====
     456
     457The owner of a circle (or an administrator) can remove a circle using the `removeCircle` operation on the `Circles` [wiki:SPIDocs#Services service].  This removes the circle and profile from the system.
     458
     459Project circles, user circles, and the world circle cannot be successfully removed.  Project circles are removed when the project is, user circles when the user is, and the world circle when the entire testbed is.
     460
     461When a circle is removed, any access rights granted to users by virtue of their membership in it are also revoked.
     462
    447463
    448464==== Viewing Circles ====
     
    567583The `Experiments` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate experiment profiles.  Only the owner of an experiment can change the contents of its profile.
    568584
     585==== Removing an Experiment ====
     586
     587The owner of an Experiment (or an administrator) can remove an experiment using the `removeExperiment` operation on the `Experiments` [wiki:SPIDocs#Services service].  This removes the experiment and profile from the system.  Only unrealized experiments may be removed.
     588
    569589==== Viewing Experiments ====
    570590
     
    670690The `Libraries` [wiki:SPIDocs#Services service] supports the operations described in the [wiki:SPIDocs#Profiles profiles] description to allow applications to manipulate library profiles.  Only the owner of an library can change the contents of its profile.
    671691
     692==== Removing a Library ====
     693
     694The owner of a library (or an administrator) can remove a library using the `removeLibrary` operation on the `Libraries` [wiki:SPIDocs#Services service].  This removes the library and profile from the system. 
     695
     696Removing a library has no effect on the experiments in it.
     697
     698
    672699==== Viewing Libraries ====
    673700