Class DatasetsWebService.CurationLockResponse

java.lang.Object
ubic.gemma.rest.DatasetsWebService.CurationLockResponse
Enclosing class:
DatasetsWebService

public static class DatasetsWebService.CurationLockResponse extends Object
Wire shape of the curation lock. Field names are already the JSON names.
Author:
tesarst
  • Field Details

    • locked

      public boolean locked
    • lockedBy

      public String lockedBy
    • lockedAt

      public Date lockedAt
    • expiresAt

      public Date expiresAt
    • stolenFrom

      public String stolenFrom
    • stolenAt

      public Date stolenAt
    • runId

      public String runId
      What is holding it, when that is a job rather than a person; null for a person.

      `lockedBy` alone cannot answer the question a blocked curator actually has — wait, or steal? An agent acting for someone records the CURATOR in `lockedBy`, so without these a batch mid-run and a curator at lunch look identical.

    • agentName

      public String agentName
  • Constructor Details

    • CurationLockResponse

      public CurationLockResponse()