Interface ITaskAudit

All Superinterfaces:
ITaskConstants, ITaskConstants

public interface ITaskAudit extends ITaskConstants
ITaskAudit is the interface representing task audit information.
  • Method Details

    • getAuditID

      String getAuditID()
      Returns ID of the current audit entry
    • getAuditOperation

      int getAuditOperation()
      Returns current audit operation
    • getAuditDate

      Date getAuditDate()
      Returns the date when the audit entry is created
    • getAuditSourceID

      String getAuditSourceID()
      Returns ID of the audit entry source
    • getAuditSourceName

      String getAuditSourceName()
      Returns display name of the audit entry source
    • getProperties

      Map<String,Object> getProperties()
      Returns audit entry properties
    • getRollbackAllowed

      boolean getRollbackAllowed()
      Returns the boolean value indicates whether IBM webMethods BPM Task Engine could rollback to this entry. return true if IBM webMethods BPM Task Engine could rollback to this entry