<BusinessObjectClass>
Section:
Class, Attribute
Required:
No
Value type:
Fully qualified Java class name
Default:
Business object from base class
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Class:
The fully qualified class name of the Java object to use when a new instance of the class is created or when an existing instance is opened.
The business object must extend one of the base Creo Elements/Direct Manager Server business objects:
WMDoc
WMForm
WMGeneral
WMNote
WMPacket
WMPart
These objects are found in the com.osm.biz package. If the class does not specify a Java business object then the Java business object specified by the Creo Elements/Direct Manager Server base class is used. The business object is returned when a WMObject is created or opened from the WMSession.
Attribute:
The Java business object to extend the attribute’s behavior.
Example
This example shows a valid configuration for the tag:
<BusinessObjectClass>com.mydomain.biz.MyBusinessObject</BusinessObjectClass>
Was this helpful?