CustomResource.execute

Invokes the execute(String) method on the Custom Resource passing command as argument. The binding can be obtained by the Custom Resource by issuing getBinding().

Further documentation.

Javascript example:

 var status = resources.CUSTOM_RESOURCE1.execute(CustomResource.COMMAND_READ, "Test");
 

returns java.lang.String

Parameters

java.lang.String  command,  java.lang.String  binding,