Note that the dynamic inheritance feature of the Content Engine security model impacts
as follows. First, modifying the security of a folder will not automatically propogate to the documents contained in the folder; that is, the security of the documents in the folder will not change. Therefore, the system will generate an
object for the folder, but it will not generate an
object for each contained document. Second, an update to any object-valued property designated as inheritable in the metadata will generate an
object .
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.UpdateSecurityEvent class. - Retrieve the
property on aAuditedEvents
,Document
, orFolder
object, and iterate theCustomObject EventSet collection for instances of
objects.UpdateSecurityEvent - Retrieve a
object from aUpdateSecurityEvent UpdateSecurityEventSet collection.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IUpdateSecurityEvent Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IUpdateSecurityEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IUpdateSecurityEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IUpdateSecurityEvent implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IUpdateSecurityEvent extends IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent