public abstract class NodeMetadataBasedEvaluator extends ServiceBasedEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.regex.Pattern |
nodeRefPattern |
ENDPOINT_ID| Constructor and Description |
|---|
NodeMetadataBasedEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(java.lang.Object obj,
java.lang.String condition)
Determines whether the given node type matches the path of the given
object
|
protected abstract boolean |
checkJsonAgainstCondition(java.lang.String condition,
java.lang.String jsonResponseString)
This method checks if the specified condition is matched by the specified
jsonResponse String.
|
callService, getLoggerprotected abstract boolean checkJsonAgainstCondition(java.lang.String condition,
java.lang.String jsonResponseString)
public boolean applies(java.lang.Object obj,
java.lang.String condition)
Evaluator.applies(java.lang.Object,
java.lang.String)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.