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 Summary
Modifier 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
-
isInTrash
boolean isInTrash()Check if the element has been sent to the trash.- Returns:
- true if yes,
} otherwise.
invalid @link
{@link false
-
deleteFromTrash
void deleteFromTrash()Delete the element from the trash. -
restoreFromTrash
void restoreFromTrash()Restore the element from the trash. -
moveToTrash
void moveToTrash()Move the element to the trash.
-