com.filenet.api.sweep
Interface CmSweepPolicyRelationship
-
- All Superinterfaces:
- CmSweepRelationship, EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable, Subscribable
public interface CmSweepPolicyRelationship extends RepositoryObject, CmSweepRelationship
Concrete subclass that defines an association between aCmPolicyControlledSweepand aCmSweepPolicy, as set in the Sweep property and the SweepSubscriber property, respectively.CmSweepPolicyRelationshipobjects cannot be created directly with a factory class. They are created indirectly by creating or updating a sweep policy object.Metadata
-
-
Method Summary
-
Methods inherited from interface com.filenet.api.sweep.CmSweepRelationship
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_Id, get_LastModifier, get_Sweep, get_SweepSubscriber, set_Creator, set_DateCreated, set_DateLastModified, set_LastModifier, set_Sweep, set_SweepSubscriber
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-