Class SwimlaneContext
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.swimlane.SwimlaneContext
- All Implemented Interfaces:
Serializable,Context
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSwimlane(Swimlane swimlane) getSwimlane(String name) getType()voidremoveSwimlane(String name) resolveContext(Object param) voidsetSwimlanes(Collection<Swimlane> swimlanes) Methods inherited from class org.jbpm.process.core.context.AbstractContext
getContextContainer, getId, setContextContainer, setId
-
Field Details
-
SWIMLANE_SCOPE
- See Also:
-
-
Constructor Details
-
SwimlaneContext
public SwimlaneContext()
-
-
Method Details
-
getType
-
addSwimlane
-
getSwimlane
-
removeSwimlane
-
getSwimlanes
-
setSwimlanes
-
resolveContext
-