org.opensuse.Agama1.Questions
New (IN s class, IN s text, IN as options, IN s default_option, IN a{ss} data, OUT o unnamed_arg5); NewWithPassword (IN s class, IN s text, IN as options, IN s default_option, IN a{ss} data, OUT o unnamed_arg5); Delete (IN o question); AddAnswerFile (IN s path);
New (IN s class, IN s text, IN as options, IN s default_option, IN a{ss} data, OUT o unnamed_arg5);
similar questions asked multiple times or for matching
in automatic answers.
text
: human string with question text
options
: list of possible options that can be used as answer. Example
is "OK", "Cancel".
default_option
: safe default answer that is used e.g. for focus in UI
or by non-interactive answering. It has to be included
in options parameter.
data
: additional data that is specific to given question class. Can be
used for additional details about question that helps with UI
or with matching automatic answers.
Creates new generic question. Returns the object path of the created question.
IN s class
:string identifier of the same questions. Useful to identify
IN s text
:
IN as options
:
IN s default_option
:
IN a{ss} data
:
OUT o unnamed_arg5
:
NewWithPassword (IN s class, IN s text, IN as options, IN s default_option, IN a{ss} data, OUT o unnamed_arg5);
similar questions asked multiple times or for matching
in automatic answers.
text
: human string with question text
options
: list of possible options that can be used as answer. Example
is "OK", "Cancel".
default_option
: safe default answer that is used e.g. for focus in UI
or by non-interactive answering. It has to be included
in options parameter.
data
: additional data that is specific to given question class. Can be
used for additional details about question that helps with UI
or with matching automatic answers.
Creates new question with generic base and additional WithPassword interface. Returns the object path of the created question.
IN s class
:string identifier of the same questions. Useful to identify
IN s text
:
IN as options
:
IN s default_option
:
IN a{ss} data
:
OUT o unnamed_arg5
: