Methods
# async inner getAllParametersForJob(jobId) → {Array}
Retrieves all parameters for a specific job
Parameters:
Name | Type | Description |
---|---|---|
jobId |
String | Id of the job |
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 |
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 |
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 |
Array of updated parameter objects
Array