|
|
#
|
Consultingwerk.CommonUi.EventHandlerParameter DeserializeEventHandlerParameter (JsonObject)
|
Deserializes the EventHandlerParameter from the input JSON object
Notes : Returns an initialized EventHandlerParameter instance
@param poJson The JSON request
@return The EventHandlerParameter instance
*/
|
|
|
#
|
Consultingwerk.Framework.MessageInteraction.ListInputPrompt DeserializeInputPrompts (JsonArray)
|
Deserializes the input prompts
|
|
|
#
|
Consultingwerk.Framework.MessageInteraction.ListQuestion DeserializeQuestions (JsonArray)
|
Deserializes the questions
|
|
|
#
|
Consultingwerk.CommonUi.ListTabFolderStatus DeserializeTabFolderStatuses (JsonArray)
|
Deserializes the tab folder statuses
|
|
|
+
|
ListRestMethod GetRestMethods ()
|
Returns the list of supported rest addresses for methods
to the caller Inherited from Consultingwerk.OERA.BusinessTask
|
|
|
+
|
Progress.Json.ObjectModel.JsonObject HandleEvent (JsonObject)
|
Handles the given event by dispatching into an Application Service
|