Package | Description |
---|---|
com.streamscape.repository.globals | |
com.streamscape.runtime.mf.admin.glv | |
com.streamscape.service.osf.globals |
Modifier and Type | Method and Description |
---|---|
boolean |
GlobalVariableCollection.existsVariable(java.lang.String qualifiedName)
Checks if the specified variable exists.
|
boolean |
GlobalVariableCollection.existsVariable(java.lang.String poolName,
java.lang.String variableName)
Checks if the specified variable exists in the specified literal pool.
|
java.util.List |
GlobalVariableCollection.getLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variables from the specified literal pool.
|
java.lang.String |
GlobalVariableCollection.getVariable(java.lang.String qualifiedName)
Returns a value of the specified variable.
|
java.lang.String |
GlobalVariableCollection.getVariable(java.lang.String poolName,
java.lang.String variableName)
Returns a value of the specified variable contained in the specified literal pool.
|
java.util.List |
GlobalVariableCollection.listLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variable names from the specified literal pool.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalVariableFactory.addLiteralPool(java.lang.String poolName)
Adds an empty literal pool with the specified name.
|
static void |
VariableFactory.addLiteralPool(java.lang.String poolName)
Adds an empty literal pool with the specified name.
|
void |
GlobalVariableFactory.addVariable(java.lang.String qualifiedName)
Adds the specified variable with an empty value.
|
static void |
VariableFactory.addVariable(java.lang.String qualifiedName)
Adds the specified variable with an empty value.
|
void |
GlobalVariableFactory.addVariable(java.lang.String poolName,
java.lang.String variableName)
Adds the specified variable with an empty value to the specified literal pool.
|
static void |
VariableFactory.addVariable(java.lang.String poolName,
java.lang.String variableName)
Adds the specified variable with an empty value to the specified literal pool.
|
boolean |
GlobalVariableFactory.existsVariable(java.lang.String qualifiedName)
Checks if the specified variable exists.
|
static boolean |
VariableFactory.existsVariable(java.lang.String qualifiedName)
Checks if the specified variable exists.
|
boolean |
GlobalVariableFactory.existsVariable(java.lang.String poolName,
java.lang.String variableName)
Checks if the specified variable exists in the specified literal pool.
|
static boolean |
VariableFactory.existsVariable(java.lang.String poolName,
java.lang.String variableName)
Checks if the specified variable exists in the specified literal pool.
|
java.util.List |
GlobalVariableFactory.getLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variables from the specified literal pool.
|
static java.util.List |
VariableFactory.getLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variables from the specified literal pool.
|
java.lang.String |
GlobalVariableFactory.getVariable(java.lang.String qualifiedName)
Returns a value of the specified variable.
|
static java.lang.String |
VariableFactory.getVariable(java.lang.String qualifiedName)
Returns a value of the specified variable.
|
java.lang.String |
GlobalVariableFactory.getVariable(java.lang.String poolName,
java.lang.String variableName)
Returns a value of the specified variable contained in the specified literal pool.
|
static java.lang.String |
VariableFactory.getVariable(java.lang.String poolName,
java.lang.String variableName)
Returns a value of the specified variable contained in the specified literal pool.
|
java.util.List |
GlobalVariableFactory.listLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variable names from the specified literal pool.
|
static java.util.List |
VariableFactory.listLiteralPoolVariables(java.lang.String poolName)
Returns a sorted list of variable names from the specified literal pool.
|
void |
GlobalVariableFactory.removeLiteralPool(java.lang.String poolName)
Removes a literal pool with the specified name.
|
static void |
VariableFactory.removeLiteralPool(java.lang.String poolName)
Removes a literal pool with the specified name.
|
void |
GlobalVariableFactory.removeVariable(java.lang.String qualifiedName)
Removes the specified variable.
|
static void |
VariableFactory.removeVariable(java.lang.String qualifiedName)
Removes the specified variable.
|
void |
GlobalVariableFactory.removeVariable(java.lang.String poolName,
java.lang.String variableName)
Removes the specified variable from the specified literal pool.
|
static void |
VariableFactory.removeVariable(java.lang.String poolName,
java.lang.String variableName)
Removes the specified variable from the specified literal pool.
|
void |
GlobalVariableFactory.setVariable(java.lang.String qualifiedName,
java.lang.String value)
Sets the specified value to the specified variable.
|
static void |
VariableFactory.setVariable(java.lang.String qualifiedName,
java.lang.String value)
Sets the specified value to the specified variable.
|
void |
GlobalVariableFactory.setVariable(java.lang.String poolName,
java.lang.String variableName,
java.lang.String value)
Sets the specified value to the specified variable contained in the specified literal pool.
|
static void |
VariableFactory.setVariable(java.lang.String poolName,
java.lang.String variableName,
java.lang.String value)
Sets the specified value to the specified variable contained in the specified literal pool.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationObject |
GlobalVariablesResolver.resolveVariables(ConfigurationObject sco)
Resolves the variables, substituting their expanded values in the run-time configuration registry.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.