acs_sc::contract::operation::parse_operations_spec (private)

 acs_sc::contract::operation::parse_operations_spec -name name \
    -spec spec

Defined in packages/acs-service-contract/tcl/contract-procs.tcl

Parse the operations defined in the operations specification

Switches:
-name
(required)
Name of the contract
-spec
(required)
Specification of all the operations

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) acs_sc::contract::operation::parse_operations_spec acs_sc::contract::operation::parse_operations_spec acs_sc::contract::new_from_spec->acs_sc::contract::operation::parse_operations_spec acs_sc::contract::operation::parse_spec acs_sc::contract::operation::parse_spec (private) acs_sc::contract::operation::parse_operations_spec->acs_sc::contract::operation::parse_spec

Testcases:
No testcase defined.
Source code:
    foreach { operation subspec } $spec {
        acs_sc::contract::operation::parse_spec  -contract_name $name  -operation $operation  -spec $subspec
    }
XQL Not present:
Generic
PostgreSQL XQL file:
packages/acs-service-contract/tcl/contract-procs-postgresql.xql

Oracle XQL file:
packages/acs-service-contract/tcl/contract-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: