Package | Description |
---|---|
org.xwiki.refactoring.job | |
org.xwiki.refactoring.script |
Modifier and Type | Class and Description |
---|---|
class |
EntityJobStatus<T extends EntityRequest>
Generic job status for a job that performs an
EntityRequest . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCopyOrMoveRequest
Represents a request used for Copy, Move or Rename (though Move).
|
class |
CopyRequest
A job request that can be used to copy some entities to another place.
|
class |
CreateRequest
A job request that can be used to create a collection of entities using a specified template.
|
class |
MoveRequest
A job request that can be used to move a collection of entities to a specified destination.
|
class |
ReplaceUserRequest
A job request that can be used to replace user references.
|
Modifier and Type | Method and Description |
---|---|
EntityRequest |
RequestFactory.createDeleteRequest(Collection<org.xwiki.model.reference.EntityReference> entityReferences)
Creates a request to delete the specified entities.
|
Modifier and Type | Method and Description |
---|---|
org.xwiki.job.Job |
RefactoringScriptService.delete(EntityRequest request)
Schedules an asynchronous job to perform the given delete request.
|
Copyright © 2004–2021 XWiki. All rights reserved.