public class EntitySearchable extends java.lang.Object implements Searchable
| Constructor and Description |
|---|
EntitySearchable(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
runSearch(SearchClause search,
SearchSelection selection)
Run an object search and return selected information.
|
public EntitySearchable(ObjectType objectType)
public java.util.Collection runSearch(SearchClause search, SearchSelection selection)
SearchablerunSearch in interface Searchablesearch - Object matching criteria.selection - Describes the object information to return and
how the result collection is structured.