jBPM distribution 6.2.0.CR4

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.2.0.CR4

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