Package | Description |
---|---|
com.ibm.tivoli.maximo.expression |
Modifier and Type | Method and Description |
---|---|
ObjectFormulaInfo |
ObjectFormulaCacheImpl.getFormula(java.lang.String objectName,
java.lang.String formulaName) |
ObjectFormulaInfo |
ObjectFormulaCache.getFormulas(java.lang.String objectName,
java.lang.String formulaName) |
ObjectFormulaInfo |
ExpressionContext.getObjectFormulaInfo() |
ObjectFormulaInfo |
Expression.getObjectFormulaInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,ObjectFormulaInfo>> |
ObjectFormulaCacheImpl.getAllFormulas() |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,ObjectFormulaInfo>> |
ObjectFormulaCache.getAllFormulas() |
java.util.Map<java.lang.String,ObjectFormulaInfo> |
ObjectFormulaCacheImpl.getAllFormulasForObject(java.lang.String objectName) |
java.util.Map<java.lang.String,ObjectFormulaInfo> |
ObjectFormulaCache.getAllFormulasForObject(java.lang.String objectName) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
FormulaUtils.getObjectFormulaForMbo(MboRemote mbo,
ObjectFormulaInfo formulaInfo) |
void |
ExpressionContext.setObjectFormulaInfo(ObjectFormulaInfo objectFormulaInfo) |
void |
Expression.setObjectFormulaInfo(ObjectFormulaInfo objectFormulaInfo) |
static com.ibm.json.java.JSONObject |
FormulaUtils.validateObjectFormulaForMbo(MboRemote mbo,
ObjectFormulaInfo formulaInfo) |