コード例 #1
0
ファイル: ReqMgrRESTModel.py プロジェクト: AndrewLevin/WMCore
 def getRequestNames(self):
     # 2013-02-13 is wrong anyway (e.g. Campaign is not working)
     # should be removed
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
コード例 #2
0
 def getRequestNames(self):
     # 2013-02-13 is wrong anyway (e.g. Campaign is not working)
     # should be removed
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
コード例 #3
0
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()
コード例 #4
0
ファイル: ReqMgrRESTModel.py プロジェクト: ticoann/WMCore
 def getRequestNames(self):
     """ return all the request names in RequestManager as list """
     #TODO this could me combined with getRequest
     return GetRequest.getOverview()