Uses of Class
org.apache.jackrabbit.oak.spi.observation.ChangeSet
-
Packages that use ChangeSet Package Description org.apache.jackrabbit.oak.plugins.observation.filter org.apache.jackrabbit.oak.spi.observation -
-
Uses of ChangeSet in org.apache.jackrabbit.oak.plugins.observation.filter
Methods in org.apache.jackrabbit.oak.plugins.observation.filter with parameters of type ChangeSet Modifier and Type Method Description booleanChangeSetFilter. excludes(ChangeSet changeSet)Decides if the commit belonging to the provided ChangeSet is potentially relevant to the listener or if it can definitely be excluded.booleanChangeSetFilterImpl. excludes(ChangeSet changeSet) -
Uses of ChangeSet in org.apache.jackrabbit.oak.spi.observation
Methods in org.apache.jackrabbit.oak.spi.observation that return ChangeSet Modifier and Type Method Description ChangeSetChangeSetBuilder. build()static ChangeSetChangeSet. fromString(String json)Methods in org.apache.jackrabbit.oak.spi.observation with parameters of type ChangeSet Modifier and Type Method Description ChangeSetBuilderChangeSetBuilder. add(@Nullable ChangeSet cs)
-