Package us.kbase.workspace
Class ObjectProvenanceInfo
- java.lang.Object
-
- us.kbase.workspace.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".
-
-
Constructor Summary
Constructors Constructor Description ObjectProvenanceInfo()
Deprecated.
-
Method Summary
-
-
-
Method Detail
-
getInfo
public Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>> getInfo()
Deprecated.
-
setInfo
public void setInfo(Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>> info)
Deprecated.
-
withInfo
public ObjectProvenanceInfo withInfo(Tuple11<Long,String,String,String,Long,String,Long,String,String,Long,Map<String,String>> info)
Deprecated.
-
getProvenance
public List<ProvenanceAction> getProvenance()
Deprecated.
-
setProvenance
public void setProvenance(List<ProvenanceAction> provenance)
Deprecated.
-
withProvenance
public ObjectProvenanceInfo withProvenance(List<ProvenanceAction> provenance)
Deprecated.
-
getCreator
public String getCreator()
Deprecated.
-
setCreator
public void setCreator(String creator)
Deprecated.
-
withCreator
public ObjectProvenanceInfo withCreator(String creator)
Deprecated.
-
getOrigWsid
public Long getOrigWsid()
Deprecated.
-
setOrigWsid
public void setOrigWsid(Long origWsid)
Deprecated.
-
withOrigWsid
public ObjectProvenanceInfo withOrigWsid(Long origWsid)
Deprecated.
-
getCreated
public String getCreated()
Deprecated.
-
setCreated
public void setCreated(String created)
Deprecated.
-
withCreated
public ObjectProvenanceInfo withCreated(String created)
Deprecated.
-
getEpoch
public Long getEpoch()
Deprecated.
-
setEpoch
public void setEpoch(Long epoch)
Deprecated.
-
withEpoch
public ObjectProvenanceInfo withEpoch(Long epoch)
Deprecated.
-
withRefs
public ObjectProvenanceInfo withRefs(List<String> refs)
Deprecated.
-
getCopied
public String getCopied()
Deprecated.
-
setCopied
public void setCopied(String copied)
Deprecated.
-
withCopied
public ObjectProvenanceInfo withCopied(String copied)
Deprecated.
-
getCopySourceInaccessible
public Long getCopySourceInaccessible()
Deprecated.
-
setCopySourceInaccessible
public void setCopySourceInaccessible(Long copySourceInaccessible)
Deprecated.
-
withCopySourceInaccessible
public ObjectProvenanceInfo withCopySourceInaccessible(Long copySourceInaccessible)
Deprecated.
-
withExtractedIds
public ObjectProvenanceInfo withExtractedIds(Map<String,List<String>> extractedIds)
Deprecated.
-
getHandleError
public String getHandleError()
Deprecated.
-
setHandleError
public void setHandleError(String handleError)
Deprecated.
-
withHandleError
public ObjectProvenanceInfo withHandleError(String handleError)
Deprecated.
-
getHandleStacktrace
public String getHandleStacktrace()
Deprecated.
-
setHandleStacktrace
public void setHandleStacktrace(String handleStacktrace)
Deprecated.
-
withHandleStacktrace
public ObjectProvenanceInfo withHandleStacktrace(String handleStacktrace)
Deprecated.
-
-