Class DqlWhereClauseTranslator
java.lang.Object
com.emc.documentum.rest.filter.translator.DqlWhereClauseTranslator
Translate a search expression into a boolean expression that can be used within DQL where clause
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DqlWhereClauseTranslator
public DqlWhereClauseTranslator()
-
-
Method Details
-
translate
Translate a search expression into a boolean expression that can be used within DQL where clause- Parameters:
searchExpression
- the filter expression that needs to be translated- Returns:
- a string which is a boolean expression that can be used within DQL where clause
-