Uses of Interface
com.filenet.api.admin.ClassDefinition

Packages that use ClassDefinition
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of ClassDefinition in com.filenet.api.admin
 

Subinterfaces of ClassDefinition in com.filenet.api.admin
 interface DocumentClassDefinition
          Represents the class definition (mutable class metadata) of the Document class and its subclasses.
 interface EventClassDefinition
          Represents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.
 interface ReplicableClassDefinition
          Represents the class definition (mutable class metadata) of classes of which an object instance can be replicated.
 interface SubscribableClassDefinition
          Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.
 interface VersionableClassDefinition
          Represents the parent of the DocumentClassDefinition class, which holds the class definition of a Document class and its subclasses.
 

Methods in com.filenet.api.admin that return ClassDefinition
 ClassDefinition ClassDefinition.createSubclass()
          Creates a subclass of the class defined by this class definition.
 ClassDefinition ClassDefinition.createSubclass(Id id)
          Creates a subclass, with the specified ID, of the class defined by this class definition.
 ClassDefinition IndexJobClassItem.get_ClassDefinition()
          Returns the value of the ClassDefinition property.
 ClassDefinition ClassDefinition.get_SuperclassDefinition()
          Returns the value of the SuperclassDefinition property.
 

Methods in com.filenet.api.admin with parameters of type ClassDefinition
 void IndexJobClassItem.set_ClassDefinition(ClassDefinition value)
          Sets the value of the ClassDefinition property.
 

Uses of ClassDefinition in com.filenet.api.core
 

Methods in com.filenet.api.core that return ClassDefinition
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object ID from the specified object store.
static ClassDefinition Factory.ClassDefinition.fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)
          Retrieves an object of the ClassDefinition class by the specified object identity from the specified object store.
static ClassDefinition Factory.ClassDefinition.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ClassDefinition class from the specified object store.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.