Changeset 12872 for main/waeup.kofa/trunk/docs/source
- Timestamp:
- 23 Apr 2015, 12:33:51 (10 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/userdocs/datacenter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/datacenter/import_processors.rst
r12870 r12872 62 62 .. autoclass:: waeup.kofa.applicants.batching.ApplicantProcessor() 63 63 :noindex: 64 65 Student Data Processors 66 ======================= 67 68 Student Processor 69 ----------------- 70 71 .. autoclass:: waeup.kofa.students.batching.StudentProcessor() 72 :noindex: 73 74 Student Study Course Processor 75 ------------------------------ 76 77 .. autoclass:: waeup.kofa.students.batching.StudentStudyCourseProcessor() 78 :noindex: 79 80 Student Study Level Processor 81 ----------------------------- 82 83 .. autoclass:: waeup.kofa.students.batching.StudentStudyLevelProcessor() 84 :noindex: -
main/waeup.kofa/trunk/docs/source/userdocs/datacenter/import_stages.rst
r12871 r12872 109 109 This method moves the ``.pending`` and ``.finished`` files from 110 110 their temporary to their final location in the storage path of the 111 filesystem from where they can be accessed through browser user111 filesystem from where they can be accessed through the browser user 112 112 interface.
Note: See TracChangeset for help on using the changeset viewer.