All Known Implementing Classes:
DefaultResourceIdentifierMatcher

public interface ResourceIdentifierMatcher
Match a ContentEntityObject against the supplied ResourceIdentifier. Note that the ResourceIdentifier must be fully populated. There is no inference of space key for instance.
  • Method Details

    • matches

      boolean matches(ContentEntityObject ceo, ResourceIdentifier ri)
      Parameters:
      ceo - the entity to compare
      ri - the resource identifier to compare
      Returns:
      true if the supplied ResourceIdentifier matches.