Interface LogContentHelper


public interface LogContentHelper
Helper for log content.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteLogContent(List<String> contentNames)
    Deletes the log content from the content store for the request.
  • Method Details

    • deleteLogContent

      void deleteLogContent(List<String> contentNames) throws RuntimeServiceException
      Deletes the log content from the content store for the request.

      Can delete log content that was imported and log content created using the API.

      Parameters:
      contentNames - list of names of log content to delete.
      Throws:
      RuntimeServiceException - if error accessing runtime store.