| | |
| | | |
| | | |
| | | <!-- ************************************************************ --> |
| | | <function name="generateLdif"> |
| | | <function name="generateLdif" scope="local"> |
| | | <function-map-args> |
| | | <function-arg-def name="suffix" type="required"> |
| | | <function-arg-description> |
| | |
| | | |
| | | |
| | | <!-- ************************************************************ --> |
| | | <function name="generateTemplate"> |
| | | <function name="generateTemplate" scope="local"> |
| | | <function-map-args> |
| | | <function-arg-def name="templateFile" type="required"> |
| | | <function-arg-description> |
| | |
| | | { 'fileName' : templateFile } |
| | | </call> |
| | | <call function="'checkRC'"> |
| | | { 'returncode' : RC , |
| | | 'result' : STAXResult, |
| | | { 'returncode' : STAXResult, |
| | | 'result' : 'template file does not exist', |
| | | 'fileFd' : LOG_MAIN_FD } |
| | | </call> |
| | | <call function="'writeEndTagOperation'">{'fileFd' : fileFd}</call> |
| | | <call function="'writeEndTagOperation'">{'fileFd' : LOG_MAIN_FD}</call> |
| | | |
| | | </sequence> |
| | | </function> |