|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetaDataLocator<V,E>
Interface to locate a resource by meta data information.
| Method Summary | |
|---|---|
IterableListModel<E> |
findByMetaData(java.lang.String name,
V value)
Finds all resources which have the given name/value pair as meta data. |
E |
findSingleByMetaData(java.lang.String name,
V value)
Finds one of the resources that is returned in the iteration over findByMetaData(String, Object). |
| Methods inherited from interface com.ibm.portal.Locator |
|---|
findByID, findByUniqueName |
| Method Detail |
|---|
IterableListModel<E> findByMetaData(java.lang.String name,
V value)
throws ModelException
name - the meta data namevalue - the meta data value
null
ModelException
E findSingleByMetaData(java.lang.String name,
V value)
throws ModelException
findByMetaData(String, Object).
If findByMetaData(String, Object) would contain more than one resource it is undefined
which of these resources would be returned.
name - the meta data namevalue - the meta data value
null
ModelException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||