Interface ExtRepositoryFolder

All Superinterfaces:
ExtRepositoryModel, ExtRepositoryObject

public interface ExtRepositoryFolder extends ExtRepositoryObject
Represents the external repository folder object. Implementers of external repositories must provide an implementation of this class to make the bridge between Liferay Portal and external repository domains. All data returned by these implementations is in native repository format.
  • Method Details

    • getName

      String getName()
      Returns the external repository folder's name.
      Returns:
      the external repository folder's name
    • isRoot

      boolean isRoot()
      Returns true if the external repository folder is a root folder.
      Returns:
      true if the external repository folder is a root folder; false otherwise