com.plumtree.taskapi.portalui.util
Class SubmitDataSourceConstants

java.lang.Object
  extended by com.plumtree.taskapi.portalui.util.SubmitDataSourceConstants

public class SubmitDataSourceConstants
extends java.lang.Object

This class contains constants for the data keys for the submit simple data source HashTableDataObjects returned by the ITaskAPIUIDirectory methods for submit data sources. NOTE: Do not change these constants, as they are used in an external API in the SubmitDataSourceTag.


Field Summary
static java.lang.String ID
          The object ID of the data source.
static java.lang.String NAME
          The name of the Data Source.
static java.lang.String TYPE
          The type of the data source, either "file" or "web".
static java.lang.String TYPE_FILE
          The file value of the data source type.
static java.lang.String TYPE_WEB
          The web value of the data source type.
static java.lang.String URL
          The remote upload URL of the data source, if it has one.
static java.lang.String WEB_SERVICE_ID
          The object ID of the web service associated with this data source.
 
Constructor Summary
SubmitDataSourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
The name of the Data Source.

See Also:
Constant Field Values

ID

public static final java.lang.String ID
The object ID of the data source.

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
The type of the data source, either "file" or "web".

See Also:
Constant Field Values

TYPE_FILE

public static final java.lang.String TYPE_FILE
The file value of the data source type.

See Also:
Constant Field Values

TYPE_WEB

public static final java.lang.String TYPE_WEB
The web value of the data source type.

See Also:
Constant Field Values

URL

public static final java.lang.String URL
The remote upload URL of the data source, if it has one.

See Also:
Constant Field Values

WEB_SERVICE_ID

public static final java.lang.String WEB_SERVICE_ID
The object ID of the web service associated with this data source.

See Also:
Constant Field Values
Constructor Detail

SubmitDataSourceConstants

public SubmitDataSourceConstants()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.