Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface DataItemProperties


public interface DataItemProperties

This interface defines the DataItem properties which can be accessed by a consumer of a DataItem via the getProperty call.

Version:
SDK
See Also:
javax.infobus.DataItem#getProperty()

Field Summary
static java.lang.String APPLICATION_MODULE_CLASS
           
static int APPLICATION_MODULE_CLASS_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String COLUMN_ALIGNMENTS
          Column horizontal alignments for display.
static java.lang.String COLUMN_INDEX
          The column number property of this item.
static java.lang.String COLUMN_LABELS
          Column label to display.
static java.lang.String COLUMN_NAME
          The column name property of this item.
static java.lang.String COLUMN_WIDTHS
          Column widths for display.
static java.lang.String CONNECTION_MODE
          ConnectionMode for this session.
static int CONNECTION_MODE_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String CONNECTION_NAME
          ConnectionName is an alternative connection specifier that identifies in aggregate connection parameters for the database connection.
static int CONNECTION_NAME_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String CONNECTION_URL
          Returns the complete connection URL except for username and password.
static int CONNECTION_URL_PROP
          Number equivalent for CONNECTION_URL to facilitate driver property handling.
static java.lang.String DATABASE_URL
          Database URL for this session.
static int DATABASE_URL_PROP
          Number equivalent for DATABASE_URL to facilitate driver property handling.
static java.lang.String DATASOURCE_NAME
          The DataItem property for the name of the DataItem's data source.
static java.lang.String DEPLOYMENT_PLATFORM
          Returns the deployment platform.
static int DEPLOYMENT_PLATFORM_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String DISPLAYABLE
          Return the Displayable setting for an AttributeInfo
static java.lang.String DISPLAYED
          Return the Displayed setting an AttributeInfo
static java.lang.String DRIVER_CLASS
          Returns the driver class name.
static int DRIVER_CLASS_PROP
          Number equivalent for DRIVER_CLASS to facilitate driver property handling.
static java.lang.String DRIVER_TYPE
          DriverType for this session.
static int DRIVER_TYPE_PROP
          Number equivalent for DRIVER_TYPE to facilitate driver property handling.
static java.lang.String IIOP_CONNECTION_NAME
          IIOPConnectionName identifies connection parameters for the IIOP connection.
static int IIOP_CONNECTION_NAME_PROP
          Number equivalent for IIOP_CONNECTION_NAME to facilitate driver property handling.
static java.lang.String INFO_OBJECT
          The data item property for the associated InfoObject.
static java.lang.String LOCKING_MODE
          ServerLockingMode for this session.
static int LOCKING_MODE_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String NAME
          The DataItem property for the name of the DataItem.
static java.lang.String PASSWORD
          Password for this session.
static int PASSWORD_PROP
          Number equivalent for PASSWORD to facilitate driver property handling.
static java.lang.String PENDING_CHANGES
          The pending changes status of the Session.
static java.lang.String QUERYABLE_COLUMNS
          Returns the queryable column names.
static java.lang.String REMOTE_APPLICATION_PATH
          Returns the remote application path (Oracle8i middle-tier).
static int REMOTE_APPLICATION_PATH_PROP
          Number equivalent for REMOTE_APPLICATION_PATH to facilitate driver property handling.
static java.lang.String REMOTE_HOST
          Returns the remote host name (3-tiered execution).
static java.lang.String REMOTE_HOST_PORT
          Returns the remote host port (Oracle8i middle-tier).
static int REMOTE_HOST_PORT_PROP
          Number equivalent for REMOTE_HOST_PORT to facilitate driver property handling.
static int REMOTE_HOST_PROP
          Number equivalent for REMOTE_HOST to facilitate driver property handling.
static java.lang.String RETURN_ITEM_NAMES
          Returns the return item names.
static java.lang.String ROW
          The data item property for the row number this item belongs to.
static java.lang.String SERVER_TIMEOUT
          ServerTimeOut for this session.
static int SERVER_TIMEOUT_PROP
          Number equivalent for CONNECTION_NAME to facilitate driver property handling.
static java.lang.String SORTING_ENABLED
          Returns if sorting is enabled/disabled for each column.
static int UNKNOWN_PROP
          Number equivalent for an unknown property to facilitate driver property handling.
static java.lang.String UPDATEABLE
          The data item property for whether the item is updateable.
static java.lang.String USERNAME
          User name for this session.
static int USERNAME_PROP
          Number equivalent for USERNAME to facilitate driver property handling.
static java.lang.String VALID
          The DataItem property for whether the item is valid.
 

Field Detail

NAME

public static final java.lang.String NAME
The DataItem property for the name of the DataItem.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

DATASOURCE_NAME

public static final java.lang.String DATASOURCE_NAME
The DataItem property for the name of the DataItem's data source.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

VALID

public static final java.lang.String VALID
The DataItem property for whether the item is valid.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

UPDATEABLE

public static final java.lang.String UPDATEABLE
The data item property for whether the item is updateable.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

INFO_OBJECT

public static final java.lang.String INFO_OBJECT
The data item property for the associated InfoObject.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

DISPLAYABLE

public static final java.lang.String DISPLAYABLE
Return the Displayable setting for an AttributeInfo

See Also:
Constant Field Values

DISPLAYED

public static final java.lang.String DISPLAYED
Return the Displayed setting an AttributeInfo

See Also:
Constant Field Values

ROW

public static final java.lang.String ROW
The data item property for the row number this item belongs to.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

COLUMN_INDEX

public static final java.lang.String COLUMN_INDEX
The column number property of this item.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

COLUMN_NAME

public static final java.lang.String COLUMN_NAME
The column name property of this item.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

PENDING_CHANGES

public static final java.lang.String PENDING_CHANGES
The pending changes status of the Session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

USERNAME

public static final java.lang.String USERNAME
User name for this session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
Password for this session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

DATABASE_URL

public static final java.lang.String DATABASE_URL
Database URL for this session. This property is associated with DRIVER_TYPE and interacts with CONNECTION_URL and DRIVER_CLASS.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

CONNECTION_NAME

public static final java.lang.String CONNECTION_NAME
ConnectionName is an alternative connection specifier that identifies in aggregate connection parameters for the database connection.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

IIOP_CONNECTION_NAME

public static final java.lang.String IIOP_CONNECTION_NAME
IIOPConnectionName identifies connection parameters for the IIOP connection.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

APPLICATION_MODULE_CLASS

public static final java.lang.String APPLICATION_MODULE_CLASS
See Also:
Constant Field Values

CONNECTION_MODE

public static final java.lang.String CONNECTION_MODE
ConnectionMode for this session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

DRIVER_TYPE

public static final java.lang.String DRIVER_TYPE
DriverType for this session. This property is associated with DATABASE_URL and interacts with CONNECTION_URL and DRIVER_CLASS.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

SERVER_TIMEOUT

public static final java.lang.String SERVER_TIMEOUT
ServerTimeOut for this session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

LOCKING_MODE

public static final java.lang.String LOCKING_MODE
ServerLockingMode for this session.

See Also:
DataItem.getProperty(java.lang.String), Constant Field Values

COLUMN_LABELS

public static final java.lang.String COLUMN_LABELS
Column label to display.

See Also:
Constant Field Values

COLUMN_WIDTHS

public static final java.lang.String COLUMN_WIDTHS
Column widths for display.

See Also:
Constant Field Values

COLUMN_ALIGNMENTS

public static final java.lang.String COLUMN_ALIGNMENTS
Column horizontal alignments for display.

See Also:
Constant Field Values

RETURN_ITEM_NAMES

public static final java.lang.String RETURN_ITEM_NAMES
Returns the return item names.

See Also:
Constant Field Values

QUERYABLE_COLUMNS

public static final java.lang.String QUERYABLE_COLUMNS
Returns the queryable column names.

See Also:
Constant Field Values

SORTING_ENABLED

public static final java.lang.String SORTING_ENABLED
Returns if sorting is enabled/disabled for each column.

See Also:
Constant Field Values

CONNECTION_URL

public static final java.lang.String CONNECTION_URL
Returns the complete connection URL except for username and password. This property is associated with #DRIVER_CLASS and interacts with #DATABASE_URL and #DRIVER_TYPE.

See Also:
Constant Field Values

DRIVER_CLASS

public static final java.lang.String DRIVER_CLASS
Returns the driver class name. This property is associated with CONNECTION_URL and interacts with DATABASE_URL and DRIVER_TYPE.

See Also:
Constant Field Values

DEPLOYMENT_PLATFORM

public static final java.lang.String DEPLOYMENT_PLATFORM
Returns the deployment platform.

See Also:
Constant Field Values

REMOTE_HOST

public static final java.lang.String REMOTE_HOST
Returns the remote host name (3-tiered execution).

See Also:
Constant Field Values

REMOTE_HOST_PORT

public static final java.lang.String REMOTE_HOST_PORT
Returns the remote host port (Oracle8i middle-tier).

See Also:
Constant Field Values

REMOTE_APPLICATION_PATH

public static final java.lang.String REMOTE_APPLICATION_PATH
Returns the remote application path (Oracle8i middle-tier).

See Also:
Constant Field Values

UNKNOWN_PROP

public static final int UNKNOWN_PROP
Number equivalent for an unknown property to facilitate driver property handling.

See Also:
Constant Field Values

USERNAME_PROP

public static final int USERNAME_PROP
Number equivalent for USERNAME to facilitate driver property handling.

See Also:
Constant Field Values

PASSWORD_PROP

public static final int PASSWORD_PROP
Number equivalent for PASSWORD to facilitate driver property handling.

See Also:
Constant Field Values

CONNECTION_URL_PROP

public static final int CONNECTION_URL_PROP
Number equivalent for CONNECTION_URL to facilitate driver property handling.

See Also:
Constant Field Values

DRIVER_CLASS_PROP

public static final int DRIVER_CLASS_PROP
Number equivalent for DRIVER_CLASS to facilitate driver property handling.

See Also:
Constant Field Values

DRIVER_TYPE_PROP

public static final int DRIVER_TYPE_PROP
Number equivalent for DRIVER_TYPE to facilitate driver property handling.

See Also:
Constant Field Values

DATABASE_URL_PROP

public static final int DATABASE_URL_PROP
Number equivalent for DATABASE_URL to facilitate driver property handling.

See Also:
Constant Field Values

CONNECTION_NAME_PROP

public static final int CONNECTION_NAME_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

APPLICATION_MODULE_CLASS_PROP

public static final int APPLICATION_MODULE_CLASS_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

LOCKING_MODE_PROP

public static final int LOCKING_MODE_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

SERVER_TIMEOUT_PROP

public static final int SERVER_TIMEOUT_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

DEPLOYMENT_PLATFORM_PROP

public static final int DEPLOYMENT_PLATFORM_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

CONNECTION_MODE_PROP

public static final int CONNECTION_MODE_PROP
Number equivalent for CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

REMOTE_HOST_PROP

public static final int REMOTE_HOST_PROP
Number equivalent for REMOTE_HOST to facilitate driver property handling.

See Also:
Constant Field Values

REMOTE_HOST_PORT_PROP

public static final int REMOTE_HOST_PORT_PROP
Number equivalent for REMOTE_HOST_PORT to facilitate driver property handling.

See Also:
Constant Field Values

REMOTE_APPLICATION_PATH_PROP

public static final int REMOTE_APPLICATION_PATH_PROP
Number equivalent for REMOTE_APPLICATION_PATH to facilitate driver property handling.

See Also:
Constant Field Values

IIOP_CONNECTION_NAME_PROP

public static final int IIOP_CONNECTION_NAME_PROP
Number equivalent for IIOP_CONNECTION_NAME to facilitate driver property handling.

See Also:
Constant Field Values

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.