Atavism Version 2018.1AGIS API

atavism.server.engine
Class PropertySearch

java.lang.Object
  extended by atavism.server.engine.PropertySearch
All Implemented Interfaces:
SearchClause
Direct Known Subclasses:
Region.Search

public class PropertySearch
extends java.lang.Object
implements SearchClause

Property search clause. Match objects by property values. Object match if they have all the properties with matching values.

See Also:
SearchManager.searchObjects(atavism.server.objects.ObjectType, atavism.server.engine.SearchClause, atavism.server.engine.SearchSelection)

Constructor Summary
PropertySearch()
           
PropertySearch(java.util.Map queryProps)
           
 
Method Summary
 java.util.Map getProperties()
          Get the property match criteria.
 void setProperties(java.util.Map queryProps)
          Set the property match criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySearch

public PropertySearch()

PropertySearch

public PropertySearch(java.util.Map queryProps)
Method Detail

getProperties

public java.util.Map getProperties()
Get the property match criteria.


setProperties

public void setProperties(java.util.Map queryProps)
Set the property match criteria.



Copyright © 2018 Dragonsan Studios Sp. z o.o.