Package com.comalatech.workflow.model
Interface Assignment
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAssignee()java.util.List<java.lang.String>getAssigneesUserNames()Deprecated.- 
Methods inherited from interface com.comalatech.workflow.model.Activity
getActivityId, getComment, getDate, getPerformer, getUserName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getAssigneesUserNames
@Deprecated java.util.List<java.lang.String> getAssigneesUserNames()
Deprecated.Deprecated since 6.17.0. UsegetAssignee()instead.- Returns:
 - the list of assignees
 - Since:
 - 1.0
 
 
- 
getAssignee
java.lang.String getAssignee()
- Returns:
 - the username of the assignee
 - Since:
 - 6.17.0
 
 
 - 
 
 -