Class ObjectProvenanceInfo


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ObjectProvenanceInfo
    extends Object
    Deprecated.

    Original spec-file type: ObjectProvenanceInfo

     DEPRECATED
                     The provenance and supplemental info for an object.
                     object_info info - information about the object.
                     list provenance - the object's provenance.
                     username creator - the user that first saved the object to the
                             workspace.
                     ws_id orig_wsid - the id of the workspace in which this object was
                                     originally saved. Missing for objects saved prior to version
                                     0.4.1.
                     timestamp created - the date the object was first saved to the
                             workspace.
                     epoch epoch - the date the object was first saved to the
                             workspace.
                     list - the references contained within the object.
                     obj_ref copied - the reference of the source object if this object is
                             a copy and the copy source exists and is accessible.
                             null otherwise.
                     boolean copy_source_inaccessible - true if the object was copied from
                             another object, but that object is no longer accessible to the
                             user. False otherwise.
                     mapping> extracted_ids - any ids extracted
                             from the object.
                     string handle_error - if an error occurs while setting ACLs on
                             embedded external IDs, it will be reported here. If not for historical reasons the
                             parameter would be called "external_id_error".
                     string handle_stacktrace - the stacktrace for handle_error. As above, the parameter
                             should be called "external_id_stacktrace".