-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.7.2
-
Fix Version/s: 5.8
-
Component/s: Automation
-
Sprint:Sprint 1_old
To know if a document isCheckedIn or not.
It may be useful to know it before calling Document.CheckIn (http://doc.nuxeo.com/display/ADMINDOC/Nuxeo+Automation+Commands#NuxeoAutomationCommands-Document.CheckIn ) as it requires the document to be checked out. Clients needs to know in advance if the document is checkedIn or not.
Todo:
- Add the isCheckedOut in the json representation.
- update Nuxeo Automation Client with the method isCheckedOut() method