JBoss Community

Re: implementation of org.drools.definition.process.getId() method ??

created by Esteban Aliverti in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community