Click or drag to resize

UserBusinessRuleEventsRepositoryEventType Class

Allowed values for the EventType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.Systems.BpmUserBusinessRuleEventsRepositoryEventType

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class EventType : Enum

The UserBusinessRuleEventsRepositoryEventType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAGGREGATECLIENTCOMMIT
Occurs for the aggregate root when saving a change of an aggregate object, but only when the change is made by a client application. If the change is made by the server, the event will not be triggered.. Stored as 'AGGREGATECLIENTCOMMIT'.
Public fieldStatic memberATTRIBUTECHANGED
Occurs after the attribute's value is changed. The attribute's name is specified in the 'Event Parameter' field.. Stored as 'ATTRIBUTECHANGED'.
Public fieldStatic memberATTRIBUTECHANGING
Occurs before the attribute's value is changed. The attribute's name is specified in the 'Event Parameter' field.. Stored as 'ATTRIBUTECHANGING'.
Public fieldStatic memberCLIENTCOMMIT
Occurs when saving a change of the object, when the change is made by a client application. If the change is made by the server, the event will not be triggered.. Stored as 'CLIENTCOMMIT'.
Public fieldStatic memberCOMMIT
Occurs when saving a change of the object.. Stored as 'COMMIT'.
Public fieldStatic memberSTATECHANGED
Occurs when the document state is changed. The state is specified in the 'Event Parameter' field. Possible parameter values are 'PLANNED', 'FIRMPLANNED', 'RELEASED', 'COMPLETED' and 'CLOSED'.. Stored as 'STATECHANGED'.
Public fieldStatic memberSTATECHANGING
Occurs during the document state change. The state is specified in the 'Event Parameter' field. Possible parameter values are 'PLANNING', 'FIRMPLANNING', 'RELEASING', 'COMPLETING' and 'CLOSING'.. Stored as 'STATECHANGING'.
Public fieldvalue__
Public fieldStatic memberVOIDING
Occurs during the voiding of a document.. Stored as 'VOIDING'.
Top
See Also