Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/28/08 15:14:02 (8 months ago)
Author:
dkayiwa
Message:

xforms module: writing some unit tests and loading dynamic serialization classes using reflection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/xforms/trunk/src/org/openmrs/module/xforms/XformConstants.java

    r4171 r4420  
    6868        /** The global property key for the patient serializer class.*/ 
    6969        public static final String GLOBAL_PROP_KEY_PATIENT_SERIALIZER = "xforms.patientSerializer"; 
     70     
     71    /** The global property key for the cohort serializer class.*/ 
     72    public static final String GLOBAL_PROP_KEY_COHORT_SERIALIZER = "xforms.cohortSerializer"; 
    7073         
    7174        /** The global property key for the xform serializer class.*/ 
     
    9093        public static final String DEFAULT_PATIENT_SERIALIZER = "org.openmrs.module.xforms.DefaultPatientSerializer"; 
    9194         
     95    /** The default value for the cohort serializer class.*/ 
     96    public static final String DEFAULT_COHORT_SERIALIZER = "org.openmrs.module.xforms.DefaultCohortSerializer"; 
     97 
    9298        /** The default value for the xform serializer class.*/ 
    9399        public static final String DEFAULT_XFORM_SERIALIZER = "org.openmrs.module.xforms.DefaultXformSerializer"; 
     
    175181        /** The downloadPatients request parameter. */ 
    176182        public static final String REQUEST_PARAM_DOWNLOAD_PATIENTS = "downloadPatients"; 
     183     
     184    /** The downloadCohorts request parameter. */ 
     185    public static final String REQUEST_PARAM_DOWNLOAD_COHORTS = "downloadCohorts"; 
    177186         
    178187        /** The setCohort request parameter. */