Package com.ibm.websphere.personalization.resources

Interface Summary
NonCachingResourceDomain Resource collections that implement this interface will never have their results cached by Personalization caching.
PreviewObjectCreator This interface should be implemented by Resource Managers to enable preview when the resource class is an interface.
Resource This interface is used for making any data available to the Personalization Engine.
ResourceDomain3 The primary of the pair of supporting interfaces for the Resource interface, the ResourceDomain3 interface is intended to facilitate read and query access of the data mapped in by the resource collection.
ResourceManager3 The ResourceManager3 interface is intended to facilitate update of the data mapped in by the Resource interface.
SortingResourceDomain This interface may be implemented by a resource domain class to indicate whether or not it supports sorting using an orderBy clause.
 

Class Summary
ResourceImpl This class provides a basic implementation of the Resource interface with dynamic property functionality.
 

Exception Summary
AddResourceException This exception if necessary should be thrown from the ResourceManager.add() method if there is a problem, other than the fact the resource already exists, when adding a resource.
CreateResourceFromStreamException This Exception indicates an error creating a resource from a data stream, normally as XML.
DeleteResourceException This exception if necessary should be thrown from the ResourceManager.delete() method if there is a problem removing the resource.
DuplicateResourceException This exception if necessary should be thrown from the ResourceManager.add() method if the resource you are trying to add already exists.
InitException Thrown if there is a problem performing initialization of a resource collection.
QueryLanguageNotSupportedException This exception if necessary should be thrown from the ResourceDomain.findResourcesByQueryString() method if the ResourceDomain implementation does not support the specific query language specified in the first parameter of the method.
ResourceException This is the base class for Exceptions thrown by resource collections.
ResourceUpdateException This exception if necessary should be thrown if there is a problem updating an existing resource.
WriteResourceToStreamException This Exception indicates an error writing a resource to a stream, normally as XML.