Page 1 of 1
Modified by ?
Posted: Fri Aug 07, 2009 11:51 am
by ConvertFromOldNGs
by Chris Power >> Wed, 12 Apr 2000 23:18:17 GMT
How can I find out who modified an object?
Object::creationTime gives the last modified date. But the Jade IDE is able to show on the status line which developer made the latest change. How can I get that information in a generic way?
Chris.
Re: Modified by ?
Posted: Fri Aug 07, 2009 11:51 am
by ConvertFromOldNGs
by
Torrie Moore >> Wed, 12 Apr 2000 23:28:38 GMT
We have added a reference at the high level to the user who created the object. Some properties also store who modified to them, but we have written this all ourselves.
Torrie
torrie@concept-eng.com
Re: Modified by ?
Posted: Fri Aug 07, 2009 11:51 am
by ConvertFromOldNGs
by Chris Power >> Thu, 13 Apr 2000 2:40:08 GMT
Yes, that's fine, but how about generically off any object? The information is in the database somewhere. I suspect a call to an undocumented method in jomsupp or similar.
Re: Modified by ?
Posted: Fri Aug 07, 2009 11:51 am
by ConvertFromOldNGs
by Chris Power >> Sun, 16 Apr 2000 22:28:17 GMT
Solution for classes, methods and properties...
See SchemaEntity properties modifiedTimeStamp: TimeStamp and userProfile: JadeUserProfile, which has a name property.