Interface ObjectActionExecutorRegistry


@ProviderType public interface ObjectActionExecutorRegistry
  • Method Details

    • getObjectActionExecutor

      ObjectActionExecutor getObjectActionExecutor(long companyId, String objectActionExecutorKey)
    • getObjectActionExecutors

      List<ObjectActionExecutor> getObjectActionExecutors(long companyId, String objectDefinitionName)
    • hasObjectActionExecutor

      boolean hasObjectActionExecutor(String objectActionExecutorKey)