public class UpdateStrategyExists extends UpdateStrategyBase
spec
Constructor and Description |
---|
UpdateStrategyExists(RevisionSpec spec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
handleUpdate(boolean isBaseEventType,
RevisionStateMerge revisionState,
RevisionEventBeanMerge revisionEvent,
RevisionTypeDesc typesDesc)
Merge properties.
|
arrayCopy
public UpdateStrategyExists(RevisionSpec spec)
spec
- the specificationpublic void handleUpdate(boolean isBaseEventType, RevisionStateMerge revisionState, RevisionEventBeanMerge revisionEvent, RevisionTypeDesc typesDesc)
UpdateStrategy
isBaseEventType
- true if the event is a base event typerevisionState
- the current state, to be updated.revisionEvent
- the new event to mergetypesDesc
- descriptor for event type of the new event to merge