public static final class AbstractSubscription.Filter extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
actions
The actions.
|
AbstractSubscription.Entry[] |
list
The path entries.
|
| Constructor and Description |
|---|
Filter(PersistableValueMap config)
Creates a new filter with the given filter list and startpoints
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two
Filter objects are considered equal if they contain equal AbstractSubscription.Entrys in the same order. |
String[] |
getActions() |
PersistableValueMap |
getConfiguration() |
AbstractSubscription.Entry[] |
getEntries() |
int |
hashCode()
Returns a hashCode for this
Filter.Please keep in mind that this hashCode may change when this Filter is modified! |
public final String[] actions
public final AbstractSubscription.Entry[] list
public Filter(PersistableValueMap config)
config - The notification subscription configpublic PersistableValueMap getConfiguration()
public String[] getActions()
public boolean equals(Object obj)
Filter objects are considered equal if they contain equal AbstractSubscription.Entrys in the same order.
Furthermore they are only considered equals if they are both compiled OR both are not compiled!public int hashCode()
Filter.Filter is modified!public AbstractSubscription.Entry[] getEntries()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"