Class: CacType

tibco.objectapi.common.scriptdescriptor.CacType

new CacType()

Definition of a CAC Type (Case Access Class). Constructs a new CacType.

The following features are supported:

Members

canonicalClassName :string

Fully qualified class name. For example: com.example.claimmodel.si.cac.ClaimCAC. This property holds the value of the 'Canonical Class Name' attribute.
Type:
  • string

scriptingName :string

Name that will be used to refer to the Case Access Class from within the script. For example: cac_com_example_claimmodel_Claim. This property holds the value of the 'Scripting Name' attribute.
Type:
  • string