tuned doc for ResolveSlices
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 17:28:54 +0000 (17:28 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 17:28:54 +0000 (17:28 +0000)
PLC/Methods/ResolveSlices.py

index b16bbb4..57095a0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ResolveSlices.py 12202 2009-02-24 13:39:32Z thierry $
+# $Id: ResolveSlices.py 12216 2009-02-24 17:26:22Z thierry $
 
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -8,11 +8,12 @@ from PLC.Slices import Slice, Slices
 
 class ResolveSlices(Method):
     """
-    This method is similar to GetSlices, except the the returned
-    columns are restricted to 'name' and 'slice_id'. This is method
-    designed to help third-party software solve slice names from their
-    slice_id (e.g. PlanetFlow Central).  For this reason it is
-    accessible with anonymous authentication (among others)
+    This method is similar to GetSlices, except that (1) the returned
+    columns are restricted to 'name' and 'slice_id', and (2) it
+    returns expired slices too. This method is designed to help
+    third-party software solve slice names from their slice_id
+    (e.g. PlanetFlow Central). For this reason it is accessible with
+    anonymous authentication (among others).
     """
 
     roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ]