org.silverpeas.process.annotation
Interface SimulationElement<E>

All Known Implementing Classes:
AbstractSimulationElement, SimpleDocumentSimulationElement, ThumbnailSimulationElement

public interface SimulationElement<E>

User: Yohann Chastagnier Date: 28/10/13


Method Summary
 E getElement()
          Gets the typed element
 boolean isOld()
          Indicates if the element is an old one.
 

Method Detail

isOld

boolean isOld()
Indicates if the element is an old one. This information is useful in update or delete action.

Returns:

getElement

E getElement()
Gets the typed element

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.