Package oracle.as.scheduler.request
Interface LogContentHelper
public interface LogContentHelper
Helper for log content.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteLogContent
(List<String> contentNames) Deletes the log content from the content store for the request.
-
Method Details
-
deleteLogContent
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.
-