oacs_dav::install::create_dav_put_type_sc (private)

 oacs_dav::install::create_dav_put_type_sc

Defined in packages/oacs-dav/tcl/oacs-dav-install-procs.tcl

create dav_put_type service contract

Partial Call Graph (max 5 caller/called nodes):
%3 oacs_dav::install::create_service_contracts oacs_dav::install::create_service_contracts (private) oacs_dav::install::create_dav_put_type_sc oacs_dav::install::create_dav_put_type_sc oacs_dav::install::create_service_contracts->oacs_dav::install::create_dav_put_type_sc acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) oacs_dav::install::create_dav_put_type_sc->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.
Source code:
    set contract_name "dav_put_type"
    set dav_spec {
        description "returns content type to use for PUT operation"
        operations {
            get_type {
                description "DAV PUT Content Type"
                output { content_type:string }
            }
    }
    }

    acs_sc::contract::new_from_spec  -spec [concat [list name $contract_name$dav_spec ]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: