Interface TrashElementDAO
- All Known Implementing Classes:
TrashElementDAO,WebTrashElementDAO
public interface TrashElementDAO
Interface for a component able to instantiate a
TrashElement-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateTrashElement(TrashableAmetysObject ametysObject, String title) Instantiate a new trash element where the ametys object can store data to be able to restore itself later
-
Field Details
-
ROLE
The avalon role
-
-
Method Details
-
createTrashElement
Instantiate a new trash element where the ametys object can store data to be able to restore itself later- Parameters:
ametysObject- the ametys object to trashtitle- the title of the element- Returns:
- the trash element
-