public class DisplayCPSOptimizationMenu extends DisplayCPSOptimizationFields
Constructor and Description |
---|
DisplayCPSOptimizationMenu() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
toWhereClause
public boolean evaluateCondition(MboRemote mbo, java.lang.Object param) throws MXException, java.rmi.RemoteException
CustomCondition
For data restrictions having a condition (SecurityRestrict other than object Qualified), the object framework will call this method for each Mbo and set the Mbo and MboValue flags appropriately.
evaluateCondition
in interface CustomCondition
evaluateCondition
in class DisplayCPSOptimizationFields
mbo
- The mbo to be evaluatedparam
- Any object of parameter that is understood by the condition class.
For data restrictions, this param is not used. To use it, some of the framework logic
must be overridden in the Mbo.MXException
java.rmi.RemoteException
SecurityRestrict
,
Condition
,
Mbo.evaluateRestriction(psdi.mbo.DataRestriction)
,
Mbo.evaluateCtrlConditions(java.util.HashSet)
,
Mbo.evaluateCondition(java.lang.String, boolean)