Package org.jbpm.process.core
Interface Context
-
- All Known Implementing Classes:
AbstractContext
,CompensationScope
,ExceptionScope
,ExclusiveGroup
,SwimlaneContext
,VariableScope
public interface Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextContainer
getContextContainer()
long
getId()
String
getType()
Context
resolveContext(Object param)
void
setId(long id)
-
-
-
Method Detail
-
getType
String getType()
-
getId
long getId()
-
setId
void setId(long id)
-
getContextContainer
ContextContainer getContextContainer()
-
-