The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

VCS::CMSynergy::ProcessRule - convenience methods for VCS::CMSynergy::Objects of type process_rule

SYNOPSIS

VCS::CMSynergy::ProcessRule is a subclass of VCS::CMSynergy::Object with additional methods for Synergy process_rules.

use VCS::CMSynergy;
$ccm = VCS::CMSynergy->new(%attr);
...
$proj = $ccm->object("editor-1:project:1");
$pr = $proj->process_rule();

$projects = $pr->show_object("baseline_projects");

METHODS

show

$aref = $pr->show_hashref($what, @keywords);
$aref = $pr->show_object($what, @keywords);

These two methods are convenience wrappers for ccm process_rule -show $what. For return values and the meaning of the optional @keywords parameters see the descriptions of query_hashref and query_object.

The following strings can be used for $what, see the Synergy documentation of the ccm process_rule -show sub command for their meaning:

  • baseline_projects

  • folders

  • folder_templates