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 as
EntireNetwork , 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmConversionSettingsClassDefinition
This interface is not supported.
|
interface |
CmQueueEntryClassDefinition
Mutable metadata class defining a subclass of
CmAbstractQueueEntry . |
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexJobClassItem.set_ClassDefinition(ClassDefinition value)
Sets the value of the ClassDefinition property.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
CmSweepPolicy.get_SweepTarget()
Returns the value of the SweepTarget property.
|
ClassDefinition |
CmSweep.get_SweepTarget()
Returns the value of the SweepTarget property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmSweepPolicy.set_SweepTarget(ClassDefinition value)
Sets the value of the SweepTarget property.
|
void |
CmSweep.set_SweepTarget(ClassDefinition value)
Sets the value of the SweepTarget property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.