Annotation Type Track

    • Element Detail

      • fields

        TrackField[] fields
        The fields to track.
        Returns:
        the fields to track
        Default:
        {}
      • messages

        TrackMessage[] messages
        The track messages to generate.
        Returns:
        the messages
        Default:
        {}
      • contents

        TrackMessage[] contents
        The body content to generate.
        Returns:
        the body messages
        Default:
        {}
      • subscribe

        boolean subscribe
        Subscribe for change notifications.
        Returns:
        true if marked for auto-subscribe
        Default:
        false
      • files

        boolean files
        Whether to track attached files.
        Returns:
        true if marked for tracking attachments
        Default:
        false
      • on

        TrackEvent[] on
        Specify the events on which to track.
        Returns:
        the list of events
        Default:
        {com.axelor.db.annotations.TrackEvent.ALWAYS}