Class FieldDefinitionEntityDeletedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.core.messaging.entitydeletion.event.FieldDefinitionEntityDeletedEvent
- All Implemented Interfaces:
Serializable
public class FieldDefinitionEntityDeletedEvent
extends org.springframework.context.ApplicationEvent
Published whenever a
FieldDefinition
entity has been deleted.
This is useful to delete any relationship entities that are no longer relevant.
- Since:
- Search Service 2.1.4, Release Train 2.1.4, Search Service 2.2.0, Release Train 2.2.0
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionFieldDefinitionEntityDeletedEvent
(Object source, String fieldDefinitionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.data.tracking.core.context.ContextInfo
The ID of the deletedFieldDefinition
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
FieldDefinitionEntityDeletedEvent
-
-
Method Details
-
getFieldDefinitionId
The ID of the deletedFieldDefinition
-
getContextInfo
@Nullable public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
-