public class DocumentCopiedEvent extends org.xwiki.refactoring.internal.event.AbstractEntityCopyOrRenameEvent<org.xwiki.model.reference.DocumentReference> implements EndFoldEvent
The event also send the following parameters:
CopyRequest
request of the job which produced this eventConstructor and Description |
---|
DocumentCopiedEvent()
Default constructor, used by listeners.
|
DocumentCopiedEvent(org.xwiki.model.reference.DocumentReference sourceReference,
org.xwiki.model.reference.DocumentReference targetReference)
Creates a new instance with the given data.
|
equals, getSourceReference, getTargetReference, hashCode, matches
cancel, cancel, getReason, isCanceled
public DocumentCopiedEvent()
public DocumentCopiedEvent(org.xwiki.model.reference.DocumentReference sourceReference, org.xwiki.model.reference.DocumentReference targetReference)
sourceReference
- the reference of the source entitytargetReference
- the reference of the target entityCopyright © 2004–2022 XWiki. All rights reserved.