Class EventScriptCondition

  • All Implemented Interfaces:
    Condition<TagEventScripts>, java.io.Serializable

    public class EventScriptCondition
    extends java.lang.Object
    implements Condition<TagEventScripts>
    A Condition implementation with the smarts to be able to search tag event scripts in a tag. When using this condition, you should really use ComparisonOperator.Like to match to a string inside a tag event script.
    Since:
    8.0
    See Also:
    Serialized Form
    • Constructor Detail

      • EventScriptCondition

        public EventScriptCondition()
    • Method Detail

      • requiredProperty

        public EventScriptCondition requiredProperty​(Property<?> property,
                                                     java.lang.Object value,
                                                     ComparisonOperator op)
        Adds a required property sub-condition. All required sub-conditions must pass for the overall condition to pass.
        Parameters:
        property - the Property that holds the value we are looking for
        value - the value that we are looking for
        op - the ComparisonOperator to use