1054 | | * ReadProjects - a list of project names allowed to read this experiment |
1055 | | * WriteProjects - a list of project names allowed to modify this experiment |
1056 | | * RealizeProjects - a list of project names allowed to realize this experiment |
| 1055 | * A list of strings giving the permissions of this user with respect to this experiment. It can include |
| 1056 | * EXPERIMENT_READ - the permission to read the experiment data structure |
| 1057 | * EXPERIMENT_WRITE - the permission to modify the experiment data structure |
| 1058 | * EXPERIMENT_REALIZE - the permission to realize the experiment |
| 1059 | * list of circles and their corresponding permissions. A user's permissions is the union of the circles it is in. Each entry in the list contains |
| 1060 | * Circle name |
| 1061 | * A list of strings giving the permissions of this circle with respect to this experiment. It can include |
| 1062 | * EXPERIMENT_READ - the permission to read the experiment data structure |
| 1063 | * EXPERIMENT_WRITE - the permission to modify the experiment data structure |
| 1064 | * EXPERIMENT_REALIZE - the permission to realize the experiment |
1071 | | * ReadProjects - a list of project names allowed to read this experiment |
1072 | | * WriteProjects - a list of project names allowed to modify this experiment |
1073 | | * RealizeProjects - a list of project names allowed to realize this experiment |
1074 | | * '''Return Values:''' |
1075 | | * None |
| 1079 | * list of circles and their corresponding permissions. A user's permissions is the union of the circles it is in. Each entry in the list contains |
| 1080 | * Circle name |
| 1081 | * A list of strings giving the permissions of this circle with respect to this experiment. It can include |
| 1082 | * EXPERIMENT_READ - the permission to read the experiment data structure |
| 1083 | * EXPERIMENT_WRITE - the permission to modify the experiment data structure |
| 1084 | * EXPERIMENT_REALIZE - the permission to realize the experiment |
| 1085 | * '''Return Values:''' |
| 1086 | * a boolean, true if the creation succeeded |
1089 | | * ReadProjects - a list of project names allowed to read this experiment |
1090 | | * WriteProjects - a list of project names allowed to modify this experiment |
1091 | | * RealizeProjects - a list of project names allowed to realize this experiment |
1092 | | * '''Return Values:''' |
1093 | | * None |
| 1100 | * list of circles and their corresponding permissions. A user's permissions is the union of the circles it is in. Each entry in the list contains |
| 1101 | * Circle name |
| 1102 | * A list of strings giving the permissions of this circle with respect to this experiment. It can include |
| 1103 | * EXPERIMENT_READ - the permission to read the experiment data structure |
| 1104 | * EXPERIMENT_WRITE - the permission to modify the experiment data structure |
| 1105 | * EXPERIMENT_REALIZE - the permission to realize the experiment |
| 1106 | * '''Return Values:''' |
| 1107 | * a boolean, true if the creation succeeded |
| 1108 | |