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