|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.index.AsnIndexReferences
public class AsnIndexReferences
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 |
---|
public AsnIndexReferences()
Method Detail |
---|
public AsnIndexReference getAdminIndexReference()
public void setAdminIndexReference(AsnIndexReference indexReference)
indexReference
- the index configuration reference (null if disabled)public void add(AsnIndexReference indexRef)
indexRef
- the index configuration reference to addpublic List<AsnIndexReference> values()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |