All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description 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.AbstractNamingCriterion Base class forNamingCriterion
implementations.BatchOperation<E extends Exception> Describes the work done in a batch operation, executed by aBatchOperationExecutor
.BatchOperationExecutor Executes a given operation and wraps its sub-operations as part of the same batch (by passing a batch ID to theExecutionContext
).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.DocumentCopiedEvent Event fired after a document has been copied.DocumentCopyingEvent Event fired when a document is about to be copied.DocumentRenamedEvent Event fired after a document has been renamed.DocumentRenamingEvent Event fired when a document is about to be renamed.DocumentSplitter Component interface for splitting aWikiDocument
into multiple documents.EntitiesCopiedEvent Event fired after multiple entities have been copied.EntitiesCopyingEvent Event fired when multiple entities are about to be copied.EntitiesRenamedEvent Event fired after multiple entities have been renamed.EntitiesRenamingEvent Event fired when multiple entities are about to be renamed.EntityJobStatus<T extends EntityRequest> Generic job status for a job that performs anEntityRequest
.EntityRequest A generic job request that targets multiple entities.EntitySelection Represent an entity with an information about either or not the entity is selected to perform some refactoring.EntitySelection.State Define the inner state of the EntitySelection.HeadingLevelSplittingCriterion ASplittingCriterion
based on the heading levels present in an xwiki document.HeadingNameNamingCriterion ANamingCriterion
based on the opening heading (if present) of the document.MoveRequest A job request that can be used to move a collection of entities to a specified destination.NamingCriterion Interface for defining various criteria for naming new documents generated while splitting.NamingCriterionParameters Parameters forNamingCriterion
.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.PageIndexNamingCriterion ANamingCriterion
based on the name of the main document being split.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.RefactoringConfiguration Provides the configurations for the refactoring module.RefactoringException Any exception raised in refactoring related APIs.RefactoringJobs Known refactoring job types.RefactoringScriptService Provides refactoring-specific scripting APIs.ReferenceRenamer Allow to replace references during rename/move refactoring operations.ReplaceUserRequest A job request that can be used to replace user references.RequestFactory Factory dedicated to the creation of the requests.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.SplittingCriterion An interface defining the office importer document splitting process.WikiDocument Represents an in-memory wiki page used by theDocumentSplitter
interface.