Uses of Class
com.autonomy.client.aciObject

Uses of aciObject in com.autonomy.client
 

Methods in com.autonomy.client that return aciObject
 aciObject aciObject.aciObjectFirstEntry()
          Return the first child entry from the object
 aciObject aciObject.aciObjectNextEntry()
          Return the next entry in object
 aciObject aciObject.duplicate(boolean bWithSiblings)
           
 aciObject aciObject.findFirstOccurrence(java.lang.String sTag)
          Finds first occurance of tag in the XML structure represented by acioTop (this includes the siblings of acioTop).
 aciObject aciObject.findFirstOccurrenceFromRoot(java.lang.String sTag)
          Finds first occurance of tag in the XML structure contained within the xml element represented by acioTop.
 aciObject aciObject.aciObjectExecute(aciObject oCommandToExecute)
          Execute a command.
 aciObject aciObject.parseResultString(java.lang.String sOrigXML)
          Turns xml response from an ACI server into an aciObject (or subclass) linked list using the an XML2ACIParser.
 aciObject client.aciObjectCreate(int nType)
          Create and return a new aciObject
 

Methods in com.autonomy.client with parameters of type aciObject
 aciObject aciObject.aciObjectExecute(aciObject oCommandToExecute)
          Execute a command.