com.liferay.portal.kernel.repository.capabilities
Interface SyncCapability
- All Superinterfaces:
- Capability
public interface SyncCapability
- extends Capability
addFileEntry
void addFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
addFolder
void addFolder(Folder folder)
throws PortalException
- Throws:
PortalException
deleteFileEntry
void deleteFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
deleteFolder
void deleteFolder(Folder folder)
throws PortalException
- Throws:
PortalException
destroyLocalRepository
void destroyLocalRepository(LocalRepository localRepository)
throws PortalException
- Throws:
PortalException
moveFileEntry
void moveFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
moveFolder
void moveFolder(Folder folder)
throws PortalException
- Throws:
PortalException
restoreFileEntry
void restoreFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
restoreFolder
void restoreFolder(Folder folder)
throws PortalException
- Throws:
PortalException
trashFileEntry
void trashFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
trashFolder
void trashFolder(Folder folder)
throws PortalException
- Throws:
PortalException
updateFileEntry
void updateFileEntry(FileEntry fileEntry)
throws PortalException
- Throws:
PortalException
updateFolder
void updateFolder(Folder folder)
throws PortalException
- Throws:
PortalException