public class DocumentRenamingEvent extends org.xwiki.refactoring.internal.event.AbstractEntityCopyOrRenameEvent<org.xwiki.model.reference.DocumentReference> implements BeginFoldEvent, CancelableEvent
The event also send the following parameters:
MoveRequest
request of the job which produced this eventConstructor and Description |
---|
DocumentRenamingEvent()
Default constructor, used by listeners.
|
DocumentRenamingEvent(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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
cancel, cancel, getReason, isCanceled
public DocumentRenamingEvent()
public DocumentRenamingEvent(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.