org.jbpm.process.instance
Interface ContextInstanceContainer

All Known Subinterfaces:
ProcessInstance, WorkflowProcessInstance
All Known Implementing Classes:
CompositeContextNodeInstance, DynamicNodeInstance, ProcessInstanceImpl, RuleFlowProcessInstance, StateNodeInstance, WorkflowProcessInstanceImpl

public interface ContextInstanceContainer


Method Summary
 void addContextInstance(String contextId, ContextInstance contextInstance)
           
 ContextContainer getContextContainer()
           
 ContextInstance getContextInstance(Context context)
           
 ContextInstance getContextInstance(String contextId, long id)
           
 List<ContextInstance> getContextInstances(String contextId)
           
 void removeContextInstance(String contextId, ContextInstance contextInstance)
           
 

Method Detail

getContextInstances

List<ContextInstance> getContextInstances(String contextId)

addContextInstance

void addContextInstance(String contextId,
                        ContextInstance contextInstance)

removeContextInstance

void removeContextInstance(String contextId,
                           ContextInstance contextInstance)

getContextInstance

ContextInstance getContextInstance(String contextId,
                                   long id)

getContextInstance

ContextInstance getContextInstance(Context context)

getContextContainer

ContextContainer getContextContainer()


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