org.jbpm.process.core
Interface Context

All Known Implementing Classes:
AbstractContext, 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()


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