Class GrouperWorkflowInstanceLogEntry

java.lang.Object
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowInstanceLogEntry

public class GrouperWorkflowInstanceLogEntry extends Object
  • Constructor Details

    • GrouperWorkflowInstanceLogEntry

      public GrouperWorkflowInstanceLogEntry()
  • Method Details

    • getSubjectSourceId

      public String getSubjectSourceId()
      subject source id which generated this log entry
      Returns:
    • setSubjectSourceId

      public void setSubjectSourceId(String subjectSourceId)
      subject source id which generated this log entry
      Parameters:
      subjectSourceId -
    • getSubjectId

      public String getSubjectId()
      subject id which generated this log entry
      Returns:
    • setSubjectId

      public void setSubjectId(String subjectId)
      subject id which generated this log entry
      Parameters:
      subjectId -
    • getAction

      public String getAction()
      action
      Returns:
    • setAction

      public void setAction(String action)
      action
      Parameters:
      action -
    • getState

      public String getState()
      state name
      Returns:
    • setState

      public void setState(String state)
      state name
      Parameters:
      state -
    • getMillisSince1970

      public Long getMillisSince1970()
      millis since 1970 when this log entry was generated
      Returns:
    • setMillisSince1970

      public void setMillisSince1970(Long millisSince1970)
      millis since 1970 when this log entry was generated
      Parameters:
      millisSince1970 -
    • createLogEntry

      public static GrouperWorkflowInstanceLogEntry createLogEntry(Subject subject, Date date, String state, String action)