Case Reference Methods and Attributes

A case reference object provides attributes and methods that allow you to read the referenced case object, and navigate association relationships to linked case objects.

The className attribute provides the fully qualified class name of the referenced case object - for example, com.example.ordermodel.Customer.

The simpleClassName attribute provides the simple class name of the referenced case object - for example, Customer.

Note: These attributes can be useful when processing lists of case references that contain a mixture of case class types. See Handling Case Objects That Use Inheritance in Scripts.

Each case reference object also exposes a set of methods and attributes that allow you to:

For example, this is the content assistance that shows the methods and attributes available on the orderRef object shown below.