Esteban Aliverti [
https://community.jboss.org/people/eaa] created the discussion
"Re: implementation of org.drools.definition.process.getId() method ??"
To view the discussion, visit:
https://community.jboss.org/message/718599#718599
--------------------------------------------------------------
You have org.jbpm.process.core.Process that implements
org.drools.definition.process.Process
Then you have:
1. org.jbpm.process.core.impl.ProcessImpl implements
org.drools.definition.process.Process
2. org.jbpm.workflow.core.impl.WorkflowProcessImpl extends
org.jbpm.process.core.impl.ProcessImpl
3. org.jbpm.ruleflow.core.RuleFlowProcess extends
org.jbpm.workflow.core.impl.WorkflowProcessImpl
getId() is implemented in org.jbpm.process.core.impl.ProcessImpl, but is just a simple
getter. What are you exactly looking for?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/718599#718599]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]