Package | Description |
---|---|
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 | Method and Description |
---|---|
static CmSweepRelationship |
Factory.CmSweepRelationship.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepRelationship class
by the specified object ID from the specified object store. |
static CmSweepRelationship |
Factory.CmSweepRelationship.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
CmSweepRelationship class from the specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmSweepPolicyRelationship
Concrete subclass that defines an association between a
CmPolicyControlledSweep
and a CmSweepPolicy ,
as set in the Sweep property and the SweepSubscriber property, respectively. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.