-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF28
-
Fix Version/s: 10.10-HF31
-
Component/s: Bulk
The commit 7c086879874bbd38010e1d131f170a31e8e3b2aa
Author: Pierre GAUTIER <pierregautier@nuxeo.com>
(or part of it) needs to be backported in 10.10 since NXP-29038: Extend Bulk Service to non document processing has been backported which specifies:
* @param nxqlQuery by default an NXQL query that represents the document set to apply the action. When using a * generic scroller the query syntax is a convention with the scroller implementation. * @deprecated since 11.1, use {@link #Builder(String, String, String)} constructor with username instead */ public Builder(String action, String nxqlQuery) {
while Builder(String,String,String) is not present in 10.10 code
- is caused by
-
NXP-29038 Extend Bulk Service to accept non Document command
- Resolved
- Is referenced in