Class TagPermissionCondition

    • Constructor Detail

      • TagPermissionCondition

        public TagPermissionCondition()
    • Method Detail

      • requiredProperty

        public TagPermissionCondition 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