Method collection/bsubmit
BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: Submits the given objects in binary form only 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, CID] = bsubmit(O1, PL)
[IDS, CID] = bsubmit(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: bsubmit.m,v 1.23 2011/12/15 13:08:34 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ltpda_uo |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
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 |
|
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 |
back to top
Some information of the method ltpda_uo/bsubmit are listed below: |
Class name |
ltpda_uo |
Method name |
bsubmit |
Category |
Internal |
CVS Version |
$Id: bsubmit.m,v 1.23 2011/12/15 13:08:34 hewitson Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: collection/setProcinfo |
|
Method: collection/generateConstructorPlist |
 |
©LTP Team