Uses of Interface
com.arsdigita.domain.DomainObjectObserver

Packages that use DomainObjectObserver
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.kernel.permissions The permissioning (authorization) system. 
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
 

Uses of DomainObjectObserver in com.arsdigita.auditing
 

Classes in com.arsdigita.auditing that implement DomainObjectObserver
 class AuditingObserver
          Implements DomainObjectObserver pattern so that it can be added to another DomainObject to provide automatic auditing.
 

Uses of DomainObjectObserver in com.arsdigita.domain
 

Subinterfaces of DomainObjectObserver in com.arsdigita.domain
 interface GlobalObserver
          The GlobalObserver interface can be used in conjunction with the GlobalObserverManager to register an observer that will observe every single observable domain object.
 

Classes in com.arsdigita.domain that implement DomainObjectObserver
 class AbstractDomainObjectObserver
          Abstract implementation of DomainObjectObserver.
 class DeleteCheckObserver
          DomainObjectObserver which checks that a delete will not fail before trying to perform it.
 

Methods in com.arsdigita.domain with parameters of type DomainObjectObserver
 void ObservableDomainObject.addObserver(DomainObjectObserver doo)
          Adds a new observer.
 

Uses of DomainObjectObserver in com.arsdigita.kernel.permissions
 

Classes in com.arsdigita.kernel.permissions that implement DomainObjectObserver
 class PermissionsObserver
          Global observer to enforce permissions on ACS Objects.
 

Uses of DomainObjectObserver in com.arsdigita.search.intermedia
 

Classes in com.arsdigita.search.intermedia that implement DomainObjectObserver
 class SearchableObserver
          Deprecated. use MetadataProvider instead of Searchable
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC