|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.evaluator.BaseEvaluator
org.alfresco.web.evaluator.PropertyNotNullEvaluator
public class PropertyNotNullEvaluator
Checks that a property value on a node is not null (and exists)
Field Summary |
---|
Fields inherited from class org.alfresco.web.evaluator.BaseEvaluator |
---|
args, metadata, negateOutput |
Constructor Summary | |
---|---|
PropertyNotNullEvaluator()
|
Method Summary | |
---|---|
boolean |
evaluate(org.json.simple.JSONObject jsonObject)
Checks that a property value exists and is not null |
void |
setProperty(java.lang.String name)
Property name |
Methods inherited from class org.alfresco.web.evaluator.BaseEvaluator |
---|
evaluate, evaluate, evaluate, getArg, getArgs, getContainerType, getHeader, getIsLocked, getIsPortlet, getJSONValue, getMatchesCurrentUser, getMetadata, getNodeAspects, getNodeType, getProperty, getSiteId, getSitePreset, getUserId, setNegateOutput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyNotNullEvaluator()
Method Detail |
---|
public void setProperty(java.lang.String name)
name
- public boolean evaluate(org.json.simple.JSONObject jsonObject)
evaluate
in interface Evaluator
evaluate
in class BaseEvaluator
jsonObject
- The object the action is for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |