Uses of Class
com.arsdigita.persistence.metadata.ObjectType

Packages that use ObjectType
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.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.lucene This package is now deprecated. 
com.arsdigita.metadata Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. 
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
com.arsdigita.persistence.metadata Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. 
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.filters   
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.search.lucene Provides APIs to be used by query engine implementors to interact with the Lucene search engine. 
com.arsdigita.search.ui.filters   
com.arsdigita.versioning Provides for versioning of data objects. 
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
com.redhat.persistence.pdl   
 

Uses of ObjectType in com.arsdigita.auditing
 

Constructors in com.arsdigita.auditing with parameters of type ObjectType
AuditedACSObject(ObjectType type)
          Equaivalent to the corresponding ACSObject constructor.
 

Uses of ObjectType in com.arsdigita.categorization
 

Constructors in com.arsdigita.categorization with parameters of type ObjectType
CategoryPurpose(ObjectType type)
          Deprecated. Initializes the contained data object with a new data object whose object type is the specified type.
Category(ObjectType type)
          Initializes the contained data object with a new data object whose object type is the specified type.
 

Uses of ObjectType in com.arsdigita.domain
 

Methods in com.arsdigita.domain that return ObjectType
 ObjectType DomainObject.getObjectType()
          Returns the type of this persistent object.
 

Methods in com.arsdigita.domain with parameters of type ObjectType
static void DomainObjectTraversal.registerAdapter(ObjectType type, DomainObjectTraversalAdapter adapter, String context)
          Registers a traversal adapter for an object type in a given context.
static void DomainObjectTraversal.unregisterAdapter(ObjectType type, String context)
          Unregisteres a traversal adapter for an object type in a given context
static DomainObjectTraversalAdapter DomainObjectTraversal.lookupAdapter(ObjectType type, String context)
          Retrieves the traversal adapter for an object type in a given context.
static DomainObjectTraversalAdapter DomainObjectTraversal.findAdapter(ObjectType type, String context)
          Retrieves the closest matching traversal adapter for an object type in a given context.
static void DomainObjectXMLRenderer.registerFormatter(ObjectType type, DomainObjectXMLFormatter formatter, String context)
          Registers a traversal formatter for an object type in a given context.
static void DomainObjectXMLRenderer.unregisterFormatter(ObjectType type, String context)
          Unregisteres a traversal formatter for an object type in a given context
static DomainObjectXMLFormatter DomainObjectXMLRenderer.getFormatter(ObjectType type, String context)
          Retrieves the traversal formatter for an object type in a given context.
static DomainObjectXMLFormatter DomainObjectXMLRenderer.findFormatter(ObjectType type, String context)
          Retrieves the closest matching traversal formatter for an object type in a given context.
static DomainObjectInstantiator DomainObjectFactory.registerInstantiator(ObjectType dataObjectType, DomainObjectInstantiator instantiator)
          Register an instantiator for the data object type specified by dataObjectType.
static DomainObjectInstantiator DomainObjectFactory.getRegisteredInstantiator(ObjectType dataObjectType)
          Get the registered instantiator for the specified object type.
static DomainObjectInstantiator DomainObjectFactory.getInstantiator(ObjectType dataObjectType)
          Get the registered or inherited instantiator for the specified object type.
protected  void DomainObject.specializeDataObject(ObjectType subtype)
          Specializes the encapsulated data object by turning it into a subtype of this object's current type.
 

Constructors in com.arsdigita.domain with parameters of type ObjectType
DomainObjectTraversal.AdapterKey(ObjectType type, String context)
           
DomainObject(ObjectType type)
          Constructor.
ObservableDomainObject(ObjectType type)
          Constructor.
 

Uses of ObjectType in com.arsdigita.formbuilder
 

Constructors in com.arsdigita.formbuilder with parameters of type ObjectType
WidgetLabel(ObjectType type)
          Constructor.
PersistentTextField(ObjectType type)
           
PersistentTextArea(ObjectType type)
           
PersistentSubmit(ObjectType type)
           
PersistentSingleSelect(ObjectType type)
           
PersistentRadioGroup(ObjectType type)
           
PersistentPassword(ObjectType type)
           
PersistentSelect(ObjectType type)
           
PersistentMultipleSelect(ObjectType type)
           
PersistentLabel(ObjectType type)
           
PersistentText(ObjectType type)
           
PersistentHeading(ObjectType type)
           
PersistentProcessListener(ObjectType type)
           
PersistentFormSection(ObjectType type)
           
PersistentForm(ObjectType type)
           
PersistentDeditor(ObjectType type)
           
PersistentDate(ObjectType type)
           
PersistentOption(ObjectType type)
           
PersistentOptionGroup(ObjectType type)
           
PersistentCheckboxGroup(ObjectType type)
           
MetaObject(ObjectType type)
          Constructor used by subclasses when creating a new meta object.
PersistentHidden(ObjectType type)
           
HiddenIDGenerator(ObjectType type)
           
PersistentDataQuery(ObjectType type)
          Constructor.
PersistentComponent(ObjectType type)
           
PersistentWidget(ObjectType type)
           
DataDrivenSelect(ObjectType type)
           
BebopObjectType(ObjectType type)
           
 

Uses of ObjectType in com.arsdigita.formbuilder.actions
 

Constructors in com.arsdigita.formbuilder.actions with parameters of type ObjectType
XMLEmailListener(ObjectType type)
           
TemplateEmailListener(ObjectType type)
           
SimpleEmailListener(ObjectType type)
           
RemoteServerPostListener(ObjectType type)
           
ConfirmRedirectListener(ObjectType type)
           
ConfirmEmailListener(ObjectType type)
           
 

Uses of ObjectType in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel with parameters of type ObjectType
static URLFinder URLService.registerFinder(ObjectType objectType, URLFinder finder)
          Registers a URLFinder for the specified data object type.
static URLFinder URLService.getRegisteredFinder(ObjectType objectType)
          Returns the URLFinder registered for the given object type.
static URLFinder URLService.getFinder(ObjectType objectType)
          Gets the registered or inherited URLFinder for the specified object type.
 

Constructors in com.arsdigita.kernel with parameters of type ObjectType
Group(ObjectType type)
          Constructor in which the contained DataObject is initialized with a new DataObject with an ObjectType specified by type.
ACSObject(ObjectType type)
          Constructor in which the contained DataObject is initialized with a new DataObject with an ObjectType specified by type.
Party(ObjectType type)
          Constructor in which the contained DataObject is initialized with a new DataObject with an ObjectType specified by type.
User(ObjectType type)
          Constructor in which the contained DataObject is initialized with a new DataObject with an ObjectType specified by type.
 

Uses of ObjectType in com.arsdigita.lucene
 

Constructors in com.arsdigita.lucene with parameters of type ObjectType
StandardAdapter(ObjectType type, Property id, Property title, Property summary, Property[] content)
          Deprecated.  
StandardAdapter(ObjectType type, String id, String title, String summary, String[] content)
          Deprecated.  
 

Uses of ObjectType in com.arsdigita.metadata
 

Methods in com.arsdigita.metadata that return ObjectType
 ObjectType DynamicObjectType.save()
          This persists the changes made so that the information is stored and will not be lost on server restart.
 ObjectType DynamicObjectType.getObjectType()
          This method returns the ObjectType that is being manipulated by this DynamicObjectType
 

Methods in com.arsdigita.metadata with parameters of type ObjectType
 Property DynamicObjectType.addOptionalAssociation(String name, ObjectType type)
          Adds an optional one-way association (a role reference) to this Dynamic ObjectType.
 Property DynamicObjectType.addRequiredAssociation(String name, ObjectType type, Object defaultValue)
          Adds an required one-way association (a role reference) to this Dynamic ObjectType.
 Property DynamicObjectType.addCollectionAssociation(String name, ObjectType type)
          Adds a multiplicitous one-way association (a role reference) to this Dynamic ObjectType.
 Property DynamicObjectType.addAssociation(String name, ObjectType objType, int mult, Object defaultValue)
          Adds a one-way association (a role reference) to this Dynamic ObjectType.
 

Constructors in com.arsdigita.metadata with parameters of type ObjectType
DynamicObjectType(String name, ObjectType supertype)
          This procedures allows developers to dynamically create object types that subtype existing object types.
DynamicObjectType(String name, ObjectType supertype, Model model)
          This procedures allows developers to dynamically create object types that may or may not subtype an object.
DynamicObjectType(ObjectType objectType)
          This allows the programmer to instantiate an already existing dynamic object type.
 

Uses of ObjectType in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return ObjectType
 ObjectType DataQueryDataCollectionAdapter.getObjectType()
           
 ObjectType DataCollection.getObjectType()
          Returns the object type of the data collection.
 ObjectType DataAssociation.getObjectType()
          Deprecated. use DataAssociation.cursor().getObjectType()
 ObjectType DataObject.getObjectType()
          Returns the type of this persistent object.
 ObjectType OID.getDataObjectType()
          Deprecated.  
 ObjectType OID.getObjectType()
           
 

Methods in com.arsdigita.persistence with parameters of type ObjectType
 DataObject Session.create(ObjectType type)
          Creates and returns a DataObject of the given type.
 DataCollection Session.retrieve(ObjectType type)
          Retrieves a collection of objects of the specified objectType.
 void DataObject.specialize(ObjectType subtype)
          Specializes this persistent object by turning it into a subtype of this object's current type.
 

Constructors in com.arsdigita.persistence with parameters of type ObjectType
OID(ObjectType type)
          Creates an OID for the Object type.
OID(ObjectType type, Object value)
          Creates an OID with a single attribute for the key.
OID(ObjectType type, int value)
          Creates an OID with a single attribute for the key.
 

Uses of ObjectType in com.arsdigita.persistence.metadata
 

Methods in com.arsdigita.persistence.metadata that return ObjectType
 ObjectType MetadataRoot.getObjectType(String name)
          Returns an ObjectType given a fully qualified type name or null if no such type exists.
 ObjectType ObjectType.getSupertype()
          Returns the supertype of this ObjectType or null if this is a base type.
 ObjectType ObjectType.getBasetype()
          Returns the base type of this ObjectType (which may simply be the current ObjectType).
 ObjectType Model.getObjectType(String name)
          Returns the ObjectType with the given name.
 

Methods in com.arsdigita.persistence.metadata with parameters of type ObjectType
 void ObjectTypeRegistry.registerAdapter(ObjectType type, Object adapter)
          Registers an adapter for a type
 void ObjectTypeRegistry.unregisterAdapter(ObjectType type)
          Unregisters an adapter for a type
 Object ObjectTypeRegistry.getAdapter(ObjectType type)
          Retrieves the adapter registered against this type, or null if none is registered.
 Object ObjectTypeRegistry.findAdapter(ObjectType type)
          Retrieves the best matching adapter for a object type.
 boolean ObjectType.isSubtypeOf(ObjectType type)
          Returns true if this ObjectType is a subtype of type.
static void ObjectType.verifySubtype(ObjectType baseType, ObjectType extendedType)
          Checks if the ObjectType specified by extendedType is a subtype of the ObjectType specified by baseType.
static void ObjectType.verifySubtype(String baseType, ObjectType extendedType)
           
static void ObjectType.verifySubtype(ObjectType baseType, String extendedType)
           
 

Uses of ObjectType in com.arsdigita.search
 

Methods in com.arsdigita.search with parameters of type ObjectType
static void MetadataProviderRegistry.registerAdapter(ObjectType type, MetadataProvider adapter)
          Registers an adapter against an object type
static void MetadataProviderRegistry.unregisterAdapter(ObjectType type)
          Unregisters an adapter against an object type
static MetadataProvider MetadataProviderRegistry.getAdapter(ObjectType type)
          Returns the adapter registered against an object type
static MetadataProvider MetadataProviderRegistry.findAdapter(ObjectType type)
          Searches up the object type hierarchy until a metadata provider adapter is found
 

Constructors in com.arsdigita.search with parameters of type ObjectType
SearchableACSObject(ObjectType type)
          Deprecated.  
 

Uses of ObjectType in com.arsdigita.search.filters
 

Methods in com.arsdigita.search.filters that return ObjectType
 ObjectType[] ObjectTypeFilterSpecification.getTypes()
          Returns the set of object types to filter on
 

Constructors in com.arsdigita.search.filters with parameters of type ObjectType
ObjectTypeFilterSpecification(ObjectType type)
          Creates a new filter restricting results to a single object type.
ObjectTypeFilterSpecification(ObjectType[] types)
          Creates a new filter restricting results to a set object type.
 

Uses of ObjectType in com.arsdigita.search.intermedia
 

Constructors in com.arsdigita.search.intermedia with parameters of type ObjectType
SearchableACSObject(ObjectType type)
          Deprecated.  
 

Uses of ObjectType in com.arsdigita.search.lucene
 

Methods in com.arsdigita.search.lucene that return ObjectType
 ObjectType StandardAdapter.getObjectType(DomainObject dobj)
           
abstract  ObjectType Adapter.getObjectType(DomainObject dobj)
           
 

Methods in com.arsdigita.search.lucene with parameters of type ObjectType
 boolean Registry.hasAdapter(ObjectType type)
           
 Adapter Registry.getAdapter(ObjectType type)
           
 void Registry.addAdapter(ObjectType type, Adapter adapter)
           
 

Constructors in com.arsdigita.search.lucene with parameters of type ObjectType
StandardAdapter(ObjectType type, Property id, Property title, Property summary, Property[] content)
           
StandardAdapter(ObjectType type, String id, String title, String summary, String[] content)
           
 

Uses of ObjectType in com.arsdigita.search.ui.filters
 

Constructors in com.arsdigita.search.ui.filters with parameters of type ObjectType
ObjectTypeFilterWidget(ObjectType[] types)
          Creates a new filter component for selecting amongst a number of object types
 

Uses of ObjectType in com.arsdigita.versioning
 

Methods in com.arsdigita.versioning with parameters of type ObjectType
protected static boolean VersionedACSObject.isSubtype(ObjectType subType)
          Deprecated.  
 

Constructors in com.arsdigita.versioning with parameters of type ObjectType
VersionedACSObject(ObjectType type)
          Deprecated.  
 

Uses of ObjectType in com.arsdigita.workflow.simple
 

Constructors in com.arsdigita.workflow.simple with parameters of type ObjectType
UserTask(ObjectType type)
          Constructor for a user task that is used for setting the object type.
WorkflowTemplate(ObjectType type)
          Constructor for setting the object type name.
TaskComment(ObjectType type)
          Constructor for setting the object type.
Workflow(ObjectType type)
          Constructor for setting the object type.
Task(ObjectType type)
          Creates a new task given the object type.
 

Uses of ObjectType in com.redhat.persistence.pdl
 

Methods in com.redhat.persistence.pdl with parameters of type ObjectType
 void VersioningMetadata.NodeVisitor.onObjectType(ObjectType objType, boolean isMarkedVersioned)
          This method is called whenever an object type node is traversed in the PDL AST.
 



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