Testing Siebel eBusiness Applications > Functional Test Object Reference > Common Test Automation Object Methods >

GetRepositoryName Method


The GetRepositoryName method finds the object with the specified parameters, and returns the object's RepositoryName.

Available from

SiebApplet Object, SiebApplication Object, SiebCurrency Object, SiebMenu Object, SiebPageTabs Object, SiebScreen Object, SiebScreenViews Object, SiebToolbar Object, SiebView Object, SiebViewApplets Object

Syntax A (SiebApplet Object, SiebApplication Object, SiebCurrency Object, SiebScreen Object, SiebView Object)

GetRepositoryName (ClassName, UIName)

Argument
Description

ClassName

A String that indicates the ClassName of the object.

UIName

A String that indicates the UIName of the object.

Syntax B (SiebMenu Object, SiebToolbar Object, SiebViewApplets Object)

GetRepositoryName (UIName)

Argument
Description

UIName

A String that indicates the UIName of the object.

For the SiebMenu object, submenu items are delimited by // (two forward slashes).

Syntax C (SiebPageTabs Object)

GetRepositoryName (UIName, [NavType])

Argument
Description

UIName

A String that indicates the UIName of the PageTab or View object.

NavType

(Optional) A String that indicates the type (Screen or View) of navigation object.

When NavType is defined as Screen, then UIName should be specified as the display name for a PageTab object.

When NavType is defined as View, then UIName should be specified as the display name for a View as represented by an Aggregate Category link.

If the NavType argument is not defined the default value of Screen is used.

Syntax D (SiebScreenViews Object)

GetRepositoryName (UIName, Level)

Argument
Description

UIName

A String that indicates the UIName of the object.

Level

A String that indicates the level (L2, L3, or L4) of the object.

Returns

A String indicating the RepositoryName of the object.

Testing Siebel eBusiness Applications