Uses of Class
com.arsdigita.domain.ObservableDomainObject

Packages that use ObservableDomainObject
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.actions Specific form actions that can be used by the form designer. 
com.arsdigita.formbuilder.parameters Validation listeners for formbuilder. 
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.messaging Messaging provides a standard set of abstractions for creating and storing messages. 
com.arsdigita.notification Notification provides the application-level capabilities needed for outbound email. 
com.arsdigita.portal Basic portal infrastructure. 
com.arsdigita.portal.apportlet   
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.util Utility classes. 
com.arsdigita.versioning Provides for versioning of data objects. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Uses of ObservableDomainObject in com.arsdigita.auditing
 

Subclasses of ObservableDomainObject in com.arsdigita.auditing
 class AuditedACSObject
          Base class.
 

Uses of ObservableDomainObject in com.arsdigita.categorization
 

Subclasses of ObservableDomainObject in com.arsdigita.categorization
 class Category
          Implements persistent storage of categories.
 class CategoryPurpose
          Deprecated. See the note about "use context" methods in the documentation for Category class.
 

Uses of ObservableDomainObject in com.arsdigita.domain
 

Methods in com.arsdigita.domain with parameters of type ObservableDomainObject
static void DeleteCheckObserver.observe(ObservableDomainObject obj)
           
 

Uses of ObservableDomainObject in com.arsdigita.formbuilder
 

Subclasses of ObservableDomainObject in com.arsdigita.formbuilder
 class BebopObjectType
          This class defines a persistent object, whose subclasses will have meta objects associated with them.
 class DataDrivenSelect
           
 class HiddenIDGenerator
           
 class MetaObject
          The MetaObject class maintains the meta-information required by the formbuilder UI for creating and editing the attributes of persistent objects.
 class PersistentCheckboxGroup
          This class is responsible for persisting Bebop CheckboxGroups.
 class PersistentComponent
          The super class of all domain objects in the Form Builder service that enable persistence of Bebop Forms and their Components.
 class PersistentDataQuery
          This class is used to maintain the list of data queries available to the DataDrivenSelect class.
 class PersistentDate
          This class is responsible for persisting Bebop Dates.
 class PersistentDeditor
          This class is responsible for persisting Bebop Deditors.
 class PersistentForm
          This domain object manages persistence of a Bebop Form.
 class PersistentFormSection
          This domain object manages persistence of a Bebop FormSection.
 class PersistentHeading
          This class is responsible for persisting Headings that can be used as section headings to break the form in to multiple logical groupings.
 class PersistentHidden
          This class is responsible for persisting Bebop Hiddens.
 class PersistentLabel
          This class is responsible for persisting Bebop Labels.
 class PersistentMultipleSelect
          This class is responsible for persisting Bebop MultipleSelects.
 class PersistentOption
          This class is responsible for persisting Bebop Options.
 class PersistentOptionGroup
          This class is responsible for persisting Bebop OptionGroups.
 class PersistentPassword
          This class is responsible for persisting Bebop Passwords.
 class PersistentProcessListener
           
 class PersistentRadioGroup
          This class is responsible for persisting Bebop RadioGroups.
 class PersistentSelect
          This class is responsible for persisting Bebop Selects.
 class PersistentSingleSelect
          This class is responsible for persisting Bebop SingleSelects.
 class PersistentSubmit
          This class is responsible for persisting Bebop Submits.
 class PersistentText
          This class is responsible for persisting Texts that can be used as section headings to break the form in to multiple logical groupings.
 class PersistentTextArea
          This class is responsible for persisting Bebop TextAreas.
 class PersistentTextField
          This class is responsible for persisting Bebop TextFields.
 class PersistentWidget
          This class is responsible for persisting attributes common to Bebop Widgets.
 class WidgetLabel
          This class is used to associate PersistentLabels with PersistentWidgets.
 

Uses of ObservableDomainObject in com.arsdigita.formbuilder.actions
 

Subclasses of ObservableDomainObject in com.arsdigita.formbuilder.actions
 class ConfirmEmailListener
           
 class ConfirmRedirectListener
           
 class RemoteServerPostListener
          This is a process listener that takes all of the FormData from the submission and then sends it to the passed in URL as a POST.
 class SimpleEmailListener
           
 class TemplateEmailListener
           
 class XMLEmailListener
           
 

Uses of ObservableDomainObject in com.arsdigita.formbuilder.parameters
 

Subclasses of ObservableDomainObject in com.arsdigita.formbuilder.parameters
 class PersistentParameterListener
          The base class of all persistent parameter listeners.
 class PersistentStringInRangeValidationListener
          Validates that a string has a particular minimum and maximum length.
 class TextValidationListener
           
 

Uses of ObservableDomainObject in com.arsdigita.kernel
 

Subclasses of ObservableDomainObject in com.arsdigita.kernel
 class ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
 class Group
          Represents a group.
 class PackageInstance
          Represents an object that corresponds to a package type.
 class Party
          Represents a party, which can either be a group or a user.
 class Resource
           
 class SiteNode
          Deprecated. Use Application instead.
 class Stylesheet
           
 class User
          Represents a user.
 

Uses of ObservableDomainObject in com.arsdigita.messaging
 

Subclasses of ObservableDomainObject in com.arsdigita.messaging
 class Message
          A plain text message with optional attachments.
 class MessagePart
          Represents a message part (that is, an attachment).
 class MessageThread
          This class abstracts the concept of a Thread of messages.
 class ThreadedMessage
          Extends Message in a way that allows messages to be organized into discussion threads with a tree structure.
 

Uses of ObservableDomainObject in com.arsdigita.notification
 

Subclasses of ObservableDomainObject in com.arsdigita.notification
 class BaseSubscription
          The abstract BaseSubscription class provides the ability for Users to sign up for email notifications.
 class Digest
          Models the envelope information associated with a digest.
 class Notification
          The Notification class is used to create and send messages via email to ACS users and groups.
 

Uses of ObservableDomainObject in com.arsdigita.portal
 

Subclasses of ObservableDomainObject in com.arsdigita.portal
 class AgentPortlet
           This Portlet class is used for creating portlets to be rendered in a sub portal.
 class Portal
          A domain class for portals.
 class Portlet
           A Portlet is a domain class that provides a window or channel into a content source ( such as a web application, content item, remote content site).
 

Uses of ObservableDomainObject in com.arsdigita.portal.apportlet
 

Subclasses of ObservableDomainObject in com.arsdigita.portal.apportlet
 class AppPortlet
           
 

Uses of ObservableDomainObject in com.arsdigita.search.intermedia
 

Subclasses of ObservableDomainObject in com.arsdigita.search.intermedia
 class SearchableACSObject
          Deprecated. register a com.arsdigita.search.MetadataProvider instead
 

Uses of ObservableDomainObject in com.arsdigita.ui.admin
 

Subclasses of ObservableDomainObject in com.arsdigita.ui.admin
 class Admin
          Site wide admin application.
 

Uses of ObservableDomainObject in com.arsdigita.ui.sitemap
 

Subclasses of ObservableDomainObject in com.arsdigita.ui.sitemap
 class SiteMap
          Sitemap administration application.
 

Uses of ObservableDomainObject in com.arsdigita.util
 

Constructors in com.arsdigita.util with parameters of type ObservableDomainObject
HierarchyDenormalization(String operationName, ObservableDomainObject object, String attributeName)
           
HierarchyDenormalization(String operationName, ObservableDomainObject object, String attributeName, String id)
           
 

Uses of ObservableDomainObject in com.arsdigita.versioning
 

Subclasses of ObservableDomainObject in com.arsdigita.versioning
 class VersionedACSObject
          Deprecated. with no replacement. See the note in com.arsdigita.versioning.
 

Uses of ObservableDomainObject in com.arsdigita.web
 

Subclasses of ObservableDomainObject in com.arsdigita.web
 class Application
          A base class for defining a web application.
 

Uses of ObservableDomainObject in com.arsdigita.workflow.simple
 

Subclasses of ObservableDomainObject in com.arsdigita.workflow.simple
 class Task
          This class represents the properties of a Task.
 class TaskComment
          A comment on a task.
 class UserTask
          Aser task that is associated with an interface for performing some manual operation.
 class Workflow
          Represents a process instance that is assigned to a particular process that is associated with some object.
 class WorkflowTemplate
           
 



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