IBM BPM, V8.0.1, All platforms > Programming IBM BPM > Business objects programming > Programming techniques

Create nested business objects

You can use the setWithCreate function to create nested business objects within a parent business object.

You can create nested business objects from a parent business object without having to write code that details intermediate child objects.

For example, you can set a nested business object two levels below the parent object without having to define a dependent business object one level below the parent object. Use the setWithCreate function to accomplish this task for:

The following topics describe how you can do each of these.

Programming techniques