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

Packages that use ReplicableClassDefinition
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 ReplicableClassDefinition in com.filenet.api.admin
 

Subinterfaces of ReplicableClassDefinition in com.filenet.api.admin
 interface DocumentClassDefinition
          Represents the class definition (mutable class metadata) of the Document class and its subclasses.
 interface VersionableClassDefinition
          Represents the parent of the DocumentClassDefinition class, which holds the class definition of a Document class and its subclasses.
 

Uses of ReplicableClassDefinition in com.filenet.api.core
 

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



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