jBPM :: Flow 6.1.1-SNAPSHOT

org.jbpm.process.instance.context.exclusive
Class ExclusiveGroupInstance

java.lang.Object
  extended by org.jbpm.process.instance.context.AbstractContextInstance
      extended by org.jbpm.process.instance.context.exclusive.ExclusiveGroupInstance
All Implemented Interfaces:
Serializable, ContextInstance

public class ExclusiveGroupInstance
extends AbstractContextInstance

See Also:
Serialized Form

Constructor Summary
ExclusiveGroupInstance()
           
 
Method Summary
 void addNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)
           
 boolean containsNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)
           
 String getContextType()
           
 Collection<org.kie.api.runtime.process.NodeInstance> getNodeInstances()
           
 
Methods inherited from class org.jbpm.process.instance.context.AbstractContextInstance
getContext, getContextId, getContextInstanceContainer, getProcessInstance, setContextId, setContextInstanceContainer, setProcessInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExclusiveGroupInstance

public ExclusiveGroupInstance()
Method Detail

getContextType

public String getContextType()

containsNodeInstance

public boolean containsNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)

addNodeInstance

public void addNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)

getNodeInstances

public Collection<org.kie.api.runtime.process.NodeInstance> getNodeInstances()

jBPM :: Flow 6.1.1-SNAPSHOT

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