protected class CMISAPI.ChildrenIterator
extends org.exoplatform.clouddrive.utils.ChunkIterator<org.apache.chemistry.opencmis.client.api.CmisObject>
CloudDriveException in case of remote or communication errors.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.CmisObject> |
children
Parent's children objects.
|
protected String |
folderId |
protected org.apache.chemistry.opencmis.client.api.Folder |
parent
Parent folder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CMISAPI.ChildrenIterator(org.apache.chemistry.opencmis.client.api.Folder parent) |
protected |
CMISAPI.ChildrenIterator(String folderId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasNextChunk() |
protected Iterator<org.apache.chemistry.opencmis.client.api.CmisObject> |
nextChunk() |
protected final String folderId
protected org.apache.chemistry.opencmis.client.api.Folder parent
protected org.apache.chemistry.opencmis.client.api.ItemIterable<org.apache.chemistry.opencmis.client.api.CmisObject> children
protected CMISAPI.ChildrenIterator(org.apache.chemistry.opencmis.client.api.Folder parent)
throws org.exoplatform.clouddrive.CloudDriveException
org.exoplatform.clouddrive.CloudDriveExceptionprotected CMISAPI.ChildrenIterator(String folderId) throws org.exoplatform.clouddrive.CloudDriveException
org.exoplatform.clouddrive.CloudDriveExceptionprotected Iterator<org.apache.chemistry.opencmis.client.api.CmisObject> nextChunk() throws org.exoplatform.clouddrive.CloudDriveException
nextChunk in class org.exoplatform.clouddrive.utils.ChunkIterator<org.apache.chemistry.opencmis.client.api.CmisObject>org.exoplatform.clouddrive.CloudDriveExceptionprotected boolean hasNextChunk()
hasNextChunk in class org.exoplatform.clouddrive.utils.ChunkIterator<org.apache.chemistry.opencmis.client.api.CmisObject>Copyright © 2003–2015 eXo Platform SAS. All rights reserved.