Package org.jbpm.process.core
Interface Context
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractContext,CompensationScope,ExceptionScope,ExclusiveGroup,SwimlaneContext,VariableScope
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getType()resolveContext(Object param) voidsetId(long id)
-
Method Details
-
getType
String getType() -
getId
long getId() -
setId
void setId(long id) -
resolveContext
-
getContextContainer
ContextContainer getContextContainer()
-