Interface EntityService

  • All Known Implementing Classes:
    MemoryEntityService

    public interface EntityService
    A service which provides access to business-specific entities.
    Author:
    mpolden
    • Method Detail

      • listProperties

        java.util.Map<PropertyId,​Property> listProperties()
        List all properties known by the service
      • listNodes

        java.util.List<NodeEntity> listNodes()
        List all nodes owned by this system's property
      • findNode

        java.util.Optional<NodeEntity> findNode​(java.lang.String hostname)