Package com.comalatech.workflow.model
Interface Assignment
- All Superinterfaces:
Activity
Represents an assignment
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from interface com.comalatech.workflow.model.Activity
getActivityId, getComment, getDate, getPerformer, getUserName
-
Method Details
-
getAssigneesUserNames
Deprecated.Deprecated since 6.17.0. UsegetAssignee()
instead.- Returns:
- the list of assignees
- Since:
- 1.0
-
getAssignee
String getAssignee()- Returns:
- the username of the assignee
- Since:
- 6.17.0
-