Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Locking Scenarios:
  2. General Locking Scenarios:
  3. Existing:
  4. 1405064 The service will return a 409 error if one of the charted views is locked.
  5. 1436262 The service will return a 409 error if one or more charted views in the list are locked by a different personnel provided in the request. 
  6. 1436261 The service will succeed if the charted view is currently locked by the same personnel provided in the request or is able to be locked.
  7. 1436264 The service will lock charted views for a time span of 10 minutes. 
  8. 1436266 The service will update the lock status of the charted view to "locked" when locking the charted view is successful. 
  9. 1436267 The service will update the lock status of the charted views to "unlocked" when the views are successfully uncharted.
  10. 1436265 The service will lock the charted views with the personnel id provided in the request when the call is successful.
  11.  
  12. Deprecate:
  13. 1436268 The service will only lock charted views that have the ability to be locked based on the type of charted views provided in the request. 
  14.  
  15. New:
  16. 1. The service will lock the views if the source of all the charted views in the list is MPC or IC.
  17. 2. The service will not lock the any of the views if the source of any view in the list is ML or STATIC.
  18.  
  19. Locking Scenarios specific to batch unchart:
  20. Existing:
  21. 1436260 The service will create locks for the charted views and unchart the charted views when a current lock does not exist for any of the drafts in the list.
  22. 1436269 The service will release the locks for the charted views when uncharting the views is successful.
  23. 1436270 The service will release all the locks, and will not unchart the charted views if the unchart documentation privilege is set to no. 
  24. 1436271 The service will release all the locks, and will not unchart the charted views if one or more of the charted view versions in the list are invalid. 
  25. 1436272 The service will release all the locks, and will not unchart the charted views if the relationship provided is invalid. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement