Notes |
(0000055)
administrator (administrator)
2011-05-06 21:39
|
I don't understand the request, please add more information |
|
(0000060)
g_prajeesh (manager)
2011-05-07 09:03
|
We have event type such as "USER_COMPLETE.ACTION", STEP.DECISION", "CHECK" etc...
If you can create a class with name say EventType with these constants as static final String class, it will be helpful for the Programmer to call in his code using IDE's code completion help. Otherwise he has to remember the exact string. |
|
(0000061)
administrator (administrator)
2011-05-07 15:04
|
Introduced 2 new classes for constants:
"Arg" class: trigger argument constants (i.e. Arg.NAME , Arg.OBJECTID ......)
"Event" class: event type constants (i.e. Event.USER_COMPLETE_ACTION , Event.ADDLINK_CHECK) |
|
(0000080)
g_prajeesh (manager)
2011-05-28 20:55
|
Added New Class |
|