Package com.liferay.portal.kernel.webdav
Class BaseResourceImpl
Object
com.liferay.portal.kernel.webdav.BaseResourceImpl
- All Implemented Interfaces:
Resource
- Author:
- Brian Wing Shun Chan, Alexander Chow
-
Constructor Summary
ConstructorsConstructorDescriptionBaseResourceImpl(String parentPath, long name, long displayName) BaseResourceImpl(String parentPath, long name, String displayName) BaseResourceImpl(String parentPath, String name, String displayName) BaseResourceImpl(String parentPath, String name, String displayName, Date createDate, Date modifiedDate) BaseResourceImpl(String parentPath, String name, String displayName, Date createDate, Date modifiedDate, long size) -
Method Summary
Modifier and TypeMethodDescriptiongetHREF()getLock()getModel()longlonggetSize()booleanbooleanisLocked()voidsetClassName(String className) voidvoidsetPrimaryKey(long primaryKey)
-
Constructor Details
-
BaseResourceImpl
-
BaseResourceImpl
-
BaseResourceImpl
-
BaseResourceImpl
-
BaseResourceImpl
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein interfaceResource
-
getContentAsStream
- Specified by:
getContentAsStreamin interfaceResource- Throws:
WebDAVException
-
getContentType
- Specified by:
getContentTypein interfaceResource
-
getCreateDateString
- Specified by:
getCreateDateStringin interfaceResource
-
getDisplayName
- Specified by:
getDisplayNamein interfaceResource
-
getHREF
-
getLock
-
getModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfaceResource
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfaceResource
-
getSize
public long getSize() -
isCollection
public boolean isCollection()- Specified by:
isCollectionin interfaceResource
-
isLocked
public boolean isLocked() -
setClassName
- Specified by:
setClassNamein interfaceResource
-
setModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfaceResource
-