Package | Description |
---|---|
org.jbei.ice.lib.entry | |
org.jbei.ice.lib.executor | |
org.jbei.ice.lib.folder | |
org.jbei.ice.lib.net | |
org.jbei.ice.services.rest |
Modifier and Type | Method and Description |
---|---|
ByteArrayOutputStream |
EntriesAsCSV.customize(EntrySelection selection) |
List<Long> |
Entries.getEntriesFromSelectionContext(EntrySelection context) |
boolean |
EntriesAsCSV.setSelectedEntries(EntrySelection selection,
EntryField... fields)
Set source of entries, extract to csv
|
Constructor and Description |
---|
TransferTask(String userId,
long remoteId,
EntrySelection entrySelection) |
Modifier and Type | Method and Description |
---|---|
List<FolderDetails> |
FolderContents.addEntrySelection(String userId,
EntrySelection entryLocation)
Adds entries in the selection context, to specified folders
|
boolean |
FolderContents.remotelyAddEntrySelection(String remoteUserId,
long folderId,
String remoteUserToken,
EntrySelection selection,
RegistryPartner requestingPartner) |
boolean |
FolderContents.removeFolderContents(String userId,
long folderId,
EntrySelection selection,
boolean move)
Removes the specified contents of a folder, optionally adding them to another folder
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteContact.addTransferredEntriesToFolder(String url,
EntrySelection entrySelection) |
void |
RemoteContact.addTransferredEntriesToFolder(String url,
String userId,
EntrySelection entrySelection,
long folderId,
String token,
String worToken) |
void |
RemoteEntries.transferEntries(String userId,
long remoteId,
EntrySelection selection)
Schedules a task to handle the transfer
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FolderResource.addSelectedEntriesToFolders(EntrySelection entrySelection,
String remoteUserToken,
String remoteUserId,
long fid)
Adds contents referenced in the
entrySelection object
to the folders also referenced in the same object |
javax.ws.rs.core.Response |
PartResource.customExport(EntrySelection selection) |
javax.ws.rs.core.Response |
FileResource.downloadCSV(List<String> sequenceFormats,
List<String> fields,
EntrySelection selection)
Extracts the csv information and writes it to the temp dir and returns the file uuid.
|
javax.ws.rs.core.Response |
FolderResource.modifyFolderEntries(long folderId,
boolean move,
EntrySelection entrySelection)
Modifies the contents of a folder either by removing or moving entries as determined by the
move
parameter |
javax.ws.rs.core.Response |
PartnerResource.transferEntries(long remoteId,
EntrySelection entrySelection)
Schedules a task to transfer a list of entries (explicit or context for generating them) to a specified partner
|
Copyright © 2017. All rights reserved.