Interface ExtRepositoryFolder
- All Superinterfaces:
ExtRepositoryModel
,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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.document.library.repository.external.ExtRepositoryObject
ExtRepositoryObject.ExtRepositoryPermission
-
Method Summary
Methods inherited from interface com.liferay.document.library.repository.external.ExtRepositoryModel
getCreateDate, getExtRepositoryModelKey, getOwner, getSize
Methods inherited from interface com.liferay.document.library.repository.external.ExtRepositoryObject
containsPermission, getDescription, getExtension, getModifiedDate
-
Method Details
-
getName
String getName()Returns the external repository folder's name.- Returns:
- the external repository folder's name
-
isRoot
boolean isRoot()Returnstrue
if the external repository folder is a root folder.- Returns:
true
if the external repository folder is a root folder;false
otherwise
-