Package 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
-
-
Constructor Summary
Constructors Constructor Description AbstractContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getContextContainer
public ContextContainer getContextContainer()
- Specified by:
getContextContainer
in interfaceContext
-
setContextContainer
public void setContextContainer(ContextContainer contextContainer)
-
-