Class WorkflowWebService.WorkflowHistoryEntry

java.lang.Object
ubic.gemma.rest.WorkflowWebService.WorkflowHistoryEntry
Enclosing class:
WorkflowWebService

public static class WorkflowWebService.WorkflowHistoryEntry extends Object
Author:
paul
  • Field Details

    • enteredAt

      @Nullable public Date enteredAt
    • actor

      @Nullable public String actor
    • note

      @Nullable public String note
      The audit event NOTE, populated by the @AuditedConditional SpEL expression on WorkflowServiceImpl.advance(). Carries the encoded previous -> target transition, optional reason, optional ticket.
  • Constructor Details

    • WorkflowHistoryEntry

      public WorkflowHistoryEntry()