get Class from ServiecTask

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2013 09:19 AM
Hey,
is there a way to get to the class, which must implement the interface (JavaDelegate).
I have an instance from org.activiti.bpmn.model.ServiceTask, there exists a lot of getters, but no one give me the class.
regards
lars
is there a way to get to the class, which must implement the interface (JavaDelegate).
I have an instance from org.activiti.bpmn.model.ServiceTask, there exists a lot of getters, but no one give me the class.
regards
lars
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2013 10:25 AM
get the class: org.activiti.bpmn.model.ServiceTask.getImplementation();
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2013 10:07 AM
That's right 🙂
