com.crystaldecisions.sdk.occa.report.lib
Class PropertyBagHelper

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.lib.PropertyBagHelper

public final class PropertyBagHelper
extends java.lang.Object

This class defines constants that can be used as keys to retrieve or specify properties contained by certain property bags.


Field Summary
static java.lang.String CONNINFO_CONNECTION_STRING
           A String that supplies extra parameters to the SQL server if it needs them.
static java.lang.String CONNINFO_CRQE_DATABASENAME
           A user-friendly description of the database being accessed.
static java.lang.String CONNINFO_CRQE_DATABASETYPE
           A user-friendly description of the database being accessed.
static java.lang.String CONNINFO_CRQE_LOGONPROPERTIES
           The logon properties that form the connection string.
static java.lang.String CONNINFO_CRQE_SERVERDESCRIPTION
           A user-friendly description of the server.
static java.lang.String CONNINFO_CRQE_SQLDB
           true if the data source supports SQL.
static java.lang.String CONNINFO_DATABASE_DLL
           The DLL that is being used to communicate with the database.
static java.lang.String CONNINFO_DATABASE_NAME
           The name of the database being accessed.
static java.lang.String CONNINFO_DATASOURCE_TYPE
          For internal use only.
static java.lang.String CONNINFO_JDBC_CONNECTION_URL
          For internal use only.
static java.lang.String CONNINFO_JDBC_DATABASECLASSNAME
          For internal use only.
static java.lang.String CONNINFO_POJO_CLASS_NAME
          For internal use only.
static java.lang.String CONNINFO_POJO_PACKAGE_NAME
          For internal use only.
static java.lang.String CONNINFO_POJO_PROJECT_NAME
          For internal use only.
static java.lang.String CONNINFO_POJO_TYPE_PATH
          For internal use only.
static java.lang.String CONNINFO_SERVER_NAME
           The name of the server.
static java.lang.String CONNINFO_SERVER_TYPE
           The type of the server.
static java.lang.String CONNINFO_SSO_ENABLED
           true if single sign-on is enabled.
static java.lang.String CONNINFO_URI
           The URI (Uniform Resource Identifier) or path of the database file.
static java.lang.String CONNINFO_WS_SECURITY_FILE
          For internal use only.
static java.lang.String CONNINFO_XML_CONVERT_MULTI2TABLE
          For internal use only.
static java.lang.String FIRST_BASELINE
          For internal use only.
static java.lang.String GRAPHICS2D_OBJECT
          For internal use only.
static java.lang.String JAVA_RESULTSET
          For internal use only.
static java.lang.String JNDI_OPTIONALNAME
          For internal use only.
static java.lang.String PROMPTPROPERTY_ALL
           Return all database prompts.
static java.lang.String PROMPTPROPERTY_INCLUDEMETADATASUBCONNECTIONS
           Include metadata subconnections.
static java.lang.String PROMPTPROPERTY_INCLUDEOLAPCONNECTIONS
           Include OLAP connections.
static java.lang.String PROMPTPROPERTY_INCLUDEONDEMANDSUBREPORT
           Include the subreport on demand.
static java.lang.String PROMPTPROPERTY_REPORTNAME
           Prompt for report name.
static java.lang.String STATUSKEY_PRINTCURRENTPAGE
          For internal use only.
static java.lang.String STATUSKEY_PRINTPERCENTAGECOMPLETE
          For internal use only.
static java.lang.String TEXTOBJECT
          For internal use only.
 
Constructor Summary
PropertyBagHelper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNINFO_DATABASE_DLL

public static final java.lang.String CONNINFO_DATABASE_DLL

The DLL that is being used to communicate with the database. Applies to all connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_SSO_ENABLED

public static final java.lang.String CONNINFO_SSO_ENABLED

true if single sign-on is enabled. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_SERVER_TYPE

public static final java.lang.String CONNINFO_SERVER_TYPE

The type of the server. Applies to SQL connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_SERVER_NAME

public static final java.lang.String CONNINFO_SERVER_NAME

The name of the server. Applies to SQL connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_DATABASE_NAME

public static final java.lang.String CONNINFO_DATABASE_NAME

The name of the database being accessed. Applies to SQL connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CONNECTION_STRING

public static final java.lang.String CONNINFO_CONNECTION_STRING

A String that supplies extra parameters to the SQL server if it needs them. Applies to SQL connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_URI

public static final java.lang.String CONNINFO_URI

The URI (Uniform Resource Identifier) or path of the database file. Applies to MetaData, Query, and File connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CRQE_DATABASETYPE

public static final java.lang.String CONNINFO_CRQE_DATABASETYPE

A user-friendly description of the database being accessed. Applies to Crystal Report Query Engine (CRQE) connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CRQE_SERVERDESCRIPTION

public static final java.lang.String CONNINFO_CRQE_SERVERDESCRIPTION

A user-friendly description of the server. Applies to CRQE connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CRQE_SQLDB

public static final java.lang.String CONNINFO_CRQE_SQLDB

true if the data source supports SQL. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CRQE_LOGONPROPERTIES

public static final java.lang.String CONNINFO_CRQE_LOGONPROPERTIES

The logon properties that form the connection string. Applies to CRQE connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_CRQE_DATABASENAME

public static final java.lang.String CONNINFO_CRQE_DATABASENAME

A user-friendly description of the database being accessed. Applies to Crystal Report Query Engine (CRQE) connections. Used by ConnectionInfo.getAttributes().

See Also:
Constant Field Values

CONNINFO_JDBC_DATABASECLASSNAME

public static final java.lang.String CONNINFO_JDBC_DATABASECLASSNAME
For internal use only.

See Also:
Constant Field Values

CONNINFO_JDBC_CONNECTION_URL

public static final java.lang.String CONNINFO_JDBC_CONNECTION_URL
For internal use only.

See Also:
Constant Field Values

CONNINFO_DATASOURCE_TYPE

public static final java.lang.String CONNINFO_DATASOURCE_TYPE
For internal use only.

See Also:
Constant Field Values

CONNINFO_WS_SECURITY_FILE

public static final java.lang.String CONNINFO_WS_SECURITY_FILE
For internal use only.

See Also:
Constant Field Values

CONNINFO_XML_CONVERT_MULTI2TABLE

public static final java.lang.String CONNINFO_XML_CONVERT_MULTI2TABLE
For internal use only.

See Also:
Constant Field Values

CONNINFO_POJO_PACKAGE_NAME

public static final java.lang.String CONNINFO_POJO_PACKAGE_NAME
For internal use only.

See Also:
Constant Field Values

CONNINFO_POJO_CLASS_NAME

public static final java.lang.String CONNINFO_POJO_CLASS_NAME
For internal use only.

See Also:
Constant Field Values

CONNINFO_POJO_TYPE_PATH

public static final java.lang.String CONNINFO_POJO_TYPE_PATH
For internal use only.

See Also:
Constant Field Values

CONNINFO_POJO_PROJECT_NAME

public static final java.lang.String CONNINFO_POJO_PROJECT_NAME
For internal use only.

See Also:
Constant Field Values

PROMPTPROPERTY_INCLUDEONDEMANDSUBREPORT

public static final java.lang.String PROMPTPROPERTY_INCLUDEONDEMANDSUBREPORT

Include the subreport on demand. Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties) method to specify the prompt properties.

See Also:
Constant Field Values

PROMPTPROPERTY_REPORTNAME

public static final java.lang.String PROMPTPROPERTY_REPORTNAME

Prompt for report name. Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties) method to specify the prompt properties.

See Also:
Constant Field Values

PROMPTPROPERTY_ALL

public static final java.lang.String PROMPTPROPERTY_ALL

Return all database prompts. Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties) method to specify the prompt properties.

See Also:
Constant Field Values

PROMPTPROPERTY_INCLUDEMETADATASUBCONNECTIONS

public static final java.lang.String PROMPTPROPERTY_INCLUDEMETADATASUBCONNECTIONS

Include metadata subconnections. Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties) method to specify the prompt properties.

See Also:
Constant Field Values

PROMPTPROPERTY_INCLUDEOLAPCONNECTIONS

public static final java.lang.String PROMPTPROPERTY_INCLUDEOLAPCONNECTIONS

Include OLAP connections. Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties) method to specify the prompt properties.

See Also:
Constant Field Values

TEXTOBJECT

public static final java.lang.String TEXTOBJECT
For internal use only.

See Also:
Constant Field Values

GRAPHICS2D_OBJECT

public static final java.lang.String GRAPHICS2D_OBJECT
For internal use only.

See Also:
Constant Field Values

FIRST_BASELINE

public static final java.lang.String FIRST_BASELINE
For internal use only.

See Also:
Constant Field Values

JNDI_OPTIONALNAME

public static final java.lang.String JNDI_OPTIONALNAME
For internal use only.

See Also:
Constant Field Values

JAVA_RESULTSET

public static final java.lang.String JAVA_RESULTSET
For internal use only.

See Also:
Constant Field Values

STATUSKEY_PRINTCURRENTPAGE

public static final java.lang.String STATUSKEY_PRINTCURRENTPAGE
For internal use only.

See Also:
Constant Field Values

STATUSKEY_PRINTPERCENTAGECOMPLETE

public static final java.lang.String STATUSKEY_PRINTPERCENTAGECOMPLETE
For internal use only.

See Also:
Constant Field Values
Constructor Detail

PropertyBagHelper

public PropertyBagHelper()