[44/51] [abbrv] [partial] airavata git commit: AIRAVATA-2505 Upgrade Airavata to Thrift 0.10.0

2017-08-08 Thread machristie
http://git-wip-us.apache.org/repos/asf/airavata/blob/8e775660/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
--
diff --git 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
index e0dc634..5276063 100644
--- 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
+++ 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
@@ -1,12043 +1,11422 @@
 #
-# Autogenerated by Thrift Compiler (0.9.3)
+# Autogenerated by Thrift Compiler (0.10.0)
 #
 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 #
 #  options string: py
 #
 
-from thrift.Thrift import TType, TMessageType, TException, 
TApplicationException
+from thrift.Thrift import TType, TMessageType, TFrozenDict, TException, 
TApplicationException
+from thrift.protocol.TProtocol import TProtocolException
+import sys
 import logging
-from ttypes import *
+from .ttypes import *
 from thrift.Thrift import TProcessor
 from thrift.transport import TTransport
-from thrift.protocol import TBinaryProtocol, TProtocol
-try:
-  from thrift.protocol import fastbinary
-except:
-  fastbinary = None
 
 
-class Iface:
-  def createDomain(self, domain):
-"""
-API method to create a new domain
+class Iface(object):
+def createDomain(self, domain):
+"""
+API method to create a new domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def updateDomain(self, domain):
+"""
+API method to update a domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def isDomainExists(self, domainId):
+"""
+API method to check Domain Exists
+
+Parameters:
+ - domainId
+"""
+pass
+
+def deleteDomain(self, domainId):
+"""
+API method to delete domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomain(self, domainId):
+"""
+API method to retrieve a domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomains(self, offset, limit):
+"""
+API method to get all domain.
+
+Parameters:
+ - offset
+ - limit
+"""
+pass
+
+def createUser(self, user):
+"""
+API method to register a user in the system
+
+Parameters:
+ - user
+"""
+pass
+
+def updatedUser(self, user):
+"""
+API method to update existing user
+
+Parameters:
+ - user
+"""
+pass
+
+def isUserExists(self, domainId, userId):
+"""
+API method to check User Exists
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def deleteUser(self, domainId, userId):
+"""
+API method to delete user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUser(self, domainId, userId):
+"""
+API method to get a user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUsers(self, domainId, offset, limit):
+"""
+API method to get a list of users in a specific domain.
+domainId : Domain id
+offset : Starting result number
+limit : Number of max results to be sent
+
+Parameters:
+ - domainId
+ - offset
+ - limit
+"""
+pass
+
+def createGroup(self, group):
+"""
+API method to create a new group
+
+Parameters:
+ - group
+"""
+pass
+
+def updateGroup(self, group):
+"""
+API method to update a group
+
+Parameters:
+ - group
+"""
+pass
+
+def isGroupExists(self, domainId, groupId):
+"""
+API method to check Group Exists
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def deleteGroup(self, domainId, groupId):
+"""
+API method to delete a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroup(self, domainId, groupId):
+"""
+API method to get a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroups(self, domainId, offset, limit):
+"""
+API method to get groups in a domainId.
+
+Parameters:
+ - 

[44/51] [abbrv] [partial] airavata git commit: AIRAVATA-2505 Upgrade Airavata to Thrift 0.10.0

2017-08-07 Thread machristie
http://git-wip-us.apache.org/repos/asf/airavata/blob/39fba1f5/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
--
diff --git 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
index e0dc634..5276063 100644
--- 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
+++ 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
@@ -1,12043 +1,11422 @@
 #
-# Autogenerated by Thrift Compiler (0.9.3)
+# Autogenerated by Thrift Compiler (0.10.0)
 #
 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 #
 #  options string: py
 #
 
-from thrift.Thrift import TType, TMessageType, TException, 
TApplicationException
+from thrift.Thrift import TType, TMessageType, TFrozenDict, TException, 
TApplicationException
+from thrift.protocol.TProtocol import TProtocolException
+import sys
 import logging
-from ttypes import *
+from .ttypes import *
 from thrift.Thrift import TProcessor
 from thrift.transport import TTransport
-from thrift.protocol import TBinaryProtocol, TProtocol
-try:
-  from thrift.protocol import fastbinary
-except:
-  fastbinary = None
 
 
-class Iface:
-  def createDomain(self, domain):
-"""
-API method to create a new domain
+class Iface(object):
+def createDomain(self, domain):
+"""
+API method to create a new domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def updateDomain(self, domain):
+"""
+API method to update a domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def isDomainExists(self, domainId):
+"""
+API method to check Domain Exists
+
+Parameters:
+ - domainId
+"""
+pass
+
+def deleteDomain(self, domainId):
+"""
+API method to delete domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomain(self, domainId):
+"""
+API method to retrieve a domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomains(self, offset, limit):
+"""
+API method to get all domain.
+
+Parameters:
+ - offset
+ - limit
+"""
+pass
+
+def createUser(self, user):
+"""
+API method to register a user in the system
+
+Parameters:
+ - user
+"""
+pass
+
+def updatedUser(self, user):
+"""
+API method to update existing user
+
+Parameters:
+ - user
+"""
+pass
+
+def isUserExists(self, domainId, userId):
+"""
+API method to check User Exists
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def deleteUser(self, domainId, userId):
+"""
+API method to delete user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUser(self, domainId, userId):
+"""
+API method to get a user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUsers(self, domainId, offset, limit):
+"""
+API method to get a list of users in a specific domain.
+domainId : Domain id
+offset : Starting result number
+limit : Number of max results to be sent
+
+Parameters:
+ - domainId
+ - offset
+ - limit
+"""
+pass
+
+def createGroup(self, group):
+"""
+API method to create a new group
+
+Parameters:
+ - group
+"""
+pass
+
+def updateGroup(self, group):
+"""
+API method to update a group
+
+Parameters:
+ - group
+"""
+pass
+
+def isGroupExists(self, domainId, groupId):
+"""
+API method to check Group Exists
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def deleteGroup(self, domainId, groupId):
+"""
+API method to delete a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroup(self, domainId, groupId):
+"""
+API method to get a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroups(self, domainId, offset, limit):
+"""
+API method to get groups in a domainId.
+
+Parameters:
+ - 

[44/51] [abbrv] [partial] airavata git commit: AIRAVATA-2505 Upgrade Airavata to Thrift 0.10.0

2017-08-07 Thread machristie
http://git-wip-us.apache.org/repos/asf/airavata/blob/14ff0916/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
--
diff --git 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
index e0dc634..5276063 100644
--- 
a/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
+++ 
b/airavata-api/airavata-client-sdks/airavata-python-sdk/src/main/resources/lib/apache/airavata/api/sharing/SharingRegistryService.py
@@ -1,12043 +1,11422 @@
 #
-# Autogenerated by Thrift Compiler (0.9.3)
+# Autogenerated by Thrift Compiler (0.10.0)
 #
 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 #
 #  options string: py
 #
 
-from thrift.Thrift import TType, TMessageType, TException, 
TApplicationException
+from thrift.Thrift import TType, TMessageType, TFrozenDict, TException, 
TApplicationException
+from thrift.protocol.TProtocol import TProtocolException
+import sys
 import logging
-from ttypes import *
+from .ttypes import *
 from thrift.Thrift import TProcessor
 from thrift.transport import TTransport
-from thrift.protocol import TBinaryProtocol, TProtocol
-try:
-  from thrift.protocol import fastbinary
-except:
-  fastbinary = None
 
 
-class Iface:
-  def createDomain(self, domain):
-"""
-API method to create a new domain
+class Iface(object):
+def createDomain(self, domain):
+"""
+API method to create a new domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def updateDomain(self, domain):
+"""
+API method to update a domain
+
+Parameters:
+ - domain
+"""
+pass
+
+def isDomainExists(self, domainId):
+"""
+API method to check Domain Exists
+
+Parameters:
+ - domainId
+"""
+pass
+
+def deleteDomain(self, domainId):
+"""
+API method to delete domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomain(self, domainId):
+"""
+API method to retrieve a domain
+
+Parameters:
+ - domainId
+"""
+pass
+
+def getDomains(self, offset, limit):
+"""
+API method to get all domain.
+
+Parameters:
+ - offset
+ - limit
+"""
+pass
+
+def createUser(self, user):
+"""
+API method to register a user in the system
+
+Parameters:
+ - user
+"""
+pass
+
+def updatedUser(self, user):
+"""
+API method to update existing user
+
+Parameters:
+ - user
+"""
+pass
+
+def isUserExists(self, domainId, userId):
+"""
+API method to check User Exists
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def deleteUser(self, domainId, userId):
+"""
+API method to delete user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUser(self, domainId, userId):
+"""
+API method to get a user
+
+Parameters:
+ - domainId
+ - userId
+"""
+pass
+
+def getUsers(self, domainId, offset, limit):
+"""
+API method to get a list of users in a specific domain.
+domainId : Domain id
+offset : Starting result number
+limit : Number of max results to be sent
+
+Parameters:
+ - domainId
+ - offset
+ - limit
+"""
+pass
+
+def createGroup(self, group):
+"""
+API method to create a new group
+
+Parameters:
+ - group
+"""
+pass
+
+def updateGroup(self, group):
+"""
+API method to update a group
+
+Parameters:
+ - group
+"""
+pass
+
+def isGroupExists(self, domainId, groupId):
+"""
+API method to check Group Exists
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def deleteGroup(self, domainId, groupId):
+"""
+API method to delete a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroup(self, domainId, groupId):
+"""
+API method to get a group
+
+Parameters:
+ - domainId
+ - groupId
+"""
+pass
+
+def getGroups(self, domainId, offset, limit):
+"""
+API method to get groups in a domainId.
+
+Parameters:
+ -