Package com.liferay.object.action.engine
Interface ObjectActionEngine
public interface ObjectActionEngine
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeObjectAction
(String objectActionName, String objectActionTriggerKey, long objectDefinitionId, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) <E extends Exception>
voidexecuteObjectActions
(String className, long companyId, String objectActionTriggerKey, com.liferay.petra.function.UnsafeSupplier<com.liferay.portal.kernel.json.JSONObject, E> payloadJSONObjectUnsafeSupplier, long userId)
-
Method Details
-
executeObjectAction
void executeObjectAction(String objectActionName, String objectActionTriggerKey, long objectDefinitionId, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId) throws Exception - Throws:
Exception
-
executeObjectActions
<E extends Exception> void executeObjectActions(String className, long companyId, String objectActionTriggerKey, com.liferay.petra.function.UnsafeSupplier<com.liferay.portal.kernel.json.JSONObject, E> payloadJSONObjectUnsafeSupplier, long userId) throws E- Throws:
E extends Exception
-