- Timestamp:
- 03/16/10 21:22:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_Wsp/src/com/scenari/m/bdp/module/rename/multi/HModuleRenameMulti.java
r14497 r15103 44 44 import java.util.regex.Pattern; 45 45 46 import com.scenari.m.bdp.item.IHItem; 46 47 import com.scenari.m.bdp.item.IHItemDef; 47 48 import com.scenari.m.bdp.item.IHProblem; … … 107 108 * 108 109 */ 109 public voidhRenameItem(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 { 110 111 IHWorkspace vDestWsp = pItemDst.hGetWorkspace(); 111 112 try { … … 152 153 153 154 //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); 155 156 } catch (Exception e) { 156 157 throw e;
Note: See TracChangeset
for help on using the changeset viewer.