AbstractCopyOrMoveRequest |
Represents a request used for Copy, Move or Rename (though Move).
|
AbstractDeletedDocumentsRequest |
A job request that can be used for handling deleted documents from the recycle bin.
|
CopyRequest |
A job request that can be used to copy some entities to another place.
|
CreateRequest |
A job request that can be used to create a collection of entities using a specified template.
|
DeleteRequest |
Job request for deleting a page.
|
EntityJobStatus<T extends EntityRequest> |
|
EntityRequest |
A generic job request that targets multiple entities.
|
MoveRequest |
A job request that can be used to move a collection of entities to a specified destination.
|
OverwriteQuestion |
Question asked when an entity with the same name is found during a copy or move operation and we don't know whether
to overwrite or keep the existing entity.
|
PermanentlyDeleteRequest |
A job request that can be used to permanently delete a list of deleted documents and/or an entire batch of
deleted documents from the recycle bin.
|
ReplaceUserRequest |
A job request that can be used to replace user references.
|
RestoreRequest |
A job request that can be used to restore a list of deleted documents and/or an entire batch of deleted documents
from the recycle bin.
|