| Package | Description |
|---|---|
| com.dnastack.bob.persistence.api |
| Modifier and Type | Method and Description |
|---|---|
Beacon |
BeaconDao.findByIdAndVisibility(String id,
boolean visible)
Retrieves a beacon by its ID and visibility.
|
| Modifier and Type | Method and Description |
|---|---|
List<Beacon> |
BeaconDao.findByAggregation(boolean aggregator)
Retrieves beacons by aggregation flag.
|
List<Beacon> |
BeaconDao.findByIds(Collection<String> ids)
Retrieves beacons by their IDs.
|
List<Beacon> |
BeaconDao.findByIdsAndVisibility(Collection<String> ids,
boolean visible)
Retrieves beacons by visibility.
|
List<Beacon> |
BeaconDao.findByVisibility(boolean visible)
Retrieves beacons by visibility.
|
Set<Beacon> |
BeaconDao.findDescendants(Beacon parent,
boolean includeAggregators,
boolean includeInvisible,
boolean includeDisabled,
boolean includeSelf)
Computes a set of nodes covered by a specific node transitively.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BeaconDao.addRelationship(Beacon child,
Beacon parent)
Creates parent-child association.
|
Set<Beacon> |
BeaconDao.findDescendants(Beacon parent,
boolean includeAggregators,
boolean includeInvisible,
boolean includeDisabled,
boolean includeSelf)
Computes a set of nodes covered by a specific node transitively.
|
boolean |
BeaconDao.haveRelationship(Beacon child,
Beacon parent)
Checks existence of a parent-child association.
|
boolean |
BeaconDao.removeRelationship(Beacon child,
Beacon parent)
Removes parent-child association.
|
Copyright © 2016 DNAstack. All rights reserved.