Interface DesignLibraryResourceTypeContributor


@ProviderType public interface DesignLibraryResourceTypeContributor
  • Method Details

    • getColor

      String getColor()
    • getCreationItems

      default List<DesignLibraryResourceCreationItem> getCreationItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDefaultActionId

      String getDefaultActionId()
    • getEntryClassName

      String getEntryClassName()
    • getFDSActionDropdownItems

      List<com.liferay.frontend.data.set.model.FDSActionDropdownItem> getFDSActionDropdownItems(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.depot.model.DepotEntry depotEntry, String backURL) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getIcon

      String getIcon()
    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • getType

      default String getType()
    • hasAddPermission

      boolean hasAddPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry)
    • hasViewPermission

      boolean hasViewPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, com.liferay.depot.model.DepotEntry depotEntry)