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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()voidsetContextContainer(ContextContainer contextContainer) voidsetId(long id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jbpm.process.core.Context
getType, resolveContext
-
Constructor Details
-
AbstractContext
public AbstractContext()
-
-
Method Details