Activity
org.sagebionetworks.repo.model.provenance.Activity
Interface for JSON schema for Activity POJO.
Field | Type | Description |
---|---|---|
id | STRING | The unique immutable ID |
name | STRING | A name for this Activity. |
description | STRING | A description of this Activity. |
etag | STRING | Synapse employs an Optimistic Concurrency Control (OCC) scheme to handle concurrent updates. Since the E-Tag changes every time an entity is updated it is used to detect when a client's current representation of an object is out-of-date. |
createdOn | STRING | The date this object was created. |
modifiedOn | STRING | The date this object was last modified. |
createdBy | STRING | The user that created this object. |
modifiedBy | STRING | The user that last modified this object. |
used | SET<Used> | The entities used by this Activity. |