Class ActionResourceImpl
java.lang.Object
org.talend.sdk.component.server.front.ActionResourceImpl
- All Implemented Interfaces:
ActionResource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionResourceImpl
public ActionResourceImpl()
-
-
Method Details
-
execute
public CompletionStage<javax.ws.rs.core.Response> execute(String family, String type, String action, String lang, Map<String, String> params) - Specified by:
executein interfaceActionResource
-
getIndex
public org.talend.sdk.component.server.front.model.ActionList getIndex(String[] types, String[] families, String language) - Specified by:
getIndexin interfaceActionResource
-