Liferay 6.2-ce-ga5

Package com.liferay.portal.kernel.trash

Interface Summary
TrashHandler The interface for managing the basic trash operations of the Recycle Bin, which include: Deleting trash entries Moving trash entries out of the Recycle Bin to new destinations Restoring trash entries to their original locations These operations are supported for the following entities via their respective trash handlers: BlogsEntry via com.liferay.portlet.blogs.trash.BlogsEntryTrashHandler BookmarksEntry via com.liferay.portlet.bookmarks.trash.BookmarksEntryTrashHandler DLFileEntry via com.liferay.portlet.documentlibrary.trash.DLFileEntryTrashHandler DLFileShortcut via com.liferay.portlet.documentlibrary.trash.DLFileShortcutTrashHandler DLFolder via com.liferay.portlet.documentlibrary.trash.DLFolderTrashHandler MBThread via com.liferay.portlet.messageboards.trash.MBThreadTrashHandler WikiNode via com.liferay.portlet.wiki.trash.WikiNodeTrashHandler WikiPage via com.liferay.portlet.wiki.trash.WikiPageTrashHandler
TrashHandlerRegistry Represents the interface for registering handlers for those entities that can be moved to Trash.
TrashRenderer  
 

Class Summary
BaseTrashHandler Provides the base implementation of TrashHandler.
BaseTrashRenderer  
TrashActionKeys Contains constant versions of action IDs related to trash.
TrashHandlerRegistryUtil  
 


Liferay 6.2-ce-ga5