org.jbpm.process.core.context.swimlane
Class SwimlaneContext
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.swimlane.SwimlaneContext
- All Implemented Interfaces:
- Serializable, Context
public class SwimlaneContext
- extends AbstractContext
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SWIMLANE_SCOPE
public static final String SWIMLANE_SCOPE
- See Also:
- Constant Field Values
SwimlaneContext
public SwimlaneContext()
getType
public String getType()
addSwimlane
public void addSwimlane(Swimlane swimlane)
getSwimlane
public Swimlane getSwimlane(String name)
removeSwimlane
public void removeSwimlane(String name)
getSwimlanes
public Collection<Swimlane> getSwimlanes()
setSwimlanes
public void setSwimlanes(Collection<Swimlane> swimlanes)
resolveContext
public Context resolveContext(Object param)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.