org.jbpm.api.task
Interface Swimlane

All Superinterfaces:
java.io.Serializable

public interface Swimlane
extends java.io.Serializable

a runtime process role that can store an assignment so that multiple related tasks are assigned to the same actor.

Author:
Tom Baeyens

Method Summary
 java.lang.String getAssignee()
          the userId of the person that is assigned to this swimlane.
 java.lang.String getId()
          the unique id for this swimlane that is used as a reference in the service methods
 java.lang.String getName()
          the name of the swimlane as defined in the process file
 

Method Detail

getId

java.lang.String getId()
the unique id for this swimlane that is used as a reference in the service methods


getName

java.lang.String getName()
the name of the swimlane as defined in the process file


getAssignee

java.lang.String getAssignee()
the userId of the person that is assigned to this swimlane.



Copyright © 2010 JBoss Community. All Rights Reserved.