[ 
https://jira.nuxeo.org/browse/NXP-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=72157#action_72157
 ] 

Florent Guillaume commented on NXP-4958:
----------------------------------------

Because NXQL doesn't have a "IS NOT NULL" you can check locked documents using:
  ... WHERE ecm:lock <> ''
or you can check for an explicit user with:
  ... WHERE ecm:lock LIKE 'someuser:%'


> Add NXQL syntax to check locks
> ------------------------------
>
>                 Key: NXP-4958
>                 URL: https://jira.nuxeo.org/browse/NXP-4958
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Core SQL Storage
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>             Fix For: 5.3.2
>
>
> There is a need for a "ecm:lock" (string property with the lock owner) in 
> NXQL to check for locked documents.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to