Interface ObjectActionEngine


public interface ObjectActionEngine
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeObjectAction(String objectActionName, String objectActionTriggerKey, long objectDefinitionId, com.liferay.portal.kernel.json.JSONObject payloadJSONObject, long userId)
     
    <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)
     
  • 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