public class TaskInteraction extends UserResponseInteraction
Constructor and Description |
---|
TaskInteraction() |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getDisplayMessages()
Method that needs to be implemented by the sub-classes to return
the Localized Messages that need to be displayed as part of the
interaction.
|
LocalizedMessage |
getDisplayMessagesHeader() |
LocalizedMessage |
getPromptMessage(IStateAccess state)
Method that needs to be implemented by the sub-classes to return the
prompt message that needs to be displayed for the user to input data.
|
Map |
getResultStatusMap()
Method that needs to be implemented by the sub-classes to intialize the
result status Map.
|
BaseOptions |
getUserOptions(IStateAccess state)
Method that needs to be implemented by the sub-classes to return
the ResponseOption's and return the appropriate BaseOptions. * viz.,
SingleLineOptions & MutliLineOptions.
|
LocalizedMessage |
getUserOptionsHeader() |
void |
setResultStatusMap() |
confirmOnExitStatus, displayMessages, getPromptValue, interact
displayOptionsHelp, displayPromptMessage
public LocalizedMessage getDisplayMessagesHeader()
public ArrayList getDisplayMessages()
BaseInteraction
getDisplayMessages
in class BaseInteraction
public LocalizedMessage getPromptMessage(IStateAccess state)
BaseInteraction
getPromptMessage
in class BaseInteraction
state
- IStateAccesspublic LocalizedMessage getUserOptionsHeader()
public BaseOptions getUserOptions(IStateAccess state) throws InstallException
BaseInteraction
getUserOptions
in class BaseInteraction
state
- IStateAccessInstallException
- if an error occurred while getting the user
optionspublic Map getResultStatusMap()
UserResponseInteraction
getResultStatusMap
in class UserResponseInteraction
public void setResultStatusMap()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.