com.ibm.portal
Interface UniqueNameLocator<E>

All Superinterfaces:
Locator<E>
All Known Subinterfaces:
PortletDefinitionLocator<T>

public interface UniqueNameLocator<E>
extends Locator<E>

Locator that allows to search nodes by their unique name pattern.

Since:
8.0.0.1

Method Summary
 IterableListModel<E> findByUniqueNamePattern(LocalizedLocator.SearchPattern pattern, java.lang.String term)
          Allows to search by unique name pattern
 
Methods inherited from interface com.ibm.portal.Locator
findByID, findByUniqueName
 

Method Detail

findByUniqueNamePattern

IterableListModel<E> findByUniqueNamePattern(LocalizedLocator.SearchPattern pattern,
                                             java.lang.String term)
                                             throws ModelException
Allows to search by unique name pattern

Parameters:
pattern - The pattern
term - The term to search for
Returns:
The found nodes
Throws:
ModelException - In case of an error
See Also:
Locator.findByUniqueName(String)