|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.lib.PropertyBagHelper
public final class PropertyBagHelper
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 |
---|
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()
.
public static final java.lang.String CONNINFO_SSO_ENABLED
true
if single sign-on is enabled.
Used by ConnectionInfo.getAttributes()
.
public static final java.lang.String CONNINFO_SERVER_TYPE
The type of the server. Applies to SQL connections.
Used by ConnectionInfo.getAttributes()
.
public static final java.lang.String CONNINFO_SERVER_NAME
The name of the server. Applies to SQL connections.
Used by ConnectionInfo.getAttributes()
.
public static final java.lang.String CONNINFO_DATABASE_NAME
The name of the database being accessed. Applies to SQL connections.
Used by ConnectionInfo.getAttributes()
.
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()
.
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()
.
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()
.
public static final java.lang.String CONNINFO_CRQE_SERVERDESCRIPTION
A user-friendly description of the server. Applies to CRQE connections.
Used by ConnectionInfo.getAttributes()
.
public static final java.lang.String CONNINFO_CRQE_SQLDB
true
if the data source supports SQL.
Used by ConnectionInfo.getAttributes()
.
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()
.
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()
.
public static final java.lang.String CONNINFO_JDBC_DATABASECLASSNAME
public static final java.lang.String CONNINFO_JDBC_CONNECTION_URL
public static final java.lang.String CONNINFO_DATASOURCE_TYPE
public static final java.lang.String CONNINFO_WS_SECURITY_FILE
public static final java.lang.String CONNINFO_XML_CONVERT_MULTI2TABLE
public static final java.lang.String CONNINFO_POJO_PACKAGE_NAME
public static final java.lang.String CONNINFO_POJO_CLASS_NAME
public static final java.lang.String CONNINFO_POJO_TYPE_PATH
public static final java.lang.String CONNINFO_POJO_PROJECT_NAME
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.
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.
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.
public static final java.lang.String PROMPTPROPERTY_INCLUDEMETADATASUBCONNECTIONS
Include metadata subconnections.
Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties)
method to specify the prompt properties.
public static final java.lang.String PROMPTPROPERTY_INCLUDEOLAPCONNECTIONS
Include OLAP connections.
Used by the DatabaseController.getConnectionInfos(PropertyBag promptProperties)
method to specify the prompt properties.
public static final java.lang.String TEXTOBJECT
public static final java.lang.String GRAPHICS2D_OBJECT
public static final java.lang.String FIRST_BASELINE
public static final java.lang.String JNDI_OPTIONALNAME
public static final java.lang.String JAVA_RESULTSET
public static final java.lang.String STATUSKEY_PRINTCURRENTPAGE
public static final java.lang.String STATUSKEY_PRINTPERCENTAGECOMPLETE
Constructor Detail |
---|
public PropertyBagHelper()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |