-
Packages that use ClassDefinition 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.com.filenet.api.sweep Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria. -
-
Uses of ClassDefinition in com.filenet.api.admin
Subinterfaces of ClassDefinition in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmConversionSettingsClassDefinitionThis interface is not supported.interfaceCmDependentClassDefinitioninterfaceCmQueueEntryClassDefinitionMutable metadata class defining a subclass ofCmAbstractQueueEntry.interfaceCmRoleClassDefinitionMutable metadata class defining a subclass ofCmRole.interfaceDocumentClassDefinitionRepresents the class definition (mutable class metadata) of theDocumentclass and its subclasses.interfaceEventClassDefinitionRepresents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.interfaceReplicableClassDefinitionRepresents the class definition (mutable class metadata) of classes of which an object instance can be replicated.interfaceSubscribableClassDefinitionRepresents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.interfaceVersionableClassDefinitionRepresents the parent of theDocumentClassDefinitionclass, which holds the class definition of aDocumentclass and its subclasses.Methods in com.filenet.api.admin that return ClassDefinition Modifier and Type Method and Description ClassDefinitionClassDefinition. createSubclass()Creates a subclass of the class defined by this class definition.ClassDefinitionClassDefinition. createSubclass(Id id)Creates a subclass, with the specified ID, of the class defined by this class definition.ClassDefinitionIndexJobClassItem. get_ClassDefinition()Returns the value of the ClassDefinition property.ClassDefinitionCmRoleAccessDefinition. get_ControlledClass()Returns the value of the ControlledClass property.ClassDefinitionClassDefinition. get_SuperclassDefinition()Returns the value of the SuperclassDefinition property.Methods in com.filenet.api.admin with parameters of type ClassDefinition Modifier and Type Method and Description voidIndexJobClassItem. set_ClassDefinition(ClassDefinition value)Sets the value of the ClassDefinition property.voidCmRoleAccessDefinition. set_ControlledClass(ClassDefinition value)Sets the value of the ControlledClass property. -
Uses of ClassDefinition in com.filenet.api.core
Methods in com.filenet.api.core that return ClassDefinition Modifier and Type Method and Description static ClassDefinitionFactory.ClassDefinition. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theClassDefinitionclass by the specified object ID from the specified object store.static ClassDefinitionFactory.ClassDefinition. fetchInstance(ObjectStore os, java.lang.String objectIdentity, PropertyFilter filter)Retrieves an object of theClassDefinitionclass by the specified object identity from the specified object store.static ClassDefinitionFactory.ClassDefinition. getInstance(ObjectStore os, Id objectId)Constructs an instance of theClassDefinitionclass from the specified object store. -
Uses of ClassDefinition in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return ClassDefinition Modifier and Type Method and Description ClassDefinitionCmSweepPolicy. get_SweepTarget()Returns the value of the SweepTarget property.ClassDefinitionCmSweep. get_SweepTarget()Returns the value of the SweepTarget property.Methods in com.filenet.api.sweep with parameters of type ClassDefinition Modifier and Type Method and Description voidCmSweepPolicy. set_SweepTarget(ClassDefinition value)Sets the value of the SweepTarget property.voidCmSweep. set_SweepTarget(ClassDefinition value)Sets the value of the SweepTarget property.
-