Package com.composum.sling.core.event
Class AbstractChangeObserver.ChangeCollection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,AbstractChangeObserver.ChangedResource>
-
- com.composum.sling.core.event.AbstractChangeObserver.ChangeCollection
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,AbstractChangeObserver.ChangedResource>
- Enclosing class:
- AbstractChangeObserver
protected class AbstractChangeObserver.ChangeCollection extends HashMap<String,AbstractChangeObserver.ChangedResource>
the collection to register all changed target resources of the event list- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChangeCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerChange(javax.jcr.Session session, org.apache.sling.api.resource.ResourceResolver resolver, String path, Calendar time, String user)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-