11 gator.ini

Properties in gator.ini are organized by function on the following tabs in the Property Editor:

11.1 Gator Tab

Table 11-1 Properties in gator.ini: Gator Tab

Property Description

cc.attrDisplayStyle

The field to display (name or description) to describe attributes on a FlexAsset or FlexGroup ContentForm or ContentDetails screen.

Possible values: name or description

Default value: name

cc.attributeinheritance

A boolean that Gator uses to determine whether attributes should be inherited from parent to child.

Default value: true

cc.extrapath

A boolean that Gator uses to determine if blobs should have extra path information prepended to avoid directory capacity issues on Unix.

Default value: true

cc.fullconstraint

A boolean that Gator uses to determine if nested queries should include data from the outer query.

Possible values: true | false

Default value: true

cc.money

The sql for defining a field that will contain monetary values. Choose the default or contact your database administrator.

Default value: NUMERIC(20,3)

Do not change this value without consulting your database administrator.

cc.querystyle

A boolean that Gator uses to determine which basic form of assetset query to generate.

Possible values: subquery, join, or intersect

Default value: subquery

Note that setting the value of this property to intersect functions only if your database can support intersection queries.

cc.string

The sql for defining a field that will contain string values.

Default value: SEARCHVARCHAR

Do not change this value without consulting your database administrator.

cc.textdistinct

A boolean describing whether your database can support DISTINCT on attributes of type TEXT.

Default value: no

cc.url

The sql for defining a field that will contain URLs.

Default value: VARCHAR(128)

Do not change this value without consulting your database administrator.

cc.urlattrpath

Specifies the default base path Gator uses for URL attribute files.

Default value: c:/futuretense/futuretense_cs/urlfiles

cc.useLegacyInputNames

Specifies the boolean that Gator uses to determine the input names of attributes on FlexAsset/Parent forms. Turn this property on if you need to support custom attribute editors that have not been updated to the new format.

Default value: false

mwb.assetsetclass

Specifies the name of the class that supplies the services for assetset management.

Default value: com.openmarket.gator.assetset.AssetSet

Do not change the value of this property. The default is provided here for reference only.

mwb.cartclass

The name of the class that supplies the services for cart management.

Default value: com.openmarket.catalog.cart.Cart

Do not change the value of this property. The default is provided here for reference only.

mwb.cartsetclass

Specifies the name of the class that supplies the services for cart set management.

Default value: com.openmarket.catalog.cartset.CartSet

Do not change the value of this property. The default is provided here for reference only.

mwb.commercecontextclass

Specifies the name of the class that supplies the services for commerce context.

Default value: com.openmarket.gator.commercecontext.CommerceContext

Do not change the value of this property. The default is provided here for reference only.

mwb.commerceengineclass

Specifies the name of the class that supplies the services for commerce engine management.

Default value: com.openmarket.cscommerce.txcart.TransactEngine

mwb.commerceuserclass

Specifies the name of the class that supplies the services for commerce user management.

Default value: com.openmarket.catalog.cart.CommerceUser

mwb.conservativedependencies

Specifies the types of dependencies between:

  • flex assets and flex attributes

  • flex assets and flex definitions

If you want dependencies to be exact between flex assets and flex attributes, and between flex assets and flex definitions, then set this property to true. For information about exact and exists dependencies, see "The Approval System" in the Oracle Fusion Middleware WebCenter Sites Administrator's Guide.

Default value: false

mwb.defaultattributes

Specifies the default attribute asset name for Gator to use when creating assetsets.

Default value: blank

mwb.externalattributes

Specifies a boolean that Gator uses to determine if forms should allow users to define external attributes.

Default value: true

mwb.path

Specifies the directory where Gator is installed. Be sure to end the directory with a forward slash ( / ).

Default value: c:/nas21/apps/

Do not change the value of this property.

mwb.promotioncutoff

Specifies the confidence rating that determines whether a visitor qualifies for a promotion.

Possible values: integers between 0 and 100, inclusive

Default value: 50

Do not change the value of this property.

mwb.searchdir

Specifies the directory where Gator places rich-text indexes. Be sure to end the directory with a forward slash ( / ).

Default value: c:/futuretense/gator/search/

Do not change the value of this property.

mwb.searchstateclass

Specifies the name of the class that supplies the services for search state management.

Default value: com.openmarket.gator.searchstate.SearchState

Do not change the value of this property. The default is provided here for reference only.

mwb.segmentcutoff

The confidence rating that determines whether to include a visitor in a segment.

Possible values: integers between 0 and 100, inclusive.

Default value: 50

Do not change the value of this property.


11.2 User Defined Tab

Table 11-2 Properties in gator.ini: User Defined Tab

Property Description

This tab, by default, has no properties.

N/A