439440441442443444445
// output parameters are not supported yet. long idLow = this.getITObjectPersistentIDLow(object); long idHigh = this.getITObjectPersistentIDHigh(object); return new ITObjectPersistentIDs(idHigh, idLow); }
381382383384385386387