public class BaseRepositoryProxyBean extends RepositoryModelProxyBean implements BaseRepository
| Constructor and Description |
|---|
BaseRepositoryProxyBean(BaseRepository baseRepository,
java.lang.ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
FileEntry |
addFileEntry(long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.File file,
ServiceContext serviceContext) |
FileEntry |
addFileEntry(long folderId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
java.io.InputStream is,
long size,
ServiceContext serviceContext) |
Folder |
addFolder(long parentFolderId,
java.lang.String title,
java.lang.String description,
ServiceContext serviceContext) |
FileVersion |
cancelCheckOut(long fileEntryId) |
void |
checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
Deprecated.
As of 6.2.0, replaced by
checkInFileEntry(long,
String, ServiceContext) |
void |
checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext) |
FileEntry |
checkOutFileEntry(long fileEntryId,
ServiceContext serviceContext) |
FileEntry |
checkOutFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime,
ServiceContext serviceContext) |
FileEntry |
copyFileEntry(long groupId,
long fileEntryId,
long destFolderId,
ServiceContext serviceContext) |
void |
deleteFileEntry(long fileEntryId) |
void |
deleteFileEntry(long folderId,
java.lang.String title) |
void |
deleteFileVersion(long fileEntryId,
java.lang.String version) |
void |
deleteFolder(long folderId) |
void |
deleteFolder(long parentFolderId,
java.lang.String title) |
java.util.List<FileEntry> |
getFileEntries(long folderId,
int start,
int end,
OrderByComparator obc) |
java.util.List<FileEntry> |
getFileEntries(long folderId,
long documentTypeId,
int start,
int end,
OrderByComparator obc) |
java.util.List<FileEntry> |
getFileEntries(long folderId,
java.lang.String[] mimeTypes,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end) |
int |
getFileEntriesAndFileShortcutsCount(long folderId,
int status) |
int |
getFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes) |
int |
getFileEntriesCount(long folderId) |
int |
getFileEntriesCount(long folderId,
long documentTypeId) |
int |
getFileEntriesCount(long folderId,
java.lang.String[] mimeTypes) |
FileEntry |
getFileEntry(long fileEntryId) |
FileEntry |
getFileEntry(long folderId,
java.lang.String title) |
FileEntry |
getFileEntryByUuid(java.lang.String uuid) |
FileVersion |
getFileVersion(long fileVersionId) |
Folder |
getFolder(long folderId) |
Folder |
getFolder(long parentFolderId,
java.lang.String title) |
java.util.List<Folder> |
getFolders(long parentFolderId,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc) |
java.util.List<Folder> |
getFolders(long parentFolderId,
int status,
boolean includeMountfolders,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
java.util.List<java.lang.Object> |
getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders) |
int |
getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders) |
int |
getFoldersCount(long parentFolderId,
boolean includeMountfolders) |
int |
getFoldersCount(long parentFolderId,
int status,
boolean includeMountfolders) |
int |
getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds,
int status) |
LocalRepository |
getLocalRepository() |
java.util.List<Folder> |
getMountFolders(long parentFolderId,
int start,
int end,
OrderByComparator obc) |
int |
getMountFoldersCount(long parentFolderId) |
BaseRepository |
getProxyBean() |
java.util.List<FileEntry> |
getRepositoryFileEntries(long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc) |
java.util.List<FileEntry> |
getRepositoryFileEntries(long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getRepositoryFileEntriesCount(long userId,
long rootFolderId) |
int |
getRepositoryFileEntriesCount(long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status) |
long |
getRepositoryId() |
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long folderId) |
java.util.List<java.lang.Long> |
getSubfolderIds(long folderId,
boolean recurse) |
java.lang.String[] |
getSupportedConfigurations() |
java.lang.String[][] |
getSupportedParameters() |
void |
initRepository() |
Lock |
lockFileEntry(long fileEntryId)
Deprecated.
As of 6.2.0, replaced by
checkOutFileEntry(long,
ServiceContext) |
Lock |
lockFileEntry(long fileEntryId,
java.lang.String owner,
long expirationTime)
Deprecated.
As of 6.2.0, replaced by
checkOutFileEntry(long,
String, long, ServiceContext) |
Lock |
lockFolder(long folderId) |
Lock |
lockFolder(long folderId,
java.lang.String owner,
boolean inheritable,
long expirationTime) |
FileEntry |
moveFileEntry(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
Folder |
moveFolder(long folderId,
long newParentFolderId,
ServiceContext serviceContext) |
Lock |
refreshFileEntryLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
Lock |
refreshFolderLock(java.lang.String lockUuid,
long companyId,
long expirationTime) |
void |
revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext) |
Hits |
search(long creatorUserId,
int status,
int start,
int end) |
Hits |
search(long creatorUserId,
long folderId,
java.lang.String[] mimeTypes,
int status,
int start,
int end) |
Hits |
search(SearchContext searchContext) |
Hits |
search(SearchContext searchContext,
Query query) |
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService) |
void |
setCompanyId(long companyId) |
void |
setCompanyLocalService(CompanyLocalService companyLocalService) |
void |
setCounterLocalService(CounterLocalService counterLocalService) |
void |
setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService) |
void |
setGroupId(long groupId) |
void |
setRepositoryId(long repositoryId) |
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties) |
void |
setUserLocalService(UserLocalService userLocalService) |
void |
unlockFolder(long folderId,
java.lang.String lockUuid) |
void |
unlockFolder(long parentFolderId,
java.lang.String title,
java.lang.String lockUuid) |
FileEntry |
updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.File file,
ServiceContext serviceContext) |
FileEntry |
updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.InputStream is,
long size,
ServiceContext serviceContext) |
Folder |
updateFolder(long folderId,
java.lang.String title,
java.lang.String description,
ServiceContext serviceContext) |
boolean |
verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid) |
boolean |
verifyInheritableLock(long folderId,
java.lang.String lockUuid) |
newFileEntryProxyBean, newFileVersionProxyBean, newFolderProxyBean, newLocalRepositoryProxyBean, newProxyBean, newProxyInstance, toFileEntryProxyBeans, toFileVersionProxyBeans, toFolderProxyBeans, toObjectProxyBeanspublic BaseRepositoryProxyBean(BaseRepository baseRepository, java.lang.ClassLoader classLoader)
public FileEntry addFileEntry(long folderId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, java.io.File file, ServiceContext serviceContext) throws PortalException, SystemException
addFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry addFileEntry(long folderId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, java.io.InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
addFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Folder addFolder(long parentFolderId, java.lang.String title, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addFolder in interface RepositoryPortalExceptionSystemExceptionpublic FileVersion cancelCheckOut(long fileEntryId) throws PortalException, SystemException
cancelCheckOut in interface RepositoryPortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
boolean major,
java.lang.String changeLog,
ServiceContext serviceContext)
throws PortalException,
SystemException
checkInFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
checkInFileEntry(long,
String, ServiceContext)checkInFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic void checkInFileEntry(long fileEntryId,
java.lang.String lockUuid,
ServiceContext serviceContext)
throws PortalException,
SystemException
checkInFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
checkOutFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry checkOutFileEntry(long fileEntryId, java.lang.String owner, long expirationTime, ServiceContext serviceContext) throws PortalException, SystemException
checkOutFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry copyFileEntry(long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws PortalException, SystemException
copyFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic void deleteFileEntry(long fileEntryId)
throws PortalException,
SystemException
deleteFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic void deleteFileEntry(long folderId,
java.lang.String title)
throws PortalException,
SystemException
deleteFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic void deleteFileVersion(long fileEntryId,
java.lang.String version)
throws PortalException,
SystemException
deleteFileVersion in interface RepositoryPortalExceptionSystemExceptionpublic void deleteFolder(long folderId)
throws PortalException,
SystemException
deleteFolder in interface RepositoryPortalExceptionSystemExceptionpublic void deleteFolder(long parentFolderId,
java.lang.String title)
throws PortalException,
SystemException
deleteFolder in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<FileEntry> getFileEntries(long folderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<FileEntry> getFileEntries(long folderId, long documentTypeId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<FileEntry> getFileEntries(long folderId, java.lang.String[] mimeTypes, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFileEntries in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFileEntriesAndFileShortcuts(long folderId,
int status,
int start,
int end)
throws PortalException,
SystemException
getFileEntriesAndFileShortcuts in interface RepositoryPortalExceptionSystemExceptionpublic int getFileEntriesAndFileShortcutsCount(long folderId,
int status)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes)
throws PortalException,
SystemException
getFileEntriesAndFileShortcutsCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFileEntriesCount(long folderId)
throws PortalException,
SystemException
getFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFileEntriesCount(long folderId,
long documentTypeId)
throws PortalException,
SystemException
getFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFileEntriesCount(long folderId,
java.lang.String[] mimeTypes)
throws PortalException,
SystemException
getFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry getFileEntry(long fileEntryId) throws PortalException, SystemException
getFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry getFileEntry(long folderId, java.lang.String title) throws PortalException, SystemException
getFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry getFileEntryByUuid(java.lang.String uuid) throws PortalException, SystemException
getFileEntryByUuid in interface RepositoryPortalExceptionSystemExceptionpublic FileVersion getFileVersion(long fileVersionId) throws PortalException, SystemException
getFileVersion in interface RepositoryPortalExceptionSystemExceptionpublic Folder getFolder(long folderId) throws PortalException, SystemException
getFolder in interface RepositoryPortalExceptionSystemExceptionpublic Folder getFolder(long parentFolderId, java.lang.String title) throws PortalException, SystemException
getFolder in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<Folder> getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFolders in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<Folder> getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getFolders in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<java.lang.Object> getFoldersAndFileEntriesAndFileShortcuts(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcuts in interface RepositoryPortalExceptionSystemExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId,
int status,
java.lang.String[] mimeTypes,
boolean includeMountFolders)
throws PortalException,
SystemException
getFoldersAndFileEntriesAndFileShortcutsCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFoldersCount(long parentFolderId,
boolean includeMountfolders)
throws PortalException,
SystemException
getFoldersCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFoldersCount(long parentFolderId,
int status,
boolean includeMountfolders)
throws PortalException,
SystemException
getFoldersCount in interface RepositoryPortalExceptionSystemExceptionpublic int getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds,
int status)
throws PortalException,
SystemException
getFoldersFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic LocalRepository getLocalRepository()
getLocalRepository in interface BaseRepositorypublic java.util.List<Folder> getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getMountFolders in interface RepositoryPortalExceptionSystemExceptionpublic int getMountFoldersCount(long parentFolderId)
throws PortalException,
SystemException
getMountFoldersCount in interface RepositoryPortalExceptionSystemExceptionpublic BaseRepository getProxyBean()
public java.util.List<FileEntry> getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getRepositoryFileEntries in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<FileEntry> getRepositoryFileEntries(long userId, long rootFolderId, java.lang.String[] mimeTypes, int status, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getRepositoryFileEntries in interface RepositoryPortalExceptionSystemExceptionpublic int getRepositoryFileEntriesCount(long userId,
long rootFolderId)
throws PortalException,
SystemException
getRepositoryFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic int getRepositoryFileEntriesCount(long userId,
long rootFolderId,
java.lang.String[] mimeTypes,
int status)
throws PortalException,
SystemException
getRepositoryFileEntriesCount in interface RepositoryPortalExceptionSystemExceptionpublic long getRepositoryId()
getRepositoryId in interface Repositorypublic void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long folderId)
throws PortalException,
SystemException
getSubfolderIds in interface RepositoryPortalExceptionSystemExceptionpublic java.util.List<java.lang.Long> getSubfolderIds(long folderId,
boolean recurse)
throws PortalException,
SystemException
getSubfolderIds in interface RepositoryPortalExceptionSystemExceptionpublic java.lang.String[] getSupportedConfigurations()
getSupportedConfigurations in interface BaseRepositorypublic java.lang.String[][] getSupportedParameters()
getSupportedParameters in interface BaseRepositorypublic void initRepository()
throws PortalException,
SystemException
initRepository in interface BaseRepositoryPortalExceptionSystemExceptionpublic Lock lockFileEntry(long fileEntryId) throws PortalException, SystemException
checkOutFileEntry(long,
ServiceContext)lockFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Lock lockFileEntry(long fileEntryId, java.lang.String owner, long expirationTime) throws PortalException, SystemException
checkOutFileEntry(long,
String, long, ServiceContext)lockFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Lock lockFolder(long folderId) throws PortalException, SystemException
lockFolder in interface RepositoryPortalExceptionSystemExceptionpublic Lock lockFolder(long folderId, java.lang.String owner, boolean inheritable, long expirationTime) throws PortalException, SystemException
lockFolder in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry moveFileEntry(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Folder moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolder in interface RepositoryPortalExceptionSystemExceptionpublic Lock refreshFileEntryLock(java.lang.String lockUuid, long companyId, long expirationTime) throws PortalException, SystemException
refreshFileEntryLock in interface RepositoryPortalExceptionSystemExceptionpublic Lock refreshFolderLock(java.lang.String lockUuid, long companyId, long expirationTime) throws PortalException, SystemException
refreshFolderLock in interface RepositoryPortalExceptionSystemExceptionpublic void revertFileEntry(long fileEntryId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException,
SystemException
revertFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Hits search(long creatorUserId, int status, int start, int end) throws PortalException, SystemException
search in interface RepositoryPortalExceptionSystemExceptionpublic Hits search(long creatorUserId, long folderId, java.lang.String[] mimeTypes, int status, int start, int end) throws PortalException, SystemException
search in interface RepositoryPortalExceptionSystemExceptionpublic Hits search(SearchContext searchContext) throws SearchException
search in interface RepositorySearchExceptionpublic Hits search(SearchContext searchContext, Query query) throws SearchException
search in interface RepositorySearchExceptionpublic void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
setAssetEntryLocalService in interface BaseRepositorypublic void setCompanyId(long companyId)
setCompanyId in interface BaseRepositorypublic void setCompanyLocalService(CompanyLocalService companyLocalService)
setCompanyLocalService in interface BaseRepositorypublic void setCounterLocalService(CounterLocalService counterLocalService)
setCounterLocalService in interface BaseRepositorypublic void setDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
setDLAppHelperLocalService in interface BaseRepositorypublic void setGroupId(long groupId)
setGroupId in interface BaseRepositorypublic void setRepositoryId(long repositoryId)
setRepositoryId in interface BaseRepositorypublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties in interface BaseRepositorypublic void setUserLocalService(UserLocalService userLocalService)
setUserLocalService in interface BaseRepositorypublic void unlockFolder(long folderId,
java.lang.String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface RepositoryPortalExceptionSystemExceptionpublic void unlockFolder(long parentFolderId,
java.lang.String title,
java.lang.String lockUuid)
throws PortalException,
SystemException
unlockFolder in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry updateFileEntry(long fileEntryId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, boolean majorVersion, java.io.File file, ServiceContext serviceContext) throws PortalException, SystemException
updateFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic FileEntry updateFileEntry(long fileEntryId, java.lang.String sourceFileName, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String changeLog, boolean majorVersion, java.io.InputStream is, long size, ServiceContext serviceContext) throws PortalException, SystemException
updateFileEntry in interface RepositoryPortalExceptionSystemExceptionpublic Folder updateFolder(long folderId, java.lang.String title, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
updateFolder in interface RepositoryPortalExceptionSystemExceptionpublic boolean verifyFileEntryCheckOut(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyFileEntryCheckOut in interface RepositoryPortalExceptionSystemExceptionpublic boolean verifyFileEntryLock(long fileEntryId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyFileEntryLock in interface RepositoryPortalExceptionSystemExceptionpublic boolean verifyInheritableLock(long folderId,
java.lang.String lockUuid)
throws PortalException,
SystemException
verifyInheritableLock in interface RepositoryPortalExceptionSystemException