Creating a Custom Sweep Action
A CmSweepAction object
specifies the action handler implementation that processes class instances
that are retrieved by a sweep.
Creating a Custom Sweep Object
A sweep object provides properties
for setting a target class from which to retrieve instances, and for
filtering out retrieved instances that do not comply to specified
criteria. A custom sweep object includes an additional property, which
specifies the user-implemented action handler that processes the instances
that are retrieved by the sweep object.