public static final class AbstractSubscription.Filter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.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(java.lang.Object obj)
Two
Filter objects are considered equal if they contain equal AbstractSubscription.Entrys in the same order. |
java.lang.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 java.lang.String[] actions
public final AbstractSubscription.Entry[] list
public Filter(PersistableValueMap config)
config - The notification subscription configpublic PersistableValueMap getConfiguration()
public java.lang.String[] getActions()
public boolean equals(java.lang.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!equals in class java.lang.Objectobj - the other Filter.true if obj is equal to this Filter.public int hashCode()
Filter.Filter is modified!hashCode in class java.lang.ObjectFilter.public AbstractSubscription.Entry[] getEntries()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"