Interface SolarNodeFilter

All Superinterfaces:
Filter, MetadataFilter
All Known Implementing Classes:
FilterSupport, UserFilterCommand

public interface SolarNodeFilter extends Filter, MetadataFilter
Filter API for SolarNode.
Since:
1.40
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the first node ID.
    Get an array of node IDs.

    Methods inherited from interface net.solarnetwork.central.domain.Filter

    getFilter

    Methods inherited from interface net.solarnetwork.central.domain.MetadataFilter

    getMetadataFilter
  • Method Details

    • getNodeId

      Long getNodeId()
      Get the first node ID.

      This returns the first available node ID from the getNodeIds() array, or null if not available.

      Returns:
      the node ID, or null if not available
    • getNodeIds

      Long[] getNodeIds()
      Get an array of node IDs.
      Returns:
      array of node IDs (may be null)