EbaseSystem.removeWrapFactoryExcludedClass

Removes the named class or interface from the list of excluded classes used as an exclusion list by the wrap factory for Java lists and maps. This method can only be used to remove classes or interfaces added using addWrapFactoryExcludedClass(className).

The scope of changes made via this method applies to the execution of an entire form, web service or workflow process.

Javascript example:

 system.removeWrapFactoryExcludedClass("java.util.Properties");
 

returns boolean

Parameters

java.lang.String  className,