public class SiteVariableCalculation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
WebClient |
client |
SiteVariable |
variable |
static java.lang.String |
VARIABLE_MAP |
Constructor and Description |
---|
SiteVariableCalculation(WebClient client,
SiteVariable variable) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getJSON(SiteComponent component) |
JSONObject |
getJSONObj(SiteComponent component) |
java.lang.String |
getName() |
java.lang.String |
getValue(SiteComponent component) |
static java.util.HashMap |
loadVariableValuesIntoMap(WebClient client,
SiteComponent component,
java.util.HashMap jsonObjMap) |
static java.lang.String |
parseVariables(WebClient client,
SiteComponent component,
java.lang.String rawValue) |
java.lang.String |
toString() |
public static final java.lang.String VARIABLE_MAP
public final WebClient client
public final SiteVariable variable
public SiteVariableCalculation(WebClient client, SiteVariable variable) throws java.lang.Exception
java.lang.Exception
@CheckReturnValue @Nonnull public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
@CheckReturnValue public static java.lang.String parseVariables(WebClient client, SiteComponent component, java.lang.String rawValue) throws java.lang.Exception
java.lang.Exception
public static java.util.HashMap loadVariableValuesIntoMap(WebClient client, SiteComponent component, java.util.HashMap jsonObjMap) throws java.lang.Exception
java.lang.Exception
public java.lang.Object getJSON(SiteComponent component) throws java.lang.Exception
java.lang.Exception
public JSONObject getJSONObj(SiteComponent component)
public java.lang.String getValue(SiteComponent component)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.