Method plist/update


  UPDATE Updates the given object in an LTPDA repository
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: update an LTPDA object in the repository with the given
  replacement object. The replacement object should be of the same kind of
  the object that will be updated.
 
  CALL:        update(OBJ, ID, PL)
 
  INPUTS:      OBJ   - replacement object
               ID    - repository ID of the object to update
               PL    - plist whih submission and repository informations
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uo
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
HOSTNAME '' none Database server hostname.
DATABASE '' none Database name.
USERNAME '' none User name to use when connecting to the database. Leave blank to be prompted.
PASSWORD {} [0x0] none Password to use when connecting to the database. Leave blank to be prompted.
CONN [] none Java mysql object.
EXPERIMENT TITLE '' none Title for the submission
EXPERIMENT DESCRIPTION '' none Description of this submission
ANALYSIS DESCRIPTION '' none Description of the analysis performed
QUANTITY '' none Physical quantity represented by the data
KEYWORDS '' none Comma-delimited list of keywords
REFERENCE IDS '' none Comma-delimited list of object IDs
ADDITIONAL COMMENTS '' none Additional comments
ADDITIONAL AUTHORS '' none Additional author names
NO DIALOG 0
  • 0
  • 1
Do not use of the submission form. Mandatory fields must be supplied in the plist.
BINARY 0
  • 0
  • 1
Update only binary version of the objects
back to top back to top

Some information of the method ltpda_uo/update are listed below:
Class name ltpda_uo
Method name update
Category Internal
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team