Changeset 9394 for trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java
- Timestamp:
- 07/25/07 01:11:18 (5 years ago)
- File:
-
- 1 edited
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érialisé à la publication par un contenu propre. 26 * Notion de Folder with content / folderPage par opposition aux dossier sans contenus associé 27 * (page dédiée au folder n'apparaissant en entrée fille dans l'outline). 28 */ 29 public boolean isMaterialized(IHDialog pDialog) throws Exception; 23 30 24 31 }
Note: See TracChangeset
for help on using the changeset viewer.