public class NodeObservingJcrPropertyDigger
extends org.apache.jackrabbit.oak.plugins.observation.NodeObserver
Constructor and Description |
---|
NodeObservingJcrPropertyDigger() |
Modifier and Type | Method and Description |
---|---|
protected void |
added(@NotNull String path,
@NotNull Set<String> added,
@NotNull Set<String> deleted,
@NotNull Set<String> changed,
@NotNull Map<String,String> properties,
@NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo) |
protected void |
changed(@NotNull String path,
@NotNull Set<String> added,
@NotNull Set<String> deleted,
@NotNull Set<String> changed,
@NotNull Map<String,String> properties,
@NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo) |
protected void |
deleted(@NotNull String path,
@NotNull Set<String> added,
@NotNull Set<String> deleted,
@NotNull Set<String> changed,
@NotNull Map<String,String> properties,
@NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo) |
protected void added(@NotNull @NotNull String path, @NotNull @NotNull Set<String> added, @NotNull @NotNull Set<String> deleted, @NotNull @NotNull Set<String> changed, @NotNull @NotNull Map<String,String> properties, @NotNull @NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo)
added
in class org.apache.jackrabbit.oak.plugins.observation.NodeObserver
protected void deleted(@NotNull @NotNull String path, @NotNull @NotNull Set<String> added, @NotNull @NotNull Set<String> deleted, @NotNull @NotNull Set<String> changed, @NotNull @NotNull Map<String,String> properties, @NotNull @NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo)
deleted
in class org.apache.jackrabbit.oak.plugins.observation.NodeObserver
protected void changed(@NotNull @NotNull String path, @NotNull @NotNull Set<String> added, @NotNull @NotNull Set<String> deleted, @NotNull @NotNull Set<String> changed, @NotNull @NotNull Map<String,String> properties, @NotNull @NotNull org.apache.jackrabbit.oak.spi.commit.CommitInfo commitInfo)
changed
in class org.apache.jackrabbit.oak.plugins.observation.NodeObserver
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.