ReportDataSource
Gruppe |
|
Konfiguration |
Keine. |
Beschreibung
Die Klasse ReportDataSource erstellt einen Report über die bestehenden Content Inspectoren in Form einer XML-Datei.
Beispiel
ReportDataSource.xml
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
report
>
<
inspector
name
=
"Test_EDIfact"
active
=
"false"
valid_from
=
"2014-09-12 00:00:00"
valid_until
=
"2034-09-07 00:00:00"
type
=
"EDI"
priority
=
"9"
group
=
"Default"
>
<
file_pattern
>edi.txt</
file_pattern
>
<
encoding
>8859_1</
encoding
>
<
process_type
type
=
"profile"
>assigned profile</
process_type
>
<
schedule
/>
<
max_files
>2</
max_files
>
<
wait_time
>10</
wait_time
>
<
continue_on_timeout
>false</
continue_on_timeout
>
<
send_mail_on_timeout
enabled
=
"false"
/>
<
split_files
enabled
=
"false"
/>
<
merge_files
enabled
=
"false"
/>
<
assigned_partners
size
=
"0"
/>
<
file_inspectors
>
<
entity
name
=
"Accept all Files Inspector"
class_name
=
"com.ebd.hub.datawizard.ci.handler.AcceptAllInspector"
>All</
entity
>
</
file_inspectors
>
</
inspector
>
<
inspector
name
=
"Empty"
active
=
"false"
valid_from
=
"2014-09-12 00:00:00"
valid_until
=
"2034-09-07 00:00:00"
type
=
"CSV"
priority
=
"9"
group
=
"Default"
>
<
file_pattern
>*.csv</
file_pattern
>
<
encoding
>8859_1</
encoding
>
<
process_type
type
=
"profile"
>assigned profile</
process_type
>
<
schedule
/>
<
max_files
>1</
max_files
>
<
wait_time
>0</
wait_time
>
<
continue_on_timeout
>false</
continue_on_timeout
>
<
send_mail_on_timeout
enabled
=
"true"
/>
<
split_files
enabled
=
"false"
/>
<
merge_files
enabled
=
"false"
/>
<
assigned_partners
size
=
"0"
/>
<
file_inspectors
>
<
entity
name
=
"Accept empty Files Inspector"
class_name
=
"com.ebd.hub.datawizard.ci.handler.AcceptEmptyFilesInspector"
>Empty</
entity
>
</
file_inspectors
>
</
inspector
>
</
report
>