public class DocumentCopyingEvent
extends org.xwiki.refactoring.internal.event.AbstractEntityCopyOrRenameEvent<org.xwiki.model.reference.DocumentReference>
implements org.xwiki.observation.event.BeginFoldEvent, org.xwiki.observation.event.CancelableEvent
Constructor and Description |
---|
DocumentCopyingEvent()
Default constructor, used by listeners.
|
DocumentCopyingEvent(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 DocumentCopyingEvent()
public DocumentCopyingEvent(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.