public interface IDashboardContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubstitutionValue(java.lang.String name)
Get the value of a substitution provided by the name parameter.
|
java.lang.String |
setLocalVariable(java.lang.String name,
java.lang.String value)
Set a single local variable value.
|
void |
setSubstitution(java.lang.String name,
java.lang.String value,
boolean triggerUpdate)
Set the value of a single dashboard substitution.
|
void |
setSubstitutions(java.util.Vector<java.lang.String> names,
java.util.Vector<java.lang.String> values,
boolean triggerUpdate)
Set multiple dashboard substitutions.
|
void setSubstitution(java.lang.String name, java.lang.String value, boolean triggerUpdate)
name
- Name of the substitution.value
- Value for the substitution.triggerUpdate
- True if objects attached to the substitution are to
be updated.void setSubstitutions(java.util.Vector<java.lang.String> names, java.util.Vector<java.lang.String> values, boolean triggerUpdate)
names
- List of substitution names.values
- List of substitution values.triggerUpdate
- True if objects attached to the substitution are to
be updated.java.lang.String getSubstitutionValue(java.lang.String name)
name
- of the substitution.java.lang.String setLocalVariable(java.lang.String name, java.lang.String value)
name
- of the local variablevalue
- to be used for the variableSubmit a bug or feature
Copyright (c) 2013-2018 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.