public interface ExtRepositoryFileEntry extends ExtRepositoryObject
ExtRepositoryObject.ExtRepositoryPermission| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCheckedOutBy()
Returns an identifier for the user who checked out the file from the
external repository, or
null if the file is not checked out. |
java.lang.String |
getMimeType()
Returns the MIME type of the external repository file, or
null if the MIME type is not available in the external
repository. |
java.lang.String |
getTitle()
Returns the external repository file entry's name, including its
extension.
|
containsPermission, getDescription, getExtension, getModifiedDategetCreateDate, getExtRepositoryModelKey, getOwner, getSizejava.lang.String getCheckedOutBy()
null if the file is not checked out.
The returned user identifier is converted from the native repository
format to the Liferay format by calling the ExtRepository.getLiferayLogin(String) method.null if the file is not
checked outjava.lang.String getMimeType()
null if the MIME type is not available in the external
repository. If the MIME type is unavailable, Liferay Portal guesses the
MIME type (usually by looking at the extension).null if the MIME type is not available in the
external repositoryjava.lang.String getTitle()