-
Packages that use ReplicableClassDefinition Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of ReplicableClassDefinition in com.filenet.api.admin
Subinterfaces of ReplicableClassDefinition in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmConversionSettingsClassDefinitionThis interface is not supported.interfaceCmRoleClassDefinitionMutable metadata class defining a subclass ofCmRole.interfaceDocumentClassDefinitionRepresents the class definition (mutable class metadata) of theDocumentclass and its subclasses.interfaceVersionableClassDefinitionRepresents the parent of theDocumentClassDefinitionclass, which holds the class definition of aDocumentclass and its subclasses. -
Uses of ReplicableClassDefinition in com.filenet.api.core
Methods in com.filenet.api.core that return ReplicableClassDefinition Modifier and Type Method and Description static ReplicableClassDefinitionFactory.ReplicableClassDefinition. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theReplicableClassDefinitionclass by the specified object ID from the specified object store.static ReplicableClassDefinitionFactory.ReplicableClassDefinition. getInstance(ObjectStore os, Id objectId)Constructs an instance of theReplicableClassDefinitionclass from the specified object store.
-