com.esri.aims.mtier.model.metadata.query
Class CollectionInfo

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.CollectionInfo
All Implemented Interfaces:
Serializable

public class CollectionInfo
extends Object
implements Serializable

Acquires information about the metadata repository as a whole.

See Also:
Serialized Form

Field Summary
static int ALPHABETIC
          Deprecated. As of ArcIMS 9.0 Java Connector ALPHABETIC is not supported.
static int FREQUENCY
          Deprecated. As of ArcIMS 4.0.1 Java Connector FREQUENCY order is not supported.
static int QUERIES
          Deprecated. As of ArcIMS 9.0 Java Connector QUERIES is not supported.
static int TAGS
          Defines the collection of objects to search.
static int WORDS
          Deprecated. As of ArcIMS 9.1 Java Connector WORDS is not supported.
 
Constructor Summary
CollectionInfo()
           
 
Method Summary
 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()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 String getTagPath()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 int getZCode()
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setCollectionType(int newCollectionType)
          Sets the type of collection contained.
 void setOrderBy(int newOrderBy)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setTagPath(String newTagPath)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 void setZCode(int newZCode)
          Deprecated. As of ArcIMS 9.1 Java Connector no replacement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORDS

public static final int WORDS
Deprecated. As of ArcIMS 9.1 Java Connector WORDS is not supported.
defines the collection of objects to search

See Also:
Constant Field Values

TAGS

public static final int TAGS
Defines the collection of objects to search.

See Also:
Constant Field Values

ALPHABETIC

public static final int ALPHABETIC
Deprecated. As of ArcIMS 9.0 Java Connector ALPHABETIC is not supported.
Used to order returns.

See Also:
Constant Field Values

FREQUENCY

public static final int FREQUENCY
Deprecated. As of ArcIMS 4.0.1 Java Connector FREQUENCY order is not supported.
See Also:
Constant Field Values

QUERIES

public static final int QUERIES
Deprecated. As of ArcIMS 9.0 Java Connector QUERIES is not supported.
Used to order returns.

See Also:
Constant Field Values
Constructor Detail

CollectionInfo

public CollectionInfo()
Method Detail

setCollectionType

public void setCollectionType(int newCollectionType)
Sets the type of collection contained.


getCollectionType

public int getCollectionType()
Returns the type of collection contained.


setTagPath

public void setTagPath(String newTagPath)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the tag path to get a collection from.


getTagPath

public String getTagPath()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the tag path for this object.


setZCode

public void setZCode(int newZCode)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the zCode.


getZCode

public int getZCode()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the zCode.


setOrderBy

public void setOrderBy(int newOrderBy)
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Sets the order by value using the static constants of this object.


getOrderBy

public int getOrderBy()
Deprecated. As of ArcIMS 9.1 Java Connector no replacement.

Returns the order by value.


getCollectionInfoElement

public Element getCollectionInfoElement()
                                 throws com.esri.aims.mtier.model.axl.AXLAttributeException
Returns this object as an Element so that it may be used in XML documents.

Throws:
com.esri.aims.mtier.model.axl.AXLAttributeException