|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetChangeObserver.ChangeType | |
|---|---|
| org.modeshape.graph.observe | The Observation API provides several mechanisms for asynchronously observing changes to content. |
| Uses of NetChangeObserver.ChangeType in org.modeshape.graph.observe |
|---|
| Methods in org.modeshape.graph.observe that return NetChangeObserver.ChangeType | |
|---|---|
static NetChangeObserver.ChangeType |
NetChangeObserver.ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetChangeObserver.ChangeType[] |
NetChangeObserver.ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.modeshape.graph.observe with parameters of type NetChangeObserver.ChangeType | |
|---|---|
boolean |
NetChangeObserver.NetChange.includes(NetChangeObserver.ChangeType... jcrEventTypes)
Determine whether this net change includes any of the supplied types. |
boolean |
NetChangeObserver.NetChange.includesAllOf(NetChangeObserver.ChangeType... jcrEventTypes)
Determine whether this net change includes all of the supplied types. |
boolean |
NetChangeObserver.NetChange.includesOnly(NetChangeObserver.ChangeType... jcrEventTypes)
Determine whether this net change includes only the supplied types. |
| Constructor parameters in org.modeshape.graph.observe with type arguments of type NetChangeObserver.ChangeType | |
|---|---|
NetChangeObserver.NetChange(String workspaceName,
Location location,
EnumSet<NetChangeObserver.ChangeType> eventTypes,
Set<Property> addedProperties,
Set<Property> modifiedProperties,
Set<Name> removedProperties,
Location movedFrom,
Location movedBefore,
boolean isReorder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||