RTC 5.0 Java API Serch UUID from UserID
By TimesheetEntry of the person in charge to get as UUID, you can not be sure who was working.
Is there a way to get the UUID from UserID?
Example
Entry:
TimeCode: Testing
TimeCodeID: timecode.literal.l5
WorkType: defect
Date: 2016/05/13 12:00:00 JST
HoursSpent: 1.0
TimeSpent: 3600000
Creator ID: [UUID _6pli4IoWEeGmn6bWfGPmVg] <---Who????
Is there a way to get the UUID from UserID?
Example
Entry:
TimeCode: Testing
TimeCodeID: timecode.literal.l5
WorkType: defect
Date: 2016/05/13 12:00:00 JST
HoursSpent: 1.0
TimeSpent: 3600000
Creator ID: [UUID _6pli4IoWEeGmn6bWfGPmVg] <---Who????
Accepted answer
You can try to recreate the IContributorHandle like explained here https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ from its UUID and resolve the handle.
Comments
Thanks! Ralph
I try,the call the "IContributor" for the instance and getuser method
If I can not understand, we will post the source to this ticket.
Tried a result, it was able to successfully implement.
Thanks, multiple users, registration of "did the same work" is now available.
Thank you