Class ReevaluationEvent.Id
java.lang.Object
com.aquima.interactions.process.impl.ReevaluationEvent.Id
- Enclosing class:
- ReevaluationEvent
This interface holds the numeric id's of the various evaluate events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Integer id of the on creation evaluate event.static final int
Integer id of the on domain change evaluate event. -
Method Summary
-
Field Details
-
ONCREATION_ID
public static final int ONCREATION_IDInteger id of the on creation evaluate event.- See Also:
-
ONDOMAINCHANGE_ID
public static final int ONDOMAINCHANGE_IDInteger id of the on domain change evaluate event.- See Also:
-