What is the value of the attribute log_entry after execution of the following statement?
Given the following TBO implementation class for an object type (assume that all BOF required
interfaces and methods are implemented): What is the value of the attribute log_entry after
execution of the following statement? (Assume sysObject is an instance of IDfSysObject.)
sysObject.checkin(false, “”);
What is the outcome of creating an object of type doc_type_a, assuming the an_attribute exists at the doc_type
The TBO Implementation class of doc_type_a, which is a sub-type of dm_document, extends
DfDocument and overrides the doSave() method. A new object type, doc_type_b, is inserted in the
hierarchy between dm_document and doc_type_a. Now, doc_type_a is a sub-type of doc_type_b.
What is the outcome of creating an object of type doc_type_a, assuming the an_attribute exists at
the doc_type_b level?
What will be the outcome of executing the doSave() method in the following TBO class?
What will be the outcome of executing the doSave() method in the following TBO class? (Assume
the BOF required interfaces and methods are implemented.)
What is the purpose of IDfDynamicInheritance?
What is the purpose of IDfDynamicInheritance?
What would happen to the transaction if a DfException occurs in the SBO method?
The following is a method in an SBO (assume all the variables are valid): public void
updateDoc(String strRepository, IDfSysObject obj) {
The following code calls this service:
What would happen to the transaction if a DfException occurs in the SBO method?
Which statement is true about TBOs?
Which statement is true about TBOs?
Which statement is true about SBOs?
Which statement is true about SBOs?
what is the preferred override method to implement the following business rule on the object name?
In a TBO, what is the preferred override method to implement the following business rule on the
object name? Business Rule: Suffix the object name with an incremental number in the format
“_00001”
Which statement is true?
Given the following code:
IMyService1.createFolder() and IMyService2.createDocuments() perform steps that can be
aborted if in a transaction. Which statement is true?
When implementing the isCompatible() method for an SBO, it should be implemented such that it checks whether t
When implementing the isCompatible() method for an SBO, it should be implemented such that it
checks whether the _____.