(→AHPSCRIPTS-28)
|
(→AHPSCRIPTS-28)
|
Line 43: | |||
} | } | ||
} </pre> | } </pre> | ||
+ | = Property Based = | ||
+ | ==== AHPSCRIPTS-29 ==== | ||
+ | <pre>return new Criteria() { | ||
+ | public boolean matches(Object obj) { | ||
+ | String value = PropertyLookup.get("property"); | ||
+ | boolean propertyExists = value != null; | ||
+ | return propertyExists; | ||
+ | } | ||
+ | } </pre> |