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 CmSweepAction |
Factory.CmSweepAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmSweepAction class to be persisted in the specified object store. |
static CmSweepAction |
Factory.CmSweepAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmSweepAction class to be persisted in the specified object store. |
static CmSweepAction |
Factory.CmSweepAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSweepAction class
by the specified object ID from the specified object store. |
static CmSweepAction |
Factory.CmSweepAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmSweepAction class from the
specified object store. |
Modifier and Type | Method and Description |
---|---|
CmSweepAction |
CmCustomSweepPolicy.get_SweepAction()
Returns the value of the SweepAction property.
|
CmSweepAction |
CmCustomSweepJob.get_SweepAction()
Returns the value of the SweepAction property.
|
CmSweepAction |
CmCustomQueueSweep.get_SweepAction()
Returns the value of the SweepAction property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmCustomSweepPolicy.set_SweepAction(CmSweepAction value)
Sets the value of the SweepAction property.
|
void |
CmCustomSweepJob.set_SweepAction(CmSweepAction value)
Sets the value of the SweepAction property.
|
void |
CmCustomQueueSweep.set_SweepAction(CmSweepAction value)
Sets the value of the SweepAction property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.