Event reported when the TakeFederatedOwnership
method is applied to a Document object.
Namespace:
FileNet.Api.EventsYou can instantiate a TakeFederatedOwnershipEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.TakeFederatedOwnershipEvent class.
- Retrieve a TakeFederatedOwnershipEvent object from a TakeFederatedOwnershipEvent collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ITakeFederatedOwnershipEvent _ Implements IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, _ IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ITakeFederatedOwnershipEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Visual C++ |
---|
public interface class ITakeFederatedOwnershipEvent : IObjectChangeEvent, IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JavaScript |
---|
FileNet.Api.Events.ITakeFederatedOwnershipEvent = function(); FileNet.Api.Events.ITakeFederatedOwnershipEvent.createInterface('FileNet.Api.Events.ITakeFederatedOwnershipEvent'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent