Package com.axemble.vdoc.sdk.supports
Interface ITrashSupport
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PortalFile,- PortalFolder
This class allows to specify which class or interface supports trash.
- Since:
- 1.0
- Version:
- 1.0, 10/09/2012
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidDelete the element from the trash.booleanCheck if the element has been sent to the trash.voidMove the element to the trash.voidRestore the element from the trash.
- 
Method Details- 
isInTrashboolean isInTrash()Check if the element has been sent to the trash.- Returns:
- true if yes, 
} otherwise.invalid @link{@link false
 
- 
deleteFromTrashvoid deleteFromTrash()Delete the element from the trash.
- 
restoreFromTrashvoid restoreFromTrash()Restore the element from the trash.
- 
moveToTrashvoid moveToTrash()Move the element to the trash.
 
-