Interface ITaskAuditEntry

All Superinterfaces:
ITaskConstants

public interface ITaskAuditEntry extends ITaskConstants
Class ITaskAuditEntry
  • Method Details

    • getID

      int getID()
      Returns unique ID for this audit entry
    • getTaskURI

      IURI getTaskURI()
      Task uri this audit entry belongs
    • getCreatedDate

      Date getCreatedDate()
      Date of the task operation
    • getSourceURI

      IURI getSourceURI()
      Gets principal URI who performed an operation
    • getTaskVersionNumber

      int getTaskVersionNumber()
      Returns task version number for this update operation
      Returns:
    • getOperation

      int getOperation()
      Returns task update operation
    • getTaskError

      String getTaskError()
      Return any error text associated with the operation
    • getProperties

      Map<String,Object> getProperties()
      Recorded set of properties for operation
    • canRollback

      boolean canRollback()
      Indicates if TE supports rolling back task state to the given audit step
      Returns: