Package | Description |
---|---|
org.synbiohub.frontend |
Modifier and Type | Method and Description |
---|---|
int |
SynBioHubFrontend.getCount(String objectType)
Return the total number of objects of a specified type in the repository.
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.getMatchingComponentDefinitionMetadata(String name,
Set<URI> roles,
Set<URI> types,
Set<URI> collections,
Integer offset,
Integer limit)
Search the default store for ComponentDefinition instances matching a name and/or a set of roles
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.getRootCollectionMetadata()
Search the default store for Collections that are not members of any other Collections
|
SBOLDocument |
SynBioHubFrontend.getSBOL(URI topLevelUri)
Retrieve SBOL TopLevel object from a SynBioHub instance using its URI.
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.getSubCollectionMetadata(URI parentCollectionUri)
Search the default store for Collections that are members of the specified Collection
|
void |
SynBioHubFrontend.login(String email,
String password)
Login to the SynBioHub.
|
void |
SynBioHubFrontend.removeSBOL(URI topLevelUri)
Remove SBOL TopLevel object from a SynBioHub instance using its URI.
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.search(SearchQuery query)
Search this SynBioHub instance for objects matching a search query
|
void |
SynBioHubFrontend.submit(String id,
String version,
String name,
String description,
String citations,
String collections,
String overwrite_merge,
SBOLDocument document)
Submit to the SynBioHub.
|
Copyright © 2017. All rights reserved.