org.jbpm.process.core.context
Class AbstractContext

java.lang.Object
  extended by org.jbpm.process.core.context.AbstractContext
All Implemented Interfaces:
Serializable, Context
Direct Known Subclasses:
ExceptionScope, ExclusiveGroup, SwimlaneContext, VariableScope

public abstract class AbstractContext
extends Object
implements Context, Serializable

See Also:
Serialized Form

Constructor Summary
AbstractContext()
           
 
Method Summary
 ContextContainer getContextContainer()
           
 long getId()
           
 void setContextContainer(ContextContainer contextContainer)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.process.core.Context
getType, resolveContext
 

Constructor Detail

AbstractContext

public AbstractContext()
Method Detail

getId

public long getId()
Specified by:
getId in interface Context

setId

public void setId(long id)
Specified by:
setId in interface Context

getContextContainer

public ContextContainer getContextContainer()
Specified by:
getContextContainer in interface Context

setContextContainer

public void setContextContainer(ContextContainer contextContainer)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.