Custom condition Java class - IBM Maximo Customization and Development
Sometimes standard Conditional Expressions are not enough. Sometimes the logic to implement is too complex to be implemented using an SQL expression. In such cases Maximo allows to implement the condition logic in a custom condition class using Java.To implement a condition class you must extend psdi.common.condition.CustomCondition and override evaluateCondition and toWhereClause methods. Here is a sample class.
Read full article from Custom condition Java class - IBM Maximo Customization and Development
No comments:
Post a Comment