instead
@Deprecated public interface Fs4Bridge
@Deprecated Object execute(@NotNull String identifier)
instead
FS4BRIDGE.execute('script:SCRIPT_UID'); // uid of the script existing in the project FS4BRIDGE.execute('class:NAME_OF_PUBLIC_EXECUTABLE'); // name of public hotspot related to anexecutable class
FS4BRIDGE.execute('class:FULL_QUALIFIED_CLASSNAME'); // FQN of anexecutable class
identifier
- the identifier of the executable ("script:SCRIPT_UID" or "class:NAME_OF_PUBLIC_EXECUTABLE" or "class:FULL_QUALIFIED_CLASSNAME")@Deprecated Object execute(@NotNull String identifier, @NotNull Map<String,Object> params)
instead
FS4BRIDGE.execute('class:FSAPI-Caller', {'param1':value1}, function(value){ alert(value); }); FS4BRIDGE.execute('script:fsapiscript', {'param1':value1}, function(value){ alert(value); });
identifier
- the identifier of the executable ("script:SCRIPT_UID" or "class:NAME_OF_PUBLIC_EXECUTABLE" or "class:FULL_QUALIFIED_CLASSNAME")params
- the parameter map which should be passed to the executable@Deprecated void reload()
instead
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500