public class Collection extends Object
| Constructor and Description |
|---|
Collection(String userId,
CollectionType type) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFolder |
getBulkUploadFolder(long id,
int offset,
int limit)
Retrieves bulk import and entries associated with it that are referenced by the
id in the parameter.
|
AbstractFolder |
getFolder(long folderId,
int offset,
int limit) |
protected PartData |
setFileData(String userId,
Entry entry,
PartData partData) |
public Collection(String userId, CollectionType type)
public AbstractFolder getFolder(long folderId, int offset, int limit)
protected AbstractFolder getBulkUploadFolder(long id, int offset, int limit)
id - unique identifier for bulk importoffset - offset for upload entries (start)limit - maximum number of entries to return with the uploadPermissionExceptionCopyright © 2017. All rights reserved.