public class DocumentRenamedEvent
extends org.xwiki.refactoring.internal.event.AbstractEntityCopyOrRenameEvent<org.xwiki.model.reference.DocumentReference>
implements org.xwiki.observation.event.EndFoldEvent
Constructor 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–2021 XWiki. All rights reserved.