public class OwCMISObjectIterator extends Object implements Iterator<OwCMISObject>
........
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 |
---|
OwCMISObjectIterator(Iterator<? extends org.apache.chemistry.opencmis.client.api.CmisObject> iterator,
OwCMISNativeSession session) |
public OwCMISObjectIterator(Iterator<? extends org.apache.chemistry.opencmis.client.api.CmisObject> iterator, OwCMISNativeSession session)
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.