Package | Description |
---|---|
org.xwiki.refactoring.script |
Modifier and Type | Method and Description |
---|---|
CopyRequest |
RequestFactory.createCopyAsRequest(org.xwiki.model.reference.EntityReference sourceReference,
org.xwiki.model.reference.EntityReference copyReference)
Creates a request to copy the specified entity with a different reference.
|
CopyRequest |
RequestFactory.createCopyAsRequest(org.xwiki.model.reference.EntityReference reference,
String copyName)
Creates a request to copy the specified entity with a different name.
|
CopyRequest |
RequestFactory.createCopyRequest(Collection<org.xwiki.model.reference.EntityReference> sources,
org.xwiki.model.reference.EntityReference destination)
Creates a request to copy the specified source entities to the specified destination entity.
|
CopyRequest |
RequestFactory.createCopyRequest(org.xwiki.model.reference.EntityReference source,
org.xwiki.model.reference.EntityReference destination)
Creates a request to copy the specified source entity to the specified destination entity.
|
Modifier and Type | Method and Description |
---|---|
org.xwiki.job.Job |
RefactoringScriptService.copy(CopyRequest request)
Schedules an asynchronous job to perform the given copy request.
|
org.xwiki.job.Job |
RefactoringScriptService.copyAs(CopyRequest request)
Schedules an asynchronous job to perform the given copy-as request.
|
Copyright © 2004–2021 XWiki. All rights reserved.