All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Map<String,Object> |
buildPdfFromSurveyResponse(DispatchContext dctx,
Map<String,? extends Object> rcontext) |
static Map<String,Object> |
buildSurveyFromPdf(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
buildSurveyQuestionsAndAnswers(DispatchContext dctx,
Map<String,? extends Object> context)
Returns list of maps with "question" -> SurveyQuestion and "response" -> SurveyResponseAnswer
|
static Map<String,Object> |
buildSurveyResponseFromPdf(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
getAcroFieldsFromPdf(DispatchContext dctx,
Map<String,? extends Object> context) |
static ByteBuffer |
getInputByteBuffer(Map<String,? extends Object> context,
Delegator delegator) |
static Map<String,Object> |
setAcroFields(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
setAcroFieldsFromSurveyResponse(DispatchContext dctx,
Map<String,? extends Object> context) |