Interface ResourceIdentifierMatcher
- 
- All Known Implementing Classes:
 DefaultResourceIdentifierMatcher
public interface ResourceIdentifierMatcherMatch a ContentEntityObject against the supplied ResourceIdentifier. Note that the ResourceIdentifier must be fully populated. There is no inference of space key for instance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(ContentEntityObject ceo, ResourceIdentifier ri) 
 - 
 
- 
- 
Method Detail
- 
matches
boolean matches(ContentEntityObject ceo, ResourceIdentifier ri)
- Parameters:
 ceo- the entity to compareri- the resource identifier to compare- Returns:
 - true if the supplied ResourceIdentifier matches.
 
 
 - 
 
 -