What is the most efficient way to give read access to USER A for a batch of 100,000 documents while maintainin
You have a repository with several million documents. The repository uses public ACLs to assign
security for each division in an organization. What is the most efficient way to give read access to
USER A for a batch of 100,000 documents while maintaining existing security on individual
documents?
what is the correct statement to retrieve the long form of the document’s format?
Given an object sysObj with IDfSysObject interface, what is the correct statement to retrieve the
long form of the document’s format?
What is a purpose of the IDfProperties interface?
What is a purpose of the IDfProperties interface?
Which digits represent the type of the object?
IDfId.getTypePart() returns the portion of the ID which represents the object’s type. If the object’s
Id is: 469af3ce80000200 Which digits represent the type of the object?
What can be viewed and manipulated using the IDfClientRegistry interface?
What can be viewed and manipulated using the IDfClientRegistry interface?
What is a purpose of the IDfEnumeration interface?
What is a purpose of the IDfEnumeration interface?
Which function does IDfFile provide in addition to the java.io.File functionality?
Which function does IDfFile provide in addition to the java.io.File functionality?
Which syntax should be used to determine if these two times are on the same date?
You have two IDfTime interfaces, time1 and time2. Which syntax should be used to determine if
these two times are on the same date?
What is the value of c after the following code executes?
What is the value of c after the following code executes?
What is a possible problem with using getIdByQualification() in this manner?
Given the following statement:
IDfId idObj = session.getIdByQualification(“dm_sysobject where object_name is not null”);
What is a possible problem with using getIdByQualification() in this manner?