Package com.autonomy.aci.businessobjects

Classes in this package represent the entities and data structures that can be read and/or manipulated within Autonomy's IDOL.

See:
          Description

Class Summary
AciBusinessObject Base class for all classes representing ACI business objects .
Agent Class to represent a user agent as created on and managed by IDOL server.
BaseAgent Base class for any IDOL object that has a name and an owner.
Category  
CategoryPath  
CategoryTrainingDocument  
Cluster NOT IMPLEMENTED YET.
DiSHChild Bean holding all information available from DiSH about one of its child services.
Document Encapsulates the minimum information that a document stored in IDOL must have.
LicensedFunctionality Bean used to store information about which functionalities an IDOL server is licensed for.
Privilege Represents a Privilege defined on IDOL.
Profile Class to represent a user profile as created and managed by IDOL server.
ResultDocument A document as served up by IDOL in response to a query.
ResultList General container for storing IDOL responses that contain 'autn:hit's (for example from action=Query,Suggest,AgentGetResults etc).
Role Represents a Role set on IDOL.
SecurityType Holds information about a user's access to a document repository or security type.
TermsNWeights Holds details of the terms and weights assosciated with a document, category, agent or profile.
User Represents a user entry on IDOL Server.
XMLResultDocument An extension of ResultDocument for handling documents that were indexed as XML rather than using the IDX format.
 

Package com.autonomy.aci.businessobjects Description

Classes in this package represent the entities and data structures that can be read and/or manipulated within Autonomy's IDOL. They should be used in conjunction with the com.autonomy.aci.services package.

Package Specification

This package requires the Java Platform v1.3 or later.

Related Documentation

For information on the actions and parameters that can be used to create, delete, modify and read the various objects, see the IDOL online help by sending "action=help" to its ACI port (http://<host>:<ACI port>/action=help) using a browser.

See Also:
com.autonomy.aci.services package