getReportObjectAssociation

Back to index

Summary

Retrieves a report object association by associated type.
reportObjectTypeName
Stringrequired
Report object type for which this association is defined. The association is owned by the specified report object type.
associatedType
Stringrequired
The name of the associated type.

Usage

Perl

$cmdr->getReportObjectAssociation( "test-reportObjectTypeName", # reportObjectTypeName "test-associatedType" # associatedType );

ectool

ectool getReportObjectAssociation \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-associatedType" `# associatedType`

Examples

Perl

$cmdr->getReportObjectAssociation("feature", "MyAssocType");

ectool

ectool getReportObjectAssociation "feature" "MyAssocType"