Class StagedModelDataHandlerRegistryUtil

Object
com.liferay.exportimport.kernel.lar.StagedModelDataHandlerRegistryUtil

public class StagedModelDataHandlerRegistryUtil extends Object
Provides a utility facade to the staged model data handler registry framework.
Since:
6.2
Author:
Máté Thurzó, Brian Wing Shun Chan
  • Method Details

    • getStagedModelDataHandler

      public static StagedModelDataHandler<?> getStagedModelDataHandler(String className)
      Returns the registered staged model data handler with the class name.
      Parameters:
      className - the name of the staged model class
      Returns:
      the registered staged model data handler with the class name, or null if none are registered with the class name
    • getStagedModelDataHandlers

      public static List<StagedModelDataHandler<?>> getStagedModelDataHandlers()
      Returns all the registered staged model data handlers.
      Returns:
      the registered staged model data handlers