- Timestamp:
- 03/05/10 21:41:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Src/src/com/scenari/src/feature/history/IHistoryAspect.java
r14956 r15055 45 45 import com.scenari.src.aspect.SrcAspectDef; 46 46 47 /** 48 * Aspect pour obtenir l'historique des modifications d'un item. 49 */ 47 50 public interface IHistoryAspect { 48 51 49 public static final ISrcAspectDef<IHistoryAspect> TYPE = new SrcAspectDef<IHistoryAspect>( 50 IHistoryAspect.class); 52 public static final ISrcAspectDef<IHistoryAspect> TYPE = new SrcAspectDef<IHistoryAspect>(IHistoryAspect.class); 51 53 52 54 /** 53 * @return Une liste vide si pas d'entrée d'hi torique.55 * @return Une liste vide si pas d'entrée d'historique. 54 56 */ 55 57 List<ISrcNode> getHistory() throws Exception;
Note: See TracChangeset
for help on using the changeset viewer.