When you configure CMIS in WebSphere Portal to use Connections Files as federated repositories, users access to the content can only see 10 files by default.
How to bring more files into the display?
Answer by Noushad Nazmi (378) | Feb 17, 2015 at 10:00 AM
If you append ?maxItems=500 parameter at the end of cmis url, you can get 500 hundred files
eg:
https://<connection host:port>/files/basic/cmis/repository/cs%2198f88ee2-a87a-476b-be2c-24c42dddf103/folderc/snx%3Acommunity?maxItems=500
What if you have more than 500 files?
This is the current limit at this time. We might come up with more files option.
you should use pageSize and yes there is a hard limit. you should use a paged approach page and ps. I do not recommend the approach you suggest. Grab 10 at a time, and then iterate over the page ... page=2, page=3
Paul, thanks for your comment. That can be another solution to this issue, may you please elaborate with doc links, if any?
Answer by Noushad Nazmi (378) | Mar 02, 2015 at 04:32 AM
An iFix PI35264 has been created to support custom query string for federated documents picker.
For an overview of the current set of configuration options, please refer to
http://www.ibm.com/support/knowledgecenter/SS3JLV_8.0.0/wcm/wcm_dev_feddocs_cfgfeddocs.dita?lang=en.
The new properties of the "WP FederatedDocumentsService" resource environment provider are:
"wp.federated.documents.query" - Use this property to specify a query string. The portal will add the configured query string to any URL that is used by the federated documents feature to fetch data from remote Atom and CMIS servers. For example:
wp.federated.documents.query = maxItems=500&skipCount=0.
"wp.federated.documents..query" - Use this property to specify a query string for a specific remote Atom or CMIS server. The portal will add the configured query string to any URL that is used by the federated documents feature to fetch data from the remote server that is configured using the same . For example:
wp.federated.documents.MyConnectionsServer.query = maxItems=500&skipCount=0.
How to upload files to attach to a PMR for IBM Support? 1 Answer
What are the quick start steps to set up WCM Syndication? 1 Answer
Portal 8.0 cumulative fix fails noting a classnotfound exception: com.ibm.wps.scripting.wire.Ticket 2 Answers
Why can I not upgrade to CTC 4.4 on Portal 8.5 - CF09 ? 1 Answer
How can we disable automatic syndication, but create a custom automation of the syndication process? 1 Answer