org.jbpm.integration.spec.model
Class AbstractElementImpl<T extends org.jbpm.graph.def.Identifiable>

java.lang.Object
  extended by org.jbpm.integration.spec.model.AbstractElementImpl<T>
All Implemented Interfaces:
java.io.Serializable, org.jboss.bpm.api.model.AbstractElement, org.jboss.bpm.api.service.ProcessEngineSupport
Direct Known Subclasses:
NodeImpl, ProcessDefinitionImpl, ProcessInstanceImpl, TaskInstanceImpl, TokenImpl

public abstract class AbstractElementImpl<T extends org.jbpm.graph.def.Identifiable>
extends java.lang.Object
implements org.jboss.bpm.api.model.AbstractElement

An integration wrapper

Since:
15-Nov-2008
Author:
thomas.diesler@jboss.com
See Also:
Serialized Form

Constructor Summary
AbstractElementImpl(org.jboss.bpm.api.service.ProcessEngine engine, org.jbpm.graph.def.Identifiable tempObj, java.lang.Class<T> objClass)
           
 
Method Summary
 T getDelegate()
           
 org.jboss.bpm.api.service.ProcessEngine getProcessEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.bpm.api.model.AbstractElement
getKey
 

Constructor Detail

AbstractElementImpl

public AbstractElementImpl(org.jboss.bpm.api.service.ProcessEngine engine,
                           org.jbpm.graph.def.Identifiable tempObj,
                           java.lang.Class<T> objClass)
Method Detail

getProcessEngine

public org.jboss.bpm.api.service.ProcessEngine getProcessEngine()
Specified by:
getProcessEngine in interface org.jboss.bpm.api.service.ProcessEngineSupport

getDelegate

public T getDelegate()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.