Module

server/utils/ssotToRobotParsing/retrieveParameters

Methods

# async inner getAllParametersForJob(jobId) → {Array}

Retrieves all parameters for a specific job
Parameters:
Name Type Description
jobId String Id of the job

View Source server/utils/ssotToRobotParsing/retrieveParameters.js, line 77

Array of parameter objects
Array

# async inner retrieveParameters(ssot) → {Array}

Will retrieve the associated parameter objects for all activities in the ssot
Parameters:
Name Type Description
ssot Object Ssot for which the parameters will be retrieved

View Source server/utils/ssotToRobotParsing/retrieveParameters.js, line 16

Array of parameter objects
Array

# async inner retrieveParametersFromSsotAndJob(ssot, jobId) → {Array}

Retrieves the associated parameter objects for all activities in the ssot
Parameters:
Name Type Description
ssot Object Ssot for which the parameters will be retrieved
jobId String Job id identifiyng a job object from which the additional paramters will be fetched

View Source server/utils/ssotToRobotParsing/retrieveParameters.js, line 90

Array of parameter objects
Array

# inner updateParameterObjects(parameterObjects, newParameters) → {Array}

Updates Parameter Objects with new parameters
Parameters:
Name Type Description
parameterObjects Array Selection of parameter objects that will possibly be updated
newParameters Array New parameters in the form {id, value} that will be used to update the parameter objects

View Source server/utils/ssotToRobotParsing/retrieveParameters.js, line 51

Array of updated parameter objects
Array