| Package | Description |
|---|---|
| org.synbiohub.frontend |
| Modifier and Type | Method and Description |
|---|---|
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
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.getSubCollectionMetadata(URI parentCollectionUri)
Search the default store for Collections that are members of the specified Collection
|
ArrayList<IdentifiedMetadata> |
SynBioHubFrontend.search(SearchQuery query)
Search this SynBioHub instance for objects matching a search query
|