Package com.autonomy.aci.services

The ACI Services API provides access to the full functionality of IDOL at a more object-oriented level than the ACI Client API.

See:
          Description

Interface Summary
AgentFunctionality  
ChannelsFunctionality  
ClusteringFunctionality  
CollaborationFunctionality  
ConceptRetrievalFunctionality  
HyperlinkingFunctionality  
LiteRetrievalFunctionality  
ParametricRetrievalFunctionality  
ProfilingFunctionality  
TaxonomyFunctionality  
UserFunctionality  
 

Class Summary
DiSHService Service class for reading from the DiSH controller of IDOL server.
IDOLService Class giving access to IDOL's functionality according to licensable functionality.
 

Package com.autonomy.aci.services Description

The ACI Services API provides access to the full functionality of IDOL at a more object-oriented level than the ACI Client API. The methods available from this package allow the objects found in IDOL (defined in the com.autonomy.aci.businessobjects package) to be manipulated as concrete entities, rather than as abstracted parameter values when calling actions directly using the ACI Client API.

IDOL functionality is grouped into a set of interfaces which can be accessed through IDOLService class. Both single-IDOL and multiple-IDOL architectures are supported by this class.



Package Specification

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

Related Documentation

For additional information on:

See Also:
com.autonomy.aci.businessobjects package