Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.index
Class AsnIndexReferences

java.lang.Object
  extended by com.esri.gpt.server.assertion.index.AsnIndexReferences

public class AsnIndexReferences
extends Object

Represents a collection of configured index references.


Constructor Summary
AsnIndexReferences()
          Default constructor
 
Method Summary
 void add(AsnIndexReference indexRef)
          Adds an index configuration reference to the collection.
 AsnIndexReference getAdminIndexReference()
          Gets the configuration reference to the admin index.
 void setAdminIndexReference(AsnIndexReference indexReference)
          Sets the configuration reference to the admin index.
 List<AsnIndexReference> values()
          Returns the list of index references.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsnIndexReferences

public AsnIndexReferences()
Default constructor

Method Detail

getAdminIndexReference

public AsnIndexReference getAdminIndexReference()
Gets the configuration reference to the admin index.

Returns:
the index configuration reference (null if disabled)

setAdminIndexReference

public void setAdminIndexReference(AsnIndexReference indexReference)
Sets the configuration reference to the admin index.

Parameters:
indexReference - the index configuration reference (null if disabled)

add

public void add(AsnIndexReference indexRef)
Adds an index configuration reference to the collection.

Parameters:
indexRef - the index configuration reference to add

values

public List<AsnIndexReference> values()
Returns the list of index references.
(should not contain the admin index reference)

Returns:
the list of index references

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.