Indicates the content protocol that the ODA supports for a specified content type.
Syntax
public long getContentProtocol(ContentType contentType);
Parameters
Return values
A long-integer (long) value that indicates the content protocol that the ODA implements. Compare this long value with the following content-protocol constants:
Notes
The getContentProtocol() method is the single method defined in the IGeneratesContent interface, which the IGeneratesBoDefs interface extends. Business Object Wizard calls getContentProtocol() to determine the content protocol that the ODA supports fort the contentType content type. For more information, see Indicating the implemented content protocols.