slap: Add OpenOrder.getInformation() and OpenOrder.getOpenOrderList().

parent 0885ba5f
...@@ -97,6 +97,16 @@ class IRequester(Interface): ...@@ -97,6 +97,16 @@ class IRequester(Interface):
request('http://example.com/toto/titi', 'typeA', 'mysql_1') request('http://example.com/toto/titi', 'typeA', 'mysql_1')
""" """
def getInformation(partition_reference):
"""
Get informations about an existing instance.
If it is called from a Computer Partition, get informations
about Software Instance of the instance tree.
partition_reference -- local reference of the instance used by the recipe
to identify the instances.
"""
class IBuildoutController(Interface): class IBuildoutController(Interface):
""" """
Classes which implement IBuildoutController can report the buildout run Classes which implement IBuildoutController can report the buildout run
...@@ -501,3 +511,8 @@ class slap(Interface): ...@@ -501,3 +511,8 @@ class slap(Interface):
Get the list of Software Releases from a product or from another related Get the list of Software Releases from a product or from another related
Sofware Release, from a Software Product point of view. Sofware Release, from a Software Product point of view.
""" """
def getOpenOrderDict():
"""
Get the list of existing open orders (services) for the current user.
"""
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment