fields

All the fields in this content item. The actual type of the Java Objects representing the fields depends upon field type as follows:

Field type Java Object

BASIC

java.lang.String

NUMBER

a subclass of java.lang.Number

COMPLEX

java.util.Map

BOOLEAN

java.lang.Boolean

ENUMERATION

a java.lang.String or java.util.List of Strings

URI

java.net.URI

LINK

Link

DATE

java.util.Date

SCHEDULE

PresentationSchedule

Type: java.util.Map<String,Object>

Example usage

To get all the fields:

${myPresentationArticle.fields}

To get one particular field:

${myPresentationArticle.fields.field}

where field is the key of the field you want.