org.jbpm.process.core.context.exclusive
Class ExclusiveGroup

java.lang.Object
  extended by org.jbpm.process.core.context.AbstractContext
      extended by org.jbpm.process.core.context.exclusive.ExclusiveGroup
All Implemented Interfaces:
Serializable, Context

public class ExclusiveGroup
extends AbstractContext

See Also:
Serialized Form

Field Summary
static String EXCLUSIVE_GROUP
           
 
Constructor Summary
ExclusiveGroup()
           
 
Method Summary
 String getType()
           
 Context resolveContext(Object param)
           
 
Methods inherited from class org.jbpm.process.core.context.AbstractContext
getContextContainer, getId, setContextContainer, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCLUSIVE_GROUP

public static final String EXCLUSIVE_GROUP
See Also:
Constant Field Values
Constructor Detail

ExclusiveGroup

public ExclusiveGroup()
Method Detail

getType

public String getType()

resolveContext

public Context resolveContext(Object param)


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