Changes between Version 31 and Version 32 of SPIDocs
- Timestamp:
- Oct 13, 2014 10:58:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SPIDocs
v31 v32 350 350 The `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. 351 351 352 353 ==== Removing a Project ==== 354 355 The 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 357 Removing 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 352 359 ==== Viewing Projects ==== 353 360 … … 445 452 446 453 The `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 457 The 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 459 Project 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 461 When a circle is removed, any access rights granted to users by virtue of their membership in it are also revoked. 462 447 463 448 464 ==== Viewing Circles ==== … … 567 583 The `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. 568 584 585 ==== Removing an Experiment ==== 586 587 The 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 569 589 ==== Viewing Experiments ==== 570 590 … … 670 690 The `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. 671 691 692 ==== Removing a Library ==== 693 694 The 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 696 Removing a library has no effect on the experiments in it. 697 698 672 699 ==== Viewing Libraries ==== 673 700