Interface SenlinEventService

  • All Known Implementing Classes:
    SenlinEventServiceImpl

    public interface SenlinEventService
    This interface defines all methods for the manipulation of Event
    Author:
    lion
    • Method Detail

      • list

        List<? extends Event> list()
        Gets a list of currently existing Events.
        Returns:
        the list of Events
      • get

        Event get​(String eventID)
        returns details of a Event.
        Parameters:
        eventID - Id of Event
        Returns:
        Event