Esempio n. 1
0
 def removeProjectCharacteristic(self, pid, characteristic, characteristictype):
     project = Project(pid)
     project.addCharacteristic(characteristic, characteristictype)
Esempio n. 2
0
 def addProjectCharacteristic(self, pid, characteristic, characteristictype, datatype):
     project = Project(pid)
     project.addCharacteristic(characteristic, characteristictype, datatype)