Uses of Class
org.jboss.dna.graph.observe.NetChangeObserver.ChangeType

Packages that use NetChangeObserver.ChangeType
org.jboss.dna.graph.observe The Observation API provides several mechanisms for asynchronously observing changes to content. 
 

Uses of NetChangeObserver.ChangeType in org.jboss.dna.graph.observe
 

Methods in org.jboss.dna.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.jboss.dna.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.
 

Constructor parameters in org.jboss.dna.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)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.