Modifier and Type | Method and Description |
---|---|
Results<AccessKey> |
UserApiKeys.getKeys(int limit,
int offset,
String sortField,
boolean asc,
boolean getAvailable)
Retrieves either list of available keys for current user or all keys.
|
Modifier and Type | Method and Description |
---|---|
Results<PartData> |
PartnerEntries.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
PartnerEntries.setEntries(Results<PartData> entries) |
Constructor and Description |
---|
PartnerEntries(RegistryPartner partner,
Results<PartData> dataResults) |
Modifier and Type | Method and Description |
---|---|
Results<History> |
EntryHistory.get(int limit,
int offset,
boolean asc,
String sort) |
Modifier and Type | Method and Description |
---|---|
Results<TraceSequenceAnalysis> |
TraceSequences.getTraces(int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
Results<DNAFeature> |
Annotations.filter(int offset,
int limit,
String filter) |
Results<DNAFeatures> |
Annotations.get(int offset,
int limit,
String sort)
Retrieves list of annotations that are available
|
Modifier and Type | Method and Description |
---|---|
protected Results<PartData> |
CollectionEntries.getAvailableEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries available to user.
|
Results<PartData> |
CollectionEntries.getEntries(ColumnField field,
boolean asc,
int offset,
int limit)
Retrieves list of entries without filter text
getEntries which this delegates to with
null filter value |
Results<PartData> |
CollectionEntries.getEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves parts (paged and sorted by the specified parameter values) based on the type of collection.
|
protected Results<PartData> |
CollectionEntries.getEntriesByVisibility(Visibility visibility,
ColumnField field,
boolean asc,
int offset,
int limit,
String user,
String filter)
Retrieves entries by the specified visibility.
|
protected Results<PartData> |
CollectionEntries.getPersonalEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries owned by user
|
protected Results<PartData> |
CollectionEntries.getSharedEntries(ColumnField field,
boolean asc,
int offset,
int limit,
String filter)
Retrieves entries shared with user.
|
Modifier and Type | Method and Description |
---|---|
Results<UserGroup> |
Groups.get(GroupType groupType,
int offset,
int limit) |
Results<UserGroup> |
Groups.get(long userId)
Retrieves groups that user is either a member of.
|
Modifier and Type | Method and Description |
---|---|
Results<Manuscript> |
Manuscripts.get(String sort,
boolean asc,
int offset,
int size,
String filter) |
Modifier and Type | Method and Description |
---|---|
Results<MessageInfo> |
Messages.get(int start,
int limit) |
Copyright © 2017. All rights reserved.