org.jbpm.api.task
Interface Assignable


public interface Assignable

tasks or swimlanes can be assigned.

Author:
Tom Baeyens
See Also:
AssignmentHandler

Method Summary
 void addCandidateGroup(java.lang.String groupId)
          add the members of the given group as candidates to the task or swimlane
 void addCandidateUser(java.lang.String userId)
          add the given user as a candidate to the task or swimlane
 void setAssignee(java.lang.String userId)
          assign the task or swimlane to the given user
 

Method Detail

setAssignee

void setAssignee(java.lang.String userId)
assign the task or swimlane to the given user


addCandidateUser

void addCandidateUser(java.lang.String userId)
add the given user as a candidate to the task or swimlane


addCandidateGroup

void addCandidateGroup(java.lang.String groupId)
add the members of the given group as candidates to the task or swimlane



Copyright © 2010 JBoss Community. All Rights Reserved.