public class BeforeDeleteEvent extends DeleteEvent
source
Constructor and Description |
---|
BeforeDeleteEvent(List<Mutation> source,
Iterable targetEntities,
KeySet targetKeys,
Class targetType)
Constructor.
|
getTargetKeys, getTargetType
equals, getMutations, getTargetEntities, hashCode
getSource, toString
public 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.