Changeset 9875


Ignore:
Timestamp:
10/25/07 19:42:19 (5 years ago)
Author:
sys
Message:

Gestion des crossRef lorsque les values sont des string (pas des id d'agents / SrcNode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_GE/com/scenari/m/ge/generator/web/CrossRefEntry.java

    r9871 r9875  
    194194     *  
    195195     */ 
    196     public static Document getIndexAsString(IWADialog pDialog, String pKeyRef, String pPathAgentSortKey, boolean pAddCallers, String pSortMode, String pCategMode, String pRegExpFilterCodeAgentHier) throws Exception { 
     196    public static Document getIndexAsString(IWADialog pDialog, String pKeyRef, boolean pAddCallers, String pSortMode, String pCategMode, String pRegExpFilterCodeAgentHier) throws Exception { 
    197197        IHContextBuffers vContextBuffers = (IHContextBuffers) pDialog.hGetContext(); 
    198198        String vKeyBuffer = PREFIX_KEYBUFFER.concat(pKeyRef); 
Note: See TracChangeset for help on using the changeset viewer.