public class RemoteEntries extends Object
Constructor and Description |
---|
RemoteEntries() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentInfo> |
getEntryAttachments(String userId,
long remoteId,
long entryId) |
PartData |
getEntryDetails(String userId,
long folderId,
long partId) |
File |
getPublicAttachment(String userId,
long remoteId,
String fileId) |
PartnerEntries |
getPublicEntries(long remoteId,
int offset,
int limit,
String sort,
boolean asc) |
PartData |
getPublicEntry(String userId,
long remoteId,
long entryId) |
FeaturedDNASequence |
getPublicEntrySequence(long remoteId,
String entryId) |
PartStatistics |
getPublicEntryStatistics(String userId,
long remoteId,
long entryId) |
PartData |
getPublicEntryTooltip(String userId,
long remoteId,
long entryId) |
FeaturedDNASequence |
getSequence(String userId,
long folderId,
String entryId) |
PartData |
retrieveRemoteToolTip(String userId,
long folderId,
long partId) |
void |
transferEntries(String userId,
long remoteId,
EntrySelection selection)
Schedules a task to handle the transfer
|
public PartnerEntries getPublicEntries(long remoteId, int offset, int limit, String sort, boolean asc)
public List<AttachmentInfo> getEntryAttachments(String userId, long remoteId, long entryId)
public PartData retrieveRemoteToolTip(String userId, long folderId, long partId)
public FeaturedDNASequence getSequence(String userId, long folderId, String entryId)
public void transferEntries(String userId, long remoteId, EntrySelection selection)
userId
- identifier of user making requestremoteId
- local unique identifier for partner to transfer toselection
- context for generating entries to transfer or list of entriesPermissionException
- if user making request is not an administratorpublic PartData getPublicEntryTooltip(String userId, long remoteId, long entryId)
public PartStatistics getPublicEntryStatistics(String userId, long remoteId, long entryId)
public FeaturedDNASequence getPublicEntrySequence(long remoteId, String entryId)
Copyright © 2017. All rights reserved.