A C D E F G I M N O P R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ASK - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
Used to force asking whatever is the default.
C
- CleanPagesQuestion - Class in org.xwiki.extension.xar.question
-
The pages planned for deleted.
- CleanPagesQuestion(Collection<DocumentReference>) - Constructor for class org.xwiki.extension.xar.question.CleanPagesQuestion
- ConflictQuestion - Class in org.xwiki.extension.xar.question
- ConflictQuestion(XWikiDocument, XWikiDocument, XWikiDocument, XWikiDocument) - Constructor for class org.xwiki.extension.xar.question.ConflictQuestion
-
Deprecated.since 9.2RC1, use
- ConflictQuestion(XWikiDocument, XWikiDocument, XWikiDocument, XWikiDocument, ConflictQuestion.ConflictType) - Constructor for class org.xwiki.extension.xar.question.ConflictQuestion
- ConflictQuestion(XWikiDocument, XWikiDocument, XWikiDocument, XWikiDocument, ConflictQuestion.ConflictType, List<Conflict<?>>) - Constructor for class org.xwiki.extension.xar.question.ConflictQuestion
- ConflictQuestion.ConflictType - Enum in org.xwiki.extension.xar.question
-
The type of conflict.
- ConflictQuestion.GlobalAction - Enum in org.xwiki.extension.xar.question
- CURRENT - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
The document in the database.
- CURRENT_DELETED - org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
Already deleted current document.
- CURRENT_EXIST - org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
Already existing different document.
- CUSTOM - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
A custom version.
D
- DefaultConflictActionQuestion - Class in org.xwiki.extension.xar.question
- DefaultConflictActionQuestion(PackageConfiguration) - Constructor for class org.xwiki.extension.xar.question.DefaultConflictActionQuestion
- DENY - org.xwiki.extension.xar.security.ProtectionLevel
-
Cannot be forced.
- DENY - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
EDIT/DELETE right is denied for everyone except for admins who just get a warning.
- DENYSIMPLE - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
EDIT/DELETE right is denied for simple users except for simple admins who just get a warning.
- DeprecatedXarExtensionScriptService - Class in org.xwiki.extension.xar.script
-
Deprecated.since 5.3M1, it's a sub
ScriptService
of the extension one now, seeXarExtensionScriptService
- DeprecatedXarExtensionScriptService() - Constructor for class org.xwiki.extension.xar.script.DeprecatedXarExtensionScriptService
-
Deprecated.
- diff(String, String) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
-
Computes the differences, in unified format, between the documents of an installed XAR extension and the document from the wiki.
- DiffXarJobStatus - Class in org.xwiki.extension.xar.job.diff
-
The status of a job that computes the differences between the documents provided by a XAR extension and the documents from the database.
- DiffXarJobStatus(InstallRequest, ObservationManager, LoggerManager) - Constructor for class org.xwiki.extension.xar.job.diff.DiffXarJobStatus
-
Creates a new job status.
- DocumentUnifiedDiff - Class in org.xwiki.extension.xar.job.diff
-
Holds the differences, in unified format, between two versions of a document.
- DocumentUnifiedDiff(DocumentVersionReference, DocumentVersionReference) - Constructor for class org.xwiki.extension.xar.job.diff.DocumentUnifiedDiff
-
Creates a new instance to hold the differences between the specified document versions.
E
- EntityUnifiedDiff<T extends EntityReference> - Class in org.xwiki.extension.xar.job.diff
-
Holds the differences, in unified format, between two versions of an entity.
- EntityUnifiedDiff(T, T) - Constructor for class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff
-
Creates a new instance to hold the differences between the specified entity versions.
F
- FORCEDDENY - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
EDIT/DELETE right is denied for everyone including admins.
- FORCEDDENYSIMPLE - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
EDIT/DELETE right is denied for all simple users including simple admins.
G
- getActions() - Method in enum org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
- getAttachmentDiffs() - Method in class org.xwiki.extension.xar.job.diff.DocumentUnifiedDiff
- getAuthorReference() - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- getClassPropertyDiffs() - Method in class org.xwiki.extension.xar.job.diff.DocumentUnifiedDiff
- getConflictAction(ConflictQuestion.ConflictType) - Method in class org.xwiki.extension.xar.question.DefaultConflictActionQuestion
- getConflictAction(ConflictQuestion.ConflictType) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- getConflictActions() - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- getConflictTypes() - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getCurrentDocument() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getCustomDocument() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getDecisions() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getDeleteSecurityLevel(DocumentReference, DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getDiffJobId(String, String) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
-
Get the id of the previously (or currently) computed differences, in unified format, between the documents of an installed XAR extension and the document from the wiki..
- getDocumentConflicts() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getDocumentDiffs() - Method in class org.xwiki.extension.xar.job.diff.DiffXarJobStatus
- getDocumentProtection() - Method in interface org.xwiki.extension.xar.XarExtensionConfiguration
- getEditSecurityLevel(DocumentReference, DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getGlobalAction() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getInstalledExtensionDocument(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getInstalledExtensionDocument(DocumentReference, ExtensionId) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getInstalledExtensionDocument(DocumentReference, XarInstalledExtension) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getInstalledExtensions(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- getLastError() - Method in class org.xwiki.extension.xar.script.DeprecatedXarExtensionScriptService
-
Deprecated.Get the error generated while performing the previously called action.
- getMergedDocument() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getNextDocument() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getNextReference() - Method in class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff
- getObjectDiffs() - Method in class org.xwiki.extension.xar.job.diff.DocumentUnifiedDiff
- getPages() - Method in class org.xwiki.extension.xar.question.CleanPagesQuestion
- getPreviousDocument() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getPreviousReference() - Method in class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff
- getReference() - Method in class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff
- getType() - Method in class org.xwiki.extension.xar.job.diff.EntityUnifiedDiff
- getType() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- getType() - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
I
- initialize() - Method in class org.xwiki.extension.xar.script.DeprecatedXarExtensionScriptService
-
Deprecated.
- isAlways() - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- isCustomizedExtensionDocument(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- isDeleteAllowed(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- isDeny() - Method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
- isEditAllowed(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- isExtensionDocument(DocumentReference) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- isForced() - Method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
- isSimple() - Method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
- isWarning() - Method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
M
- merge(XWikiDocument, XWikiDocument, XWikiDocument, XWikiDocumentMergerConfiguration) - Method in interface org.xwiki.extension.xar.XWikiDocumentMerger
- MERGE_FAILURE - org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
3 ways merge failed.
- MERGE_SUCCESS - org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
3 ways merge succeed (at least low level from 3 ways merge point of view).
- MERGED - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
A proposal created by the 3 ways merge.
N
- NEXT - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
The document from the new version of the extension.
- NONE - org.xwiki.extension.xar.security.ProtectionLevel
-
Fully allowed.
- NONE - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
No protection at all.
O
- org.xwiki.extension.xar - package org.xwiki.extension.xar
- org.xwiki.extension.xar.job.diff - package org.xwiki.extension.xar.job.diff
- org.xwiki.extension.xar.question - package org.xwiki.extension.xar.question
- org.xwiki.extension.xar.script - package org.xwiki.extension.xar.script
- org.xwiki.extension.xar.security - package org.xwiki.extension.xar.security
P
- PREVIOUS - org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
The document from the previous version of the extension.
- ProtectionLevel - Enum in org.xwiki.extension.xar.security
R
- repairInstalledExtension(String, String, String) - Method in class org.xwiki.extension.xar.script.DeprecatedXarExtensionScriptService
-
Deprecated.Make sure the provided XAR extension properly is registered in the installed extensions index.
- repairInstalledExtension(String, String, String) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
-
Make sure the provided XAR extension properly is registered in the installed extensions index.
- REQUEST_CONFLICT_DEFAULTANSWER_CURRENT_DELETED - Static variable in class org.xwiki.extension.xar.question.ConflictQuestion
- REQUEST_CONFLICT_DEFAULTANSWER_CURRENT_EXIST - Static variable in class org.xwiki.extension.xar.question.ConflictQuestion
- REQUEST_CONFLICT_DEFAULTANSWER_MERGE_FAILURE - Static variable in class org.xwiki.extension.xar.question.ConflictQuestion
- REQUEST_CONFLICT_DEFAULTANSWER_MERGE_SUCCESS - Static variable in class org.xwiki.extension.xar.question.ConflictQuestion
- reset(DocumentReference) - Method in class org.xwiki.extension.xar.job.diff.DiffXarJobStatus
- reset(DocumentReference, List<String>) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
- reset(DocumentReference, ExtensionId, List<String>) - Method in class org.xwiki.extension.xar.script.XarExtensionScriptService
S
- setAlways(boolean) - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- setAuthorReference(DocumentReference) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- setConflictAction(ConflictQuestion.ConflictType, ConflictQuestion.GlobalAction) - Method in class org.xwiki.extension.xar.question.DefaultConflictActionQuestion
- setConflictAction(ConflictQuestion.ConflictType, ConflictQuestion.GlobalAction) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- setConflictAction(ConflictQuestion.ConflictType, ConflictQuestion.GlobalAction, ConflictQuestion.GlobalAction) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- setConflictActions(Map<ConflictQuestion.ConflictType, ConflictQuestion.GlobalAction>) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
- setConflictDecision(String, String, String) - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- setCustomDocument(XWikiDocument) - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- setGlobalAction(ConflictQuestion.GlobalAction) - Method in class org.xwiki.extension.xar.question.ConflictQuestion
- setType(XarEntryType.UpgradeType) - Method in class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
T
- toKey(ConflictQuestion.ConflictType) - Static method in class org.xwiki.extension.xar.question.ConflictQuestion
V
- valueOf(String) - Static method in enum org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.extension.xar.security.ProtectionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xwiki.extension.xar.question.ConflictQuestion.ConflictType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xwiki.extension.xar.security.ProtectionLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARNING - org.xwiki.extension.xar.security.ProtectionLevel
-
Dangerous but can be forced.
- WARNING - org.xwiki.extension.xar.XarExtensionConfiguration.DocumentProtection
-
Everyone get a warning when trying to edit a protected document.
X
- XarExtensionConfiguration - Interface in org.xwiki.extension.xar
-
Various configuration related to XAR extensions support.
- XarExtensionConfiguration.DocumentProtection - Enum in org.xwiki.extension.xar
-
The type of protection to apply.
- XarExtensionException - Exception in org.xwiki.extension.xar
-
Base exception for all XAR extension handler specific APIs.
- XarExtensionException(String) - Constructor for exception org.xwiki.extension.xar.XarExtensionException
- XarExtensionException(String, Throwable) - Constructor for exception org.xwiki.extension.xar.XarExtensionException
- XarExtensionException(Throwable) - Constructor for exception org.xwiki.extension.xar.XarExtensionException
- XarExtensionExtension - Exception in org.xwiki.extension.xar
-
Deprecated.since 10.5RC1, use
XarExtensionException
instead - XarExtensionExtension(String) - Constructor for exception org.xwiki.extension.xar.XarExtensionExtension
-
Deprecated.
- XarExtensionExtension(String, Throwable) - Constructor for exception org.xwiki.extension.xar.XarExtensionExtension
-
Deprecated.
- XarExtensionExtension(Throwable) - Constructor for exception org.xwiki.extension.xar.XarExtensionExtension
-
Deprecated.
- XarExtensionScriptService - Class in org.xwiki.extension.xar.script
-
Various XAR oriented APIs for scripts.
- XarExtensionScriptService() - Constructor for class org.xwiki.extension.xar.script.XarExtensionScriptService
- XWikiDocumentMerger - Interface in org.xwiki.extension.xar
-
Return an instance of
XWikiDocument
which is the result of a merge based on the provided input. - XWikiDocumentMergerConfiguration - Class in org.xwiki.extension.xar
- XWikiDocumentMergerConfiguration() - Constructor for class org.xwiki.extension.xar.XWikiDocumentMergerConfiguration
-
Default constructor.
All Classes All Packages