Class LogManager

    • Constructor Detail

      • LogManager

        public LogManager()
    • Method Detail

      • listLogs

        public LogListing listLogs​(LogListingParameters parameters)
                            throws ValidationException,
                                   java.lang.Exception
        Searches/lists event logs.
        Parameters:
        parameters - options for searching logs (defaulted if null)
        Returns:
        the LogListing matching the supplied parameter (never null)
        Throws:
        ValidationException - A validation error which prevents the action from succeeding.
        java.lang.Exception - Any other type of unexpected exception.
        Since:
        3.0
      • getLog

        public Log getLog​(long id)
                   throws MissingEntityException,
                          java.lang.Exception
        Describe the event log with the supplied ID.
        Parameters:
        id - log entry's unique ID.
        Returns:
        the Log with the supplied ID.
        Throws:
        MissingEntityException - If the log with the requested ID does not exist.
        java.lang.Exception - Any other type of unexpected exception.
        Since:
        3.0