Interface WorkItemEvent
public interface WorkItemEvent
An event bound to specific 
CaseWorkItemType.- 
Method SummaryModifier and TypeMethodDescription@NotNull WorkItemIdID of the work item.@Nullable StringAn URL where this work item can be completed.
- 
Method Details- 
getAssigneeSimpleObjectRef getAssignee()
- 
getWorkItemUrlAn URL where this work item can be completed. (Points to midPoint GUI.) Returns null if such a link cannot be created.
- 
getWorkItemIdID of the work item. We are not able to generate ID right from the work item, because it's not attached to its case yet.
 
-