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
findByUniqueNamePattern
IterableListModel<E> findByUniqueNamePattern(LocalizedLocator.SearchPattern pattern,
java.lang.String term)
throws ModelException
- Allows to search by unique name pattern
- Parameters:
pattern
- The patternterm
- The term to search for
- Returns:
- The found nodes
- Throws:
ModelException
- In case of an error- See Also:
Locator.findByUniqueName(String)