Uses of Class
org.xwiki.extension.xar.question.ConflictQuestion.GlobalAction
-
Packages that use ConflictQuestion.GlobalAction Package Description org.xwiki.extension.xar org.xwiki.extension.xar.question -
-
Uses of ConflictQuestion.GlobalAction in org.xwiki.extension.xar
Methods in org.xwiki.extension.xar that return ConflictQuestion.GlobalAction Modifier and Type Method Description ConflictQuestion.GlobalAction
XWikiDocumentMergerConfiguration. getConflictAction(ConflictQuestion.ConflictType type)
Methods in org.xwiki.extension.xar that return types with arguments of type ConflictQuestion.GlobalAction Modifier and Type Method Description Map<ConflictQuestion.ConflictType,ConflictQuestion.GlobalAction>
XWikiDocumentMergerConfiguration. getConflictActions()
Methods in org.xwiki.extension.xar with parameters of type ConflictQuestion.GlobalAction Modifier and Type Method Description void
XWikiDocumentMergerConfiguration. setConflictAction(ConflictQuestion.ConflictType type, ConflictQuestion.GlobalAction action)
void
XWikiDocumentMergerConfiguration. setConflictAction(ConflictQuestion.ConflictType type, ConflictQuestion.GlobalAction action, ConflictQuestion.GlobalAction defaultAnswer)
Method parameters in org.xwiki.extension.xar with type arguments of type ConflictQuestion.GlobalAction Modifier and Type Method Description void
XWikiDocumentMergerConfiguration. setConflictActions(Map<ConflictQuestion.ConflictType,ConflictQuestion.GlobalAction> conflictActions)
-
Uses of ConflictQuestion.GlobalAction in org.xwiki.extension.xar.question
Methods in org.xwiki.extension.xar.question that return ConflictQuestion.GlobalAction Modifier and Type Method 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.Methods in org.xwiki.extension.xar.question that return types with arguments of type ConflictQuestion.GlobalAction Modifier and Type Method Description List<ConflictQuestion.GlobalAction>
ConflictQuestion.ConflictType. getActions()
Methods in org.xwiki.extension.xar.question with parameters of type ConflictQuestion.GlobalAction Modifier and Type Method Description void
DefaultConflictActionQuestion. setConflictAction(ConflictQuestion.ConflictType type, ConflictQuestion.GlobalAction action)
void
ConflictQuestion. setGlobalAction(ConflictQuestion.GlobalAction globalAction)
-