Class FilterBuilder.MoveCondition

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MoveCondition()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull EventFilter createFilter​(@NotNull org.apache.jackrabbit.oak.spi.state.NodeState before, @NotNull org.apache.jackrabbit.oak.spi.state.NodeState after)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoveCondition

        protected MoveCondition()
    • Method Detail

      • createFilter

        @NotNull
        public @NotNull EventFilter createFilter​(@NotNull
                                                 @NotNull org.apache.jackrabbit.oak.spi.state.NodeState before,
                                                 @NotNull
                                                 @NotNull org.apache.jackrabbit.oak.spi.state.NodeState after)
        Specified by:
        createFilter in interface FilterBuilder.Condition