@StableMinor(version="12.3", sinceVersion="10.4") public abstract class SourceDeleteDataEvent extends AbstractTransactionalPortalEvent
Modifier | Constructor and Description |
---|---|
protected |
SourceDeleteDataEvent(Source<?> serviceSource,
Collection<String> itemIds)
Creates a new event for before delete of source data.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getDeletedItemIds()
Returns the item identifiers that will be deleted.
|
Source<?> |
getSource()
Returns the source that triggered this event.
|
getSessionConfig, getTransaction
getEventGroups, getOperationType, setEventGroups, setOperationType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
protected SourceDeleteDataEvent(Source<?> serviceSource, Collection<String> itemIds)
serviceSource
- the source. By definition, must be the source at service level to prevent inconsistency.itemIds
- the item identifiers being deleted.public Source<?> getSource()
public Collection<String> getDeletedItemIds()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.