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 ContextContainergetContextContainer()longgetId()StringgetType()ContextresolveContext(Object param)voidsetId(long id)
-
-
-
Method Detail
-
getType
String getType()
-
getId
long getId()
-
setId
void setId(long id)
-
getContextContainer
ContextContainer getContextContainer()
-
-