public interface AvailabilityDataService
AvailabilityDataService interface.
| Modifier and Type | Method and Description | 
|---|---|
List<Node> | 
getNodes(Category category,
        long startTime,
        long endTime)
getNodes 
 | 
List<Node> getNodes(Category category, long startTime, long endTime) throws AvailabilityDataServiceException
getNodes
category - a Category object.startTime - a long.endTime - a long.List object.AvailabilityDataServiceException - if any.Copyright © 2020. All rights reserved.