OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
46 Java SDK minor N/A 2011-05-06 13:02 2011-05-28 20:55
g_prajeesh  
administrator  
normal  
closed  
fixed  
none    
none 2.3 - DB build 0060  
0000046: Add a class contain the Event Name Constant
Please define a CLASS with static final variable which will be used for accessing the EVENT Type. This will make the life of the programmer

For eg. EVENT NAME for Complete Task or EVENT Type of DECISION STEP
Issue History
2011-05-06 13:02 g_prajeesh New Issue
2011-05-06 21:39 administrator Note Added: 0000055
2011-05-06 21:39 administrator Assigned To => g_prajeesh
2011-05-06 21:39 administrator Status new => feedback
2011-05-07 09:03 g_prajeesh Note Added: 0000060
2011-05-07 09:04 g_prajeesh Status feedback => assigned
2011-05-07 09:04 g_prajeesh Assigned To g_prajeesh => administrator
2011-05-07 15:04 administrator Note Added: 0000061
2011-05-07 15:05 administrator Fixed in Version => 2.3 build 0060
2011-05-07 15:05 administrator Target Version => 2.3 build 0060
2011-05-07 15:05 administrator Status assigned => resolved
2011-05-07 15:05 administrator Resolution open => fixed
2011-05-28 20:55 g_prajeesh Note Added: 0000080
2011-05-28 20:55 g_prajeesh Status resolved => closed

Notes
(0000055)
administrator   
2011-05-06 21:39   
I don't understand the request, please add more information
(0000060)
g_prajeesh   
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   
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   
2011-05-28 20:55   
Added New Class