Class NodeTypeChangedFilter

java.lang.Object
org.alfresco.event.sdk.handling.filter.AbstractEventFilter
org.alfresco.event.sdk.handling.filter.NodeTypeChangedFilter
All Implemented Interfaces:
EventFilter

public class NodeTypeChangedFilter extends AbstractEventFilter
EventFilter that checks if an event represents the change of the type of a node in the repository.
  • Method Details

    • get

      public static NodeTypeChangedFilter get()
      Returns:
      created NodeTypeChangedFilter
    • test

      public boolean test(org.alfresco.repo.event.v1.model.RepoEvent<org.alfresco.repo.event.v1.model.DataAttributes<org.alfresco.repo.event.v1.model.Resource>> event)
      Description copied from interface: EventFilter
      Evaluates this predicate on the given argument.
      Parameters:
      event - the input argument
      Returns:
      true if the input argument matches the predicate, otherwise false