Package | Description |
---|---|
org.xwiki.refactoring.script |
Modifier and Type | Method and Description |
---|---|
MoveRequest |
RequestFactory.createMoveRequest(Collection<org.xwiki.model.reference.EntityReference> sources,
org.xwiki.model.reference.EntityReference destination)
Creates a request to move the specified source entities to the specified destination entity (which becomes their
new parent).
|
MoveRequest |
RequestFactory.createMoveRequest(org.xwiki.model.reference.EntityReference source,
org.xwiki.model.reference.EntityReference destination)
Creates a request to move the specified source entity to the specified destination entity (which becomes its new
parent).
|
MoveRequest |
RequestFactory.createRenameRequest(org.xwiki.model.reference.EntityReference oldReference,
org.xwiki.model.reference.EntityReference newReference)
Creates a request to rename the entity specified by the given old reference.
|
MoveRequest |
RequestFactory.createRenameRequest(org.xwiki.model.reference.EntityReference reference,
String newName)
Creates a request to rename the specified entity.
|
Modifier and Type | Method and Description |
---|---|
org.xwiki.job.Job |
RefactoringScriptService.move(MoveRequest request)
Schedules an asynchronous job to perform the given move request.
|
org.xwiki.job.Job |
RefactoringScriptService.rename(MoveRequest request)
Schedules an asynchronous job to perform the given rename request.
|
Copyright © 2004–2021 XWiki. All rights reserved.