public class DocumentRenamedEvent extends org.xwiki.refactoring.internal.event.AbstractEntityCopyOrRenameEvent<org.xwiki.model.reference.DocumentReference> implements EndFoldEvent
The event also send the following parameters:
MoveRequest
request of the job which produced this eventConstructor and Description |
---|
DocumentRenamedEvent()
Default constructor, used by listeners.
|
DocumentRenamedEvent(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 DocumentRenamedEvent()
public DocumentRenamedEvent(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.