This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:tim:actionhandler:dayidgenerator [2016/01/14 14:48] amanda.zens created |
en:software:tim:actionhandler:dayidgenerator [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
=======DayIdGenerator======= | =======DayIdGenerator======= | ||
+ | ==== Description ==== | ||
This action handler creates an ID based on the actual date in ddMMyyyy (or yyyyMMdd) form as well as a serial number. The number is reset and counted anew with each new day. | This action handler creates an ID based on the actual date in ddMMyyyy (or yyyyMMdd) form as well as a serial number. The number is reset and counted anew with each new day. | ||
------ | ------ | ||
- | ==== Action class ==== | + | ==== Action Class ==== |
<code> | <code> | ||
com.dooris.bpm.actionhandler.DayIdGenerator | com.dooris.bpm.actionhandler.DayIdGenerator | ||
Line 24: | Line 24: | ||
\\ == format == | \\ == format == | ||
- | This parameter is set to ddMMyyyy by default. The parameter can also be passed with a yyyyMMdd format (format=yyyyMMdd;), in order to customize the ID (see [[#Example]]) | + | This parameter is set to ddMMyyyy by default. The parameter can also be passed with a yyyyMMdd format (format=yyyyMMdd;), in order to customize the ID (see [[#example]]) |