Ignore:
Timestamp:
03/16/10 21:22:12 (2 years ago)
Author:
sys
Message:

Push de des propriétés de l'item dans les Src des wsp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Wsp/src/com/scenari/m/bdp/module/rename/multi/HModuleRenameMulti.java

    r14497 r15103  
    4444import java.util.regex.Pattern; 
    4545 
     46import com.scenari.m.bdp.item.IHItem; 
    4647import com.scenari.m.bdp.item.IHItemDef; 
    4748import com.scenari.m.bdp.item.IHProblem; 
     
    107108         * 
    108109         */ 
    109         public void hRenameItem(IHRenamingPlan pRenamingPlan, IHItemDef pItemSrc, IHItemDef pItemDst, IUser pUser, int pClientId, IHTransaction pTransaction) throws Exception { 
     110        public IHItem hRenameItem(IHRenamingPlan pRenamingPlan, IHItemDef pItemSrc, IHItemDef pItemDst, IUser pUser, int pClientId, IHTransaction pTransaction) throws Exception { 
    110111                IHWorkspace vDestWsp = pItemDst.hGetWorkspace(); 
    111112                try { 
     
    152153 
    153154                        //Validation finale de l'item renommé. 
    154                         vItemType.hGetModuleSave().hValidateItem(pItemDst, null, (pUser != null) ? pUser.getAccount() : null, pClientId, null); 
     155                        return vItemType.hGetModuleSave().hValidateItem(pItemDst, null, (pUser != null) ? pUser.getAccount() : null, pClientId, null); 
    155156                } catch (Exception e) { 
    156157                        throw e; 
Note: See TracChangeset for help on using the changeset viewer.