Concrete subclass that defines an association between a ICmPolicyControlledSweep and a ICmSweepPolicy as set in the Sweep property and the SweepSubscriber property, respectively. ICmSweepPolicyRelationship objects cannot be created directly with a factory class. They are created indirectly by creating or updating a sweep policy object.

Namespace:  FileNet.Api.Sweep
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmSweepPolicyRelationship _
	Implements ICmSweepRelationship, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject,  _
	IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmSweepPolicyRelationship : ICmSweepRelationship, 
	IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
Visual C++
public interface class ICmSweepPolicyRelationship : ICmSweepRelationship, 
	IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
JavaScript
FileNet.Api.Sweep.ICmSweepPolicyRelationship = function();
FileNet.Api.Sweep.ICmSweepPolicyRelationship.createInterface('FileNet.Api.Sweep.ICmSweepPolicyRelationship');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: CmSweepRelationship

ToggleSee Also