Task #2084
Story #1906: Review, revise, and update architecture documentation
CNCore.reserveIdentifier(session, pid) - Return Boolean instead of Identifer
Status:
Rejected
Priority:
Low
Assignee:
Category:
Documentation
Target version:
Start date:
2011-12-03
Due date:
% Done:
0%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
On success, CNCore.reserveIdentifier(session, pid) returns the same PID that was passed in. Of course, the caller already knows which PID he passed in. We can return a boolean instead.
History
#1 Updated by Dave Vieglais almost 13 years ago
- Status changed from New to Rejected
There is a possibility that the passed in string may be modified - e.g. removing leading or trailing whitespace. Hence the reserved PID is returned.
#2 Updated by Dave Vieglais about 10 years ago
- Target version set to Maintenance Backlog