public class TaskTypeEvaluator extends ServiceBasedEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
JSON_DATA |
protected static java.lang.String |
JSON_DEFINITION |
protected static java.lang.String |
JSON_NAME |
protected static java.lang.String |
JSON_TYPE |
protected static java.util.regex.Pattern |
taskIdPattern |
ENDPOINT_ID| Constructor and Description |
|---|
TaskTypeEvaluator() |
| 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 org.apache.commons.logging.Log |
getLogger() |
callServiceprotected static final java.lang.String JSON_DATA
protected static final java.lang.String JSON_DEFINITION
protected static final java.lang.String JSON_TYPE
protected static final java.lang.String JSON_NAME
protected static final java.util.regex.Pattern taskIdPattern
protected org.apache.commons.logging.Log getLogger()
getLogger in class ServiceBasedEvaluatorpublic boolean applies(java.lang.Object obj,
java.lang.String condition)
org.alfresco.config.evaluator.Evaluator#applies(java.lang.Object,
java.lang.String)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.