Which statement is true?
A. You use the IDfClient.getQuery method to obtain an IDfQuery object.
B. The execute method of an IDfQuery object returns an IDfCollection.
C. The execute method of an IDfQuery object returns an IDfEnumeration.
D. The execute method of an IDfQuery object only requires the repository name as aparameter.
What does the IDfSysObject.checkout() method do?
A. only places a lock on an object from the repository
B. places a lock on an object from the repository and downloads the content
C. places a database row level lock on the rows representing the object
D. places a lock on an object from the repository and sets its r_lock_machine attribute
Which method resumes a workflow from a halted state to a running state?
A. IDfWorkflow.execute()
B. IDfWorkflow.resume()
C. IDfWorkflow.resumeAll()
D. IDfWorkflow.continue()
IDfList is a wrapper around which collection?
A. Map
B. Hashtable
C. Vector
D. Set
Which interface is used to generate the repository tickets for other users?
A. IDfClient
B. IDfAdminClient
C. IDfSession
D. IDfPermit
What is the purpose of IDfDynamicInheritance?
A. allows dynamic inheritance of all IDfSysObject's public methods to the TBO
B. provides the ability to override the parent class method
C. allows DFC to adjust the class hierarchy at run-time
D. allows dynamic loading of the TBO from the repository to the DFC client
Which product is used to implement the SOAP protocol stack for the Web Services Framework?
A. Apache Axis
B. XFire
C. JBoss WS
D. WebMethods Glue
The setDestinationDirectory(String dirPath) method of the IDfValidationOperation is used to set the _____.
A. destination directory for the validated XML file
B. location where the XML application can be found
C. temporary directory that will be used to validate the XML file
D. location where the corresponding DTD or schema used to manage the validation, can befound
Given the following namespaces: Which namespaces are required in the stylesheet to execute XDQL queries?
A. 1 and 2 only
B. 1 and 3 only
C. 1, 2 and 3 only
D. 1, 2, 3 and 4
What information can be combined into a DFC trace?
A. SQL query tracing
B. DMCL functional tracing
C. content transfer progress
D. IP number and port tracing