| Class and Description |
|---|
| org.nuxeo.ecm.automation.client.model.DateInput
in 5.7 (did not work in 5.6 either): pass Date instance
directly to the
OperationRequest.setInput(java.lang.Object) method. |
| org.nuxeo.ecm.automation.client.model.PrimitiveInput
in 5.7 (did not work in 5.6 either): pass Object instance
directly to the
OperationRequest.setInput(java.lang.Object) method. |
| Field and Description |
|---|
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.pageCount
since 5.7.3. Use
PaginableDocuments.numberOfPages. |
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.pageIndex
since 5.7.3. Use
PaginableDocuments.currentPageIndex. |
| org.nuxeo.ecm.automation.client.model.PaginableDocuments.totalSize
since 5.7.3. Use
PaginableDocuments.resultsCount. |
Copyright © 2021. All rights reserved.