public class BeforeDeleteEvent extends DeleteEvent
source| Constructor and Description |
|---|
BeforeDeleteEvent(List<Mutation> source,
Iterable targetEntities,
KeySet targetKeys,
Class targetType)
Constructor.
|
getTargetKeys, getTargetTypeequals, getMutations, getTargetEntities, hashCodegetSource, toStringpublic BeforeDeleteEvent(List<Mutation> source, Iterable targetEntities, KeySet targetKeys, Class targetType)
source - the mutations for the event initially occurred. (never null)targetEntities - the target entities that need to be deleted. This may be
null depending on the type of delete request.targetKeys - the target keys that need to be deleted. This may be null
depending on the type of delete request.targetType - the target entity type that needs to be deleted. This may be
null depending on theCopyright © 2020 Pivotal Software, Inc.. All rights reserved.