Class ContentCacheInvalidationRemoteEvent
java.lang.Object
com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- All Implemented Interfaces:
Serializable
Contains information about the changed entity for which the cache should be invalidated.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCacheInvalidationRemoteEvent(String id, String contextId, String type) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanEntity context id.getId()Entity id.This field contains theContentModelid of theContentItem.getModel()if available.getName()This field contains the content entity name if available, for exampleContentItem.getName().getType()The entity type.getUri()This field contains the content URI if available, for exampleContentItem.getUri().inthashCode()voidsetModelContextId(String modelContextId) This field contains theContentModelid of theContentItem.getModel()if available.voidThis field contains the content entity name if available, for exampleContentItem.getName().voidThis field contains the content URI if available, for exampleContentItem.getUri().toString()
-
Constructor Details
-
ContentCacheInvalidationRemoteEvent
-
-
Method Details
-
getId
Entity id. -
getContextId
Entity context id. -
getType
The entity type. -
getName
This field contains the content entity name if available, for exampleContentItem.getName(). -
getModelContextId
This field contains theContentModelid of theContentItem.getModel()if available. -
getUri
This field contains the content URI if available, for exampleContentItem.getUri(). -
setName
This field contains the content entity name if available, for exampleContentItem.getName(). -
setModelContextId
This field contains theContentModelid of theContentItem.getModel()if available. -
setUri
This field contains the content URI if available, for exampleContentItem.getUri(). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-