Method smodel/submit


  SUBMIT Submits the given objects to an LTPDA repository
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: Submits the given objects to an LTPDA repository. If multiple
  objects are submitted together a corresponding collection entry will be made.
 
  If not explicitly disabled the user will be prompt for entering submission
  metadata and for chosing the database where to submit the objects.
 
  CALL:        [IDS, CIDS] = submit(O1, PL)
               [IDS, CIDS] = submit(O1, O2, PL)
 
  INPUTS:      O1, O2, ... - objects to be submitted
               PL          - plist whih submission and repository informations
 
  OUTPUTS:     IDS         - IDs assigned to the submitted objects
               CID         - ID of the collection entry
 
  Parameters Description
 
  METADATA:
 
    'experiment title'       - title for the submission (required >4 characters)
    'experiment description' - description of this submission (required >10 characters)
    'analysis description'   - description of the analysis performed (required >10 characters)
    'quantity'               - the physical quantity represented by the data
    'keywords'               - comma-delimited list of keywords
    'reference ids'          - comma-delimited list object IDs
    'additional comments'    - additional comments
    'additional authors'     - additional author names
 
  VERSION:     $Id: submit.m,v 1.95 2011/12/15 13:08:53 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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 [] none Password to use when connecting to the database. Leave blank to be prompted.
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.
SINFO FILENAME '' none Path to an XML file containing submission metadata
BINARY 0
  • 0
  • 1
Submit only binary version of the objects
back to top back to top

Some information of the method ltpda_uo/submit are listed below:
Class name ltpda_uo
Method name submit
Category Internal
CVS Version $Id: submit.m,v 1.95 2011/12/15 13:08:53 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team