Understanding Sun Master Index Processing (Repository)

addSystemRecord

Description

This method adds the system object to the enterprise object associated with the specified EUID.

Syntax


void addSystemRecord(String euid, SystemObjectBean systemObject)

Parameters

Name 

Type 

Description 

euid 

String 

The EUID of the enterprise object to which you want to add the system object. 

systemObject 

SystemObjectBean 

The Bean for the system object to be added to the enterprise object. 

Returns

None.

Throws