Changeset 9394 for trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java
- Timestamp:
- 07/25/07 01:11:18 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java
r7358 r9394 21 21 */ 22 22 public boolean isRejected(IHDialog pDialog) throws Exception; 23 24 /** 25 * Indique que cet agent est mat�alis� la publication par un contenu propre. 26 * Notion de Folder with content / folderPage par opposition aux dossier sans contenus associ� 27 * (page d��au folder n'apparaissant en entr�fille dans l'outline). 28 */ 29 public boolean isMaterialized(IHDialog pDialog) throws Exception; 23 30 24 31 }