jBPM distribution 6.0.0.CR5

org.jbpm.process.core
Interface Context

All Known Implementing Classes:
AbstractContext, CompensationScope, ExceptionScope, ExclusiveGroup, SwimlaneContext, VariableScope

public interface Context


Method Summary
 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)

resolveContext

Context resolveContext(Object param)

getContextContainer

ContextContainer getContextContainer()

jBPM distribution 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.