The event action object that defines the actions to be taken when a event occurs that is subscribed to by a EventAction object, which must already exist in the object store. You then specify the property when you create the
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Subscription
-based object (ClassSubscription
, ClassWorkflowSubscription
, InstanceSubscription
, InstanceWorkflowSubscription
). You set the property with an Subscription
-based object. Once this property is set, the Content Engine adds the
-based object to the
object's
collection property.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property EventAction As IEventAction |
C# |
---|
IEventAction EventAction { get; set; } |
C++ |
---|
property IEventAction EventAction abstract { IEventAction get(); void set(IEventAction value); } |
J# |
---|
/** property */ public IEventAction get_EventAction(); /** property */ public void set_EventAction(IEventAction value); |
JScript |
---|
public function get EventAction() : IEventAction public function set EventAction(value : IEventAction); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: Subscriptions
RequiredClass: EventAction
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: LINK