PrepAway - Latest Free Exam Questions & Answers

How would you limit the search to the Temp cabinet?

Given the following code: How would you limit the search to the Temp cabinet?

PrepAway - Latest Free Exam Questions & Answers

A.
Add IDfExpressionSet expSet =qBuilder.getRootExpressionSet();
expSet.addSimpleAttrExpression(“object_name”, IDfValue.DF_STRING,
IDfSimpleAttrExpression.SEARCH_OP_EQUAL, false, false, “Temp”);

B.
AddqBuilder.setDQL(“Folder(‘/Temp’)”);

C.
AddqBuilder.addLocationScope(“Repository”, “/Temp”, false);

D.
This cannot be done in the IDfQueryManager.


Leave a Reply