public class OwCMISQueryResultIterator extends Object implements Iterator<OwCMISObject>
Iterator
implementation for the OwCMISQueryIterable
using an underlying QueryResult
.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwCMISQueryResultIterator(Iterator<org.apache.chemistry.opencmis.client.api.QueryResult> iterator,
OwCMISRepositorySession session,
com.wewebu.ow.csqlc.ast.OwQueryStatement queryStatement,
org.apache.chemistry.opencmis.client.api.OperationContext context) |
public OwCMISQueryResultIterator(Iterator<org.apache.chemistry.opencmis.client.api.QueryResult> iterator, OwCMISRepositorySession session, com.wewebu.ow.csqlc.ast.OwQueryStatement queryStatement, org.apache.chemistry.opencmis.client.api.OperationContext context)
public boolean hasNext()
hasNext
in interface Iterator<OwCMISObject>
public OwCMISObject next()
next
in interface Iterator<OwCMISObject>
public void remove()
remove
in interface Iterator<OwCMISObject>
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.