get data from Form Enum in java
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2012 09:53 AM
hi
i want to know how to get values from enum form.
so i can put it in a context variable to use it in execlusif gateaway
help please.
thnx
i want to know how to get values from enum form.
so i can put it in a context variable to use it in execlusif gateaway
help please.
thnx
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2012 09:15 AM
You can try to use the id of enum as process variable…and your class in Java must implements Delegate.
so you have a method .getVariable(<id of process variable that you have selected>)…Right!?
so you have a method .getVariable(<id of process variable that you have selected>)…Right!?
