[ 
https://issues.apache.org/jira/browse/CONNECTORS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409765#comment-13409765
 ] 

Karl Wright commented on CONNECTORS-470:
----------------------------------------

Looked further at the patch.  I committed some of it to the CONNECTORS-470 
branch, and did a bit more research too.  This is a valuable reference:

http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems%28v=office.12%29.aspx

It looks like it is possible to page through the results N at a time, using the 
query options "Paging" option.  We're going to want to look at this because the 
number of items the Lists service is allowed to return is limited (I am told) 
to some hard maximum value per query.

In addition, we probably want the ability to specify a "ViewFields" parameter 
to limit the result values to just the items we want to see.  I'll try coding 
this myself shortly.  Finally, the results can be limited to a single record 
based on ID or any other metadata field value, which is what we will want to do 
for getFieldValues().  This also will need some code I'll write shortly.

                
> SharePoint 2010 support
> -----------------------
>
>                 Key: CONNECTORS-470
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-470
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-470.patch, CONNECTORS-470.patch, 
> CONNECTORS-470.patch, Screen Shot 2012-05-31 at 11.21.12 AM.png, pom.patch, 
> pom.patch
>
>
> See here for list of the SharePoint web services for SharePoint 2010:
> http://msdn.microsoft.com/en-us/library/ee705814.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to