Opened 11 years ago

Closed 11 years ago

#371 closed defect (fixed)

simple UUID instead of resource identifier classes

Reported by: olhsha Owned by: peterwithers
Priority: major Milestone:
Component: DASISH backend Version:
Keywords: Cc: olhsha

Description

All CachedIdentifier?, VersionIdentifier?, SourceIdentifier?, AnnotationIdentifier?, NotebookIdentifier?, UserIdentifier? must be removed. Use just UUID type for all identifiers of any sort of resource.

E.g.

UserIdentifier? userIdentifier = New UserIdentifier?("00000000-0000-0000-0000-000000000003");

must replaced with
UUID userIdentifer = UUID.fromString("00000000-0000-0000-0000-000000000003");

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

Cc: olhsha added

comment:2 Changed 11 years ago by olhsha

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.