|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.query.CollectionInfo
Acquires information about the metadata repository as a whole.
Field Summary | |
static int |
ALPHABETIC
used to order returns. |
static int |
FREQUENCY
Deprecated. As of ArcIMS 4.0.1 - MetadataServer does not support FREQUENCY order. |
static int |
QUERIES
used to order returns. |
static int |
TAGS
defines the collection of objects to search |
static int |
WORDS
defines the collection of objects to search |
Constructor Summary | |
CollectionInfo()
Constructs an instance of a CollectionInfo object. |
Method Summary | |
com.esri.w3c.dom.Element |
getCollectionInfoElement()
Returns this object as an Element so that it may be used in XML documents. |
int |
getCollectionType()
Returns the type of collection contained. |
int |
getOrderBy()
Returns the order by value. |
String |
getTagPath()
Returns the tag path for this object. |
int |
getZCode()
Returns the zCode. |
void |
setCollectionType(int newCollectionType)
Sets the type of collection contained. |
void |
setOrderBy(int newOrderBy)
Sets the order by value using the static constants of this object. |
void |
setTagPath(String newTagPath)
Sets the tag path to get a collection from. |
void |
setZCode(int newZCode)
Sets the zCode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int WORDS
public static final int TAGS
public static final int ALPHABETIC
public static final int FREQUENCY
public static final int QUERIES
Constructor Detail |
public CollectionInfo()
Method Detail |
public void setCollectionType(int newCollectionType)
public int getCollectionType()
public void setTagPath(String newTagPath)
public String getTagPath()
public void setZCode(int newZCode)
public int getZCode()
public void setOrderBy(int newOrderBy)
public int getOrderBy()
public com.esri.w3c.dom.Element getCollectionInfoElement() throws AXLAttributeException
AXLAttributeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |