Uses of Interface
org.xwiki.extension.job.history.QuestionRecorder
-
Packages that use QuestionRecorder Package Description org.xwiki.extension.job.history -
-
Uses of QuestionRecorder in org.xwiki.extension.job.history
Methods in org.xwiki.extension.job.history that return types with arguments of type QuestionRecorder Modifier and Type Method Description Map<String,QuestionRecorder<Object>>
ExtensionJobHistoryRecord. getAnswers()
Constructor parameters in org.xwiki.extension.job.history with type arguments of type QuestionRecorder Constructor Description ExtensionJobHistoryRecord(String jobType, ExtensionRequest request, Map<String,QuestionRecorder<Object>> answers, Date startDate, Date endDate)
Creates a new unmodifiable history record.
-