getReportObjectAssociations

Back to index

Summary

Retrieves all report object associations for the report object type.
reportObjectTypeName
Stringrequired
Report object type for which this association is defined. The association is owned by the specified report object type.

Usage

Perl

$cmdr->getReportObjectAssociations( "test-reportObjectTypeName" # reportObjectTypeName );

ectool

ectool getReportObjectAssociations \ "test-reportObjectTypeName" `# reportObjectTypeName`

Examples

Perl

$cmdr->getReportObjectAssociations("feature");

ectool

ectool getReportObjectAssociations "feature"