Class ResultMatrix.ResultMatrixBackEndAction
Object
ResultMatrixBackEndAction
- All Implemented Interfaces:
Serializable
,ResultMatrix.BackEndAction
,ResultMatrix.BackEndAction
- Enclosing class:
ResultMatrix
@Deprecated
public static class ResultMatrix.ResultMatrixBackEndAction
extends Object
implements ResultMatrix.BackEndAction
Deprecated.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.addFormulaInput
(String name, Object value) Deprecated.withButtonLabel
(String label) Deprecated.withButtonTooltip
(String tooltip) Deprecated.withColumns
(String... names) Deprecated.withFailureMessage
(String text) Deprecated.withLogicName
(String name) Deprecated.Specifies the logic that is executed as a BackEndAction logic withinResultMatrix.rowSelectionBackEndAction(String)
.
Note: This method refers to the generic nature of the logic.withOptions
(String paramName, Map<String, Object> paramOptions) Deprecated.withSuccessMessage
(String text) Deprecated.withTargetDate
(Date date) Deprecated.
-
Method Details
-
withLogicName
Deprecated.Description copied from interface:ResultMatrix.BackEndAction
Specifies the logic that is executed as a BackEndAction logic withinResultMatrix.rowSelectionBackEndAction(String)
.
Note: This method refers to the generic nature of the logic.- Specified by:
withLogicName
in interfaceResultMatrix.BackEndAction
- Parameters:
name
- the name of the logic to be executed- See Also:
-
withTargetDate
Deprecated.- Specified by:
withTargetDate
in interfaceResultMatrix.BackEndAction
- Parameters:
date
- optional targetDate in case there are multiple active versions with the same name
-
withColumns
Deprecated.- Specified by:
withColumns
in interfaceResultMatrix.BackEndAction
- Parameters:
names
- list of column names that will be passed asInputMatrix
to the logic (replaces any previously set column names)
-
addColumn
Deprecated.- Specified by:
addColumn
in interfaceResultMatrix.BackEndAction
- Parameters:
name
- name to add in the list of columns that will be passed asInputMatrix
to the logic
-
addFormulaInput
Deprecated.- Specified by:
addFormulaInput
in interfaceResultMatrix.BackEndAction
- Parameters:
name
- name of the input parameter that will be passed to the logicvalue
- value of the input parameter that will be passed to the logic (keep in mind that this value makes a round trip to the front end in JSON format)
-
withButtonLabel
Deprecated.- Specified by:
withButtonLabel
in interfaceResultMatrix.BackEndAction
- Parameters:
label
- the label of the action button
-
withButtonTooltip
Deprecated.- Specified by:
withButtonTooltip
in interfaceResultMatrix.BackEndAction
- Parameters:
tooltip
- optional hover message for additional info about the action
-
withOptions
public ResultMatrix.ResultMatrixBackEndAction withOptions(String paramName, Map<String, Object> paramOptions) Deprecated.- Specified by:
withOptions
in interfaceResultMatrix.BackEndAction
- Parameters:
paramName
- optional header type that can be listed in the button dropdown menuparamOptions
- optional header type that can be listed in the button dropdown menu
-
withSuccessMessage
Deprecated.- Specified by:
withSuccessMessage
in interfaceResultMatrix.BackEndAction
- Parameters:
text
- message to display in case of success of the backend call
-
withFailureMessage
Deprecated.- Specified by:
withFailureMessage
in interfaceResultMatrix.BackEndAction
- Parameters:
text
- message to display in case of failure of the backend call
-
ResultMatrix.BackEndAction