Interface UntypedRecordableEventDescriptor

    • Method Detail

      • getValidationExpression

        String getValidationExpression()
        Gets the event validation expression. This expression is a macro that, once rendered, should return "true" in order to trigger the associated event.
        Returns:
        the validation expression
      • getEventTriggers

        List<String> getEventTriggers()
        Get a list of the events that should trigger this particular event. Each event is represented by its canonical name.
        Returns:
        the event trigger list
      • getObjectTypes

        List<String> getObjectTypes()
        Get the object that, associated with one of the events returned by getEventTriggers() should trigger this particular event.
        Returns:
        the triggering object type
      • getTargetExpression

        default String getTargetExpression()
        Returns:
        the velocity template that generate the list of targets
        Since:
        9.11.2, 10.0