public class ProxyFilter extends java.lang.Object implements ObjectCondition
| Constructor and Description |
|---|
ProxyFilter() |
| Modifier and Type | Method and Description |
|---|---|
NodeProxy |
getCreator(java.lang.String clazz)
Gets the creator classes.
|
boolean |
update(java.lang.Object value)
checks or notify this condition.
|
ProxyFilter |
with(NodeProxy... values) |
ProxyFilter |
without(NodeProxy... values) |
public ProxyFilter with(NodeProxy... values)
public ProxyFilter without(NodeProxy... values)
public NodeProxy getCreator(java.lang.String clazz)
clazz - Clazzname for searchpublic boolean update(java.lang.Object value)
Condition