acs_sc_call (private, deprecated)

 acs_sc_call [ -error ] contract operation [ arguments ] [ impl ]

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

Deprecated. Invoking this procedure generates a warning.

Additional documentation and commentary at http://openacs.org/forums/message-view?message_id=108614.

Switches:
-error
(boolean) (optional)
If specified, will throw an error if the operation isn't implemented.
Parameters:
contract - the contract name
operation - the method to invoke
arguments (optional) - list of arguments to pass to the method
impl (optional) - the implementation name.
Author:
Neophytos Demetriou
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::invoke acs_sc::invoke (public) ad_log_deprecated ad_log_deprecated (public) acs_sc_call acs_sc_call acs_sc_call->acs_sc::invoke acs_sc_call->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc acs_sc_call
    acs_sc::invoke -contract $contract -operation $operation -impl $impl -call_args $arguments -error=$error_p
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-service-contract/tcl/acs-service-contract-procs.xql

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