Class DatasetsWebService.CurationLockResponse
java.lang.Object
ubic.gemma.rest.DatasetsWebService.CurationLockResponse
- Enclosing class:
DatasetsWebService
Wire shape of the curation lock. Field names are already the JSON names.
- Author:
- tesarst
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locked
public boolean locked -
lockedBy
-
lockedAt
-
expiresAt
-
stolenFrom
-
stolenAt
-
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
-
-
Constructor Details
-
CurationLockResponse
public CurationLockResponse()
-