JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.object.scripting.executor
Interface ObjectScriptingExecutor
public interface
ObjectScriptingExecutor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
Object
>
execute
(
Map
<
String
,
Object
> inputObjects,
Set
<
String
> outputNames,
String
script)
Method Details
execute
Map
<
String
,
Object
>
execute
(
Map
<
String
,
Object
> inputObjects,
Set
<
String
> outputNames,
String
script)