Search in sources :

Example 6 with Swimlane

use of org.jbpm.process.core.context.swimlane.Swimlane in project jbpm by kiegroup.

the class RuleFlowProcessFactory method swimlane.

public RuleFlowProcessFactory swimlane(String name) {
    Swimlane swimlane = new Swimlane();
    swimlane.setName(name);
    getRuleFlowProcess().getSwimlaneContext().addSwimlane(swimlane);
    return this;
}
Also used : Swimlane(org.jbpm.process.core.context.swimlane.Swimlane)

Aggregations

Swimlane (org.jbpm.process.core.context.swimlane.Swimlane)6 ArrayList (java.util.ArrayList)2 HashMap (java.util.HashMap)2 SwimlaneContext (org.jbpm.process.core.context.swimlane.SwimlaneContext)2 StringReader (java.io.StringReader)1 HashSet (java.util.HashSet)1 Diff (org.custommonkey.xmlunit.Diff)1 ElementNameAndAttributeQualifier (org.custommonkey.xmlunit.ElementNameAndAttributeQualifier)1 SemanticModules (org.drools.core.xml.SemanticModules)1 Lane (org.jbpm.bpmn2.core.Lane)1 ProcessSemanticModule (org.jbpm.compiler.xml.ProcessSemanticModule)1 XmlProcessReader (org.jbpm.compiler.xml.XmlProcessReader)1 Person (org.jbpm.integrationtests.test.Person)1 ParameterDefinition (org.jbpm.process.core.ParameterDefinition)1 Work (org.jbpm.process.core.Work)1 ActionExceptionHandler (org.jbpm.process.core.context.exception.ActionExceptionHandler)1 ExceptionScope (org.jbpm.process.core.context.exception.ExceptionScope)1 Variable (org.jbpm.process.core.context.variable.Variable)1 VariableScope (org.jbpm.process.core.context.variable.VariableScope)1 IntegerDataType (org.jbpm.process.core.datatype.impl.type.IntegerDataType)1