Interface AdempiereProcessorLog

All Known Implementing Classes:
MAcctProcessorLog, MAlertProcessorLog, MIMPProcessorLog, MLdapProcessorLog, MRequestProcessorLog, MSchedulerLog, MWorkflowProcessorLog

public interface AdempiereProcessorLog
Background Processor Log Interface
Version:
$Id: AdempiereProcessorLog.java,v 1.3 2006/07/30 00:51:04 jjanke Exp $
Author:
Jorg Janke
  • Method Details

    • getCreated

      Timestamp getCreated()
      Get Created Date
      Returns:
      created
    • getSummary

      String getSummary()
      Get Summary. Textual summary of execution
      Returns:
      Summary
    • getDescription

      String getDescription()
      Get Description. Optional short description of the record
      Returns:
      description
    • isError

      boolean isError()
      Get Error. An error occurred in execution
      Returns:
      true if error
    • getReference

      String getReference()
      Get Reference. Reference for this record
      Returns:
      reference
    • getTextMsg

      String getTextMsg()
      Get Text Message. Text Message
      Returns:
      text message