24 protected function run(array $params)
26 $position_id = $params[self::POSITION_ID];
27 $user_id = $params[self::USR_ID];
28 $orgu_ref_id = $params[self::ORGU_REF_ID];
41 'user_id' => $user_id,
42 'position_id' => $position_id,
43 'orgu_id' => $orgu_ref_id,
49 $this->
error(
"No assignment found");
60 return "removeUserFromPositionInOrgUnit";
87 return "Removes a user from a position in a orgunit";
static _exists($a_id, $a_reference=false, $a_type=null)
checks if an object exists in object_data
Class AddUserIdToPositionInOrgUnit.
static where($where, $operator=null)
static _lookupType($a_id, $a_reference=false)
getDocumentation()
Get the documentation of this method.string
getOutputParams()
Get the output parameters in the same format as the input parameters.array
getAdditionalInputParams()