[Castore-commits] GestionDocumentsAspect.aj 1.9 1.10
Céline BENOIT
cbenoit at adullact1.hosting.cri74.org
Lun 15 Mai 16:37:52 CEST 2006
Update of /cvsroot/castore/castore-core/src/aspects/fr/emn/castor/documents/aspects
In directory adullact1:/tmp/cvs-serv27203/src/aspects/fr/emn/castor/documents/aspects
Modified Files:
GestionDocumentsAspect.aj
Log Message:
modification de la signature des aspects liés au passage de Constants true/false vers VraiFauxEnum
Index: GestionDocumentsAspect.aj
===================================================================
RCS file: /cvsroot/castore/castore-core/src/aspects/fr/emn/castor/documents/aspects/GestionDocumentsAspect.aj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GestionDocumentsAspect.aj 24 Apr 2006 16:56:39 -0000 1.9
--- GestionDocumentsAspect.aj 15 May 2006 14:37:49 -0000 1.10
***************
*** 47,50 ****
--- 47,51 ----
import fr.emn.castor.common.AspectLog;
import fr.emn.castor.common.Constants;
+ import fr.emn.castor.common.Constants.VraiFauxEnum;
import fr.emn.castor.documents.DocumentsProxy;
import fr.emn.castor.documents.metier.docGenerique.workflow.WorkflowException;
***************
*** 105,109 ****
*/
pointcut soumissionPrivee(String idDoc) : execution(
! String DocumentsProxy.putThisDocAsPrivate(String, String))
&& args(idDoc, *);
--- 106,110 ----
*/
pointcut soumissionPrivee(String idDoc) : execution(
! VraiFauxEnum DocumentsProxy.putThisDocAsPrivate(String, String))
&& args(idDoc, *);
***************
*** 119,123 ****
*/
pointcut validationNOK(DocumentsProxy proxy, String idDoc) : execution(
! String DocumentsProxy.refuseDocument(String, String))
&& target(proxy)
&& args(idDoc, *);
--- 120,124 ----
*/
pointcut validationNOK(DocumentsProxy proxy, String idDoc) : execution(
! VraiFauxEnum DocumentsProxy.refuseDocument(String, String))
&& target(proxy)
&& args(idDoc, *);
Plus d'informations sur la liste de diffusion Castore-commits