cockpit/js/wfadaptor.cpee.js in cpee-1.3.164 vs cockpit/js/wfadaptor.cpee.js in cpee-1.3.166
- old
+ new
@@ -215,11 +215,11 @@
}
},//}}}
'description' : {//{{{
'create': function(target) {
var node = null;
- node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="" xmlns="http://this.org/ns/description/1.0"><parameters><label></label><method>post</method><parameters/></parameters><manipulate output="result"/></call>');
+ node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="" xmlns="http://this.org/ns/description/1.0"><parameters><label>""</label><method>:post</method><parameters/></parameters><manipulate output="result"/></call>');
return node;
},
'permissible_children': function(node) {
if(node.children('manipulate').lenght < 1)
return [
@@ -251,11 +251,11 @@
}
},//}}}
'description' : {//{{{
'create': function(target) {
var node = null;
- node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="correlation" xmlns="http://this.org/ns/description/1.0"><parameters><label></label><method>post</method><parameters/></parameters><manipulate output="result"/></call>');
+ node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="correlation" xmlns="http://this.org/ns/description/1.0"><parameters><label>""</label><method>:post</method><parameters/></parameters><manipulate output="result"/></call>');
return node;
},
'permissible_children': function(node) {
if(node.children('manipulate').lenght < 1)
return [
@@ -287,11 +287,11 @@
}
},//}}}
'description' : {//{{{
'create': function(target) {
var node = null;
- node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="instantiate" xmlns="http://this.org/ns/description/1.0"><parameters><label></label><method>post</method><parameters/></parameters><manipulate output="result"/></call>');
+ node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="instantiate" xmlns="http://this.org/ns/description/1.0"><parameters><label>""</label><method>:post</method><parameters/></parameters><manipulate output="result"/></call>');
return node;
},
'permissible_children': function(node) {
if(node.children('manipulate').lenght < 1)
return [
@@ -323,11 +323,11 @@
}
},//}}}
'description' : {//{{{
'create': function(target) {
var node = null;
- node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="" xmlns="http://this.org/ns/description/1.0"><parameters><label></label><method>post</method><parameters/></parameters><manipulate output="result"/></call>');
+ node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="" xmlns="http://this.org/ns/description/1.0"><parameters><label>""</label><method>:post</method><parameters/></parameters><manipulate output="result"/></call>');
return node;
},
'permissible_children': function(node) {
if(node.children('manipulate').lenght < 1)
return [
@@ -396,10 +396,10 @@
}
},//}}}
'description' : {//{{{
'create': function(target) {
var node = $X('<call id="' + adaptor.description.get_free_id() + '" endpoint="" xmlns="http://cpee.org/ns/description/1.0"/>');
- node.append($X('<parameters xmlns="http://cpee.org/ns/description/1.0"><label></label><method>post</method><parameters/></parameters>'));
+ node.append($X('<parameters xmlns="http://cpee.org/ns/description/1.0"><label>""</label><method>:post</method><parameters/></parameters>'));
return node;
},
'permissible_children': function(node) {
if(node.children('manipulate').length < 1)
return [