suspend fun changePriority(imsProject: IMSProject, resource: String, operator: (Double) -> Double, basePriority: Double)
Change the priority of an element
Parameters
imsProject
IMS project to sync
resource
Resource to sync
operator
Operator to apply to the priority
basePriority
Base priority to use if the element is not yet in the database