org.jbpm.process.instance
Interface ContextInstance

All Known Subinterfaces:
WorkflowContextInstance
All Known Implementing Classes:
AbstractContextInstance, DefaultExceptionScopeInstance, ExceptionScopeInstance, ExclusiveGroupInstance, SwimlaneContextInstance, VariableScopeInstance

public interface ContextInstance


Method Summary
 Context getContext()
           
 long getContextId()
           
 ContextInstanceContainer getContextInstanceContainer()
           
 String getContextType()
           
 ProcessInstance getProcessInstance()
           
 

Method Detail

getContextType

String getContextType()

getContextId

long getContextId()

getContextInstanceContainer

ContextInstanceContainer getContextInstanceContainer()

getContext

Context getContext()

getProcessInstance

ProcessInstance getProcessInstance()


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