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
The folder id.
|
protected org.apache.chemistry.opencmis.client.api.Folder |
parent
Parent folder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ChildrenIterator(org.apache.chemistry.opencmis.client.api.Folder parent)
Instantiates a new children iterator.
|
protected |
ChildrenIterator(String folderId)
Instantiates a new children iterator.
|
| 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 ChildrenIterator(org.apache.chemistry.opencmis.client.api.Folder parent)
throws org.exoplatform.clouddrive.CloudDriveException
parent - the parentorg.exoplatform.clouddrive.CloudDriveException - the cloud drive exceptionprotected ChildrenIterator(String folderId) throws org.exoplatform.clouddrive.CloudDriveException
folderId - the folder idorg.exoplatform.clouddrive.CloudDriveException - the cloud drive exceptionprotected 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–2019 eXo Platform SAS. All rights reserved.