org.jbpm.process.core.context
Class AbstractContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContext
public AbstractContext()
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.