ProductionManagerHandler
DISET request handler base class for the ProductionDB.
- class DIRAC.ProductionSystem.Service.ProductionManagerHandler.ProductionManagerHandler(handlerInitDict, trid)
Bases:
RequestHandler
- __init__(handlerInitDict, trid)
Constructor
- Parameters:
handlerInitDict (dictionary) – Information vars for the service
trid (object) – Transport to use
- auth_ping = ['all']
- auth_refreshConfiguration = ['CSAdministrator']
- auth_whoami = ['all']
- export_addProduction(prodName, prodDescription)
- classmethod export_addProductionStep(prodStep)
- classmethod export_addTransformationsToProduction(prodName, transIDs, parentTransIDs)
- export_deleteProduction(prodName)
- static export_echo(data)
This method is used for testing performance of the service
- Parameters:
data (str) – data to be sent back to the caller
- Returns:
S_OK, Value is the input data
- classmethod export_getProduction(prodName)
- classmethod export_getProductionParameters(prodName, parameters)
- classmethod export_getProductionStep(stepID)
- classmethod export_getProductionTransformations(prodName, condDict=None, older=None, newer=None, timeStamp='CreationTime', orderAttribute=None, limit=None, offset=None)
- classmethod export_getProductions(condDict=None, older=None, newer=None, timeStamp='CreationDate', orderAttribute=None, limit=None, offset=None)
- export_ping()
- static export_refreshConfiguration(fromMaster)
Force refreshing the configuration data
- Parameters:
fromMaster (bool) – flag to refresh from the master configuration service
- classmethod export_setProductionStatus(prodName, status)
- classmethod export_startProduction(prodName)
- export_whoami()
A simple whoami, returns all credential dictionary, except certificate chain object.
- classmethod getCSOption(optionName, defaultValue=False)
Get an option from the CS section of the services
- Returns:
Value for serviceSection/optionName in the CS being defaultValue the default
- getRemoteAddress()
Get the address of the remote peer.
- Returns:
Address of remote peer.
- getRemoteCredentials()
Get the credentials of the remote peer.
- Returns:
Credentials dictionary of remote peer.
- initialize()
Initialize this instance of the handler (to be overwritten)
- classmethod initializeHandler(serviceInfoDict)
Initialization of DB object
- srv_disconnect(trid=None)
- classmethod srv_disconnectClient(trid)
- srv_getActionTuple()
- classmethod srv_getCSOption(optionName, defaultValue=False)
Get an option from the CS section of the services
- Returns:
Value for serviceSection/optionName in the CS being defaultValue the default
- srv_getClientSetup()
- srv_getClientVO()
- srv_getClientVersion()
- srv_getFormattedRemoteCredentials()
- classmethod srv_getMonitor()
- srv_getRemoteAddress()
Get the address of the remote peer.
- Returns:
Address of remote peer.
- srv_getRemoteCredentials()
Get the credentials of the remote peer.
- Returns:
Credentials dictionary of remote peer.
- classmethod srv_getServiceName()
- srv_getTransportID()
- classmethod srv_getURL()
- classmethod srv_msgCreate(msgName)
- srv_msgReply(msgObj)
- classmethod srv_msgSend(trid, msgObj)
- transfer_bulkFromClient(bulkId, token, bulkSize, fileHelper)
- transfer_bulkToClient(bulkId, token, fileHelper)
- transfer_fromClient(fileId, token, fileSize, fileHelper)
- transfer_listBulk(bulkId, token, fileHelper)
- transfer_toClient(fileId, token, fileHelper)
- types_addProduction = [(<class 'str'>,), (<class 'str'>,)]
- types_addProductionStep = [<class 'dict'>]
- types_addTransformationsToProduction = [[(<class 'str'>,), <class 'int'>], [(<class 'str'>,), <class 'int'>, <class 'list'>], [(<class 'str'>,), <class 'int'>, <class 'list'>]]
- types_deleteProduction = [[(<class 'str'>,), <class 'int'>]]
- types_echo = [<class 'str'>]
- types_getProduction = [[(<class 'str'>,), <class 'int'>]]
- types_getProductionParameters = [[(<class 'str'>,), <class 'int'>], [(<class 'str'>,), <class 'list'>, <class 'tuple'>]]
- types_getProductionStep = [<class 'int'>]
- types_getProductionTransformations = []
- types_getProductions = []
- types_ping = []
- types_refreshConfiguration = [<class 'bool'>]
- types_setProductionStatus = [[(<class 'str'>,), <class 'int'>], (<class 'str'>,)]
- types_startProduction = [[(<class 'str'>,), <class 'int'>]]
- types_whoami = []