Package | Description |
---|---|
org.xwiki.extension.xar | |
org.xwiki.extension.xar.question |
Modifier and Type | Method and Description |
---|---|
ConflictQuestion.GlobalAction |
XWikiDocumentMergerConfiguration.getConflictAction(ConflictQuestion.ConflictType type) |
Modifier and Type | Method and Description |
---|---|
Map<ConflictQuestion.ConflictType,ConflictQuestion.GlobalAction> |
XWikiDocumentMergerConfiguration.getConflictActions() |
Modifier and Type | Method and Description |
---|---|
void |
XWikiDocumentMergerConfiguration.setConflictAction(ConflictQuestion.ConflictType type,
ConflictQuestion.GlobalAction action) |
void |
XWikiDocumentMergerConfiguration.setConflictAction(ConflictQuestion.ConflictType type,
ConflictQuestion.GlobalAction action,
ConflictQuestion.GlobalAction defaultAnswer) |
Modifier and Type | Method and Description |
---|---|
void |
XWikiDocumentMergerConfiguration.setConflictActions(Map<ConflictQuestion.ConflictType,ConflictQuestion.GlobalAction> conflictActions) |
Modifier and Type | Method and Description |
---|---|
ConflictQuestion.GlobalAction |
DefaultConflictActionQuestion.getConflictAction(ConflictQuestion.ConflictType type) |
ConflictQuestion.GlobalAction |
ConflictQuestion.getGlobalAction() |
static ConflictQuestion.GlobalAction |
ConflictQuestion.GlobalAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictQuestion.GlobalAction[] |
ConflictQuestion.GlobalAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ConflictQuestion.GlobalAction> |
ConflictQuestion.ConflictType.getActions() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConflictActionQuestion.setConflictAction(ConflictQuestion.ConflictType type,
ConflictQuestion.GlobalAction action) |
void |
ConflictQuestion.setGlobalAction(ConflictQuestion.GlobalAction globalAction) |
Copyright © 2004–2022 XWiki. All rights reserved.