|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.observe.NetChangeObserver.NetChange
@Immutable public static class NetChangeObserver.NetChange

A notification of changes to a node.
| Constructor Summary | |
|---|---|
NetChangeObserver.NetChange(String sourceName,
String workspaceName,
Location location,
EnumSet<NetChangeObserver.ChangeType> eventTypes,
Set<Property> modifiedProperties,
Set<Name> removedProperties)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Set<Property> |
getModifiedProperties()
|
Path |
getPath()
|
Set<Name> |
getRemovedProperties()
|
String |
getRepositorySourceName()
|
String |
getRepositoryWorkspaceName()
|
int |
hashCode()
|
boolean |
includes(NetChangeObserver.ChangeType... jcrEventTypes)
|
boolean |
includesAll(NetChangeObserver.ChangeType... jcrEventTypes)
|
boolean |
is(NetChangeObserver.ChangeType jcrEventTypes)
|
boolean |
isPropertyModified(String property)
Determine whether this node change includes the setting of new value(s) for the supplied property. |
boolean |
isPropertyRemoved(String property)
Determine whether this node change includes the removal of the supplied property. |
boolean |
isSameNode(NetChangeObserver.NetChange that)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetChangeObserver.NetChange(String sourceName,
String workspaceName,
Location location,
EnumSet<NetChangeObserver.ChangeType> eventTypes,
Set<Property> modifiedProperties,
Set<Name> removedProperties)
| Method Detail |
|---|
public Path getPath()
public String getRepositorySourceName()
public String getRepositoryWorkspaceName()
public Set<Property> getModifiedProperties()
public Set<Name> getRemovedProperties()
public int hashCode()
hashCode in class Objectpublic boolean includesAll(NetChangeObserver.ChangeType... jcrEventTypes)
public boolean includes(NetChangeObserver.ChangeType... jcrEventTypes)
public boolean is(NetChangeObserver.ChangeType jcrEventTypes)
public boolean isSameNode(NetChangeObserver.NetChange that)
public boolean isPropertyModified(String property)
property - the name of the property
public boolean isPropertyRemoved(String property)
property - the name of the property
public boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||