|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.server.objects.EntitySearchable
public class EntitySearchable
Generic searchable collection for registered entities. Supports PropertySearch matches against any registered entities of a given ObjectType. Searches the entity properties and returns selected property values. The object key is the entity oid. Supports selection options RESULT_KEYED and RESULT_KEY_ONLY.
SearchManager.registerSearchable(atavism.server.objects.ObjectType, atavism.server.engine.Searchable)| Constructor Summary | |
|---|---|
EntitySearchable(ObjectType objectType)
|
|
| Method Summary | |
|---|---|
java.util.Collection |
runSearch(SearchClause search,
SearchSelection selection)
Run an object search and return selected information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntitySearchable(ObjectType objectType)
| Method Detail |
|---|
public java.util.Collection runSearch(SearchClause search,
SearchSelection selection)
Searchable
runSearch in interface Searchablesearch - Object matching criteria.selection - Describes the object information to return and
how the result collection is structured.
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||