Interface WorkItemEvent
public interface WorkItemEvent
An event bound to specific
CaseWorkItemType
.-
Method Summary
Modifier and TypeMethodDescription@NotNull WorkItemId
ID of the work item.@Nullable String
An URL where this work item can be completed.
-
Method Details
-
getAssignee
SimpleObjectRef getAssignee() -
getWorkItemUrl
An URL where this work item can be completed. (Points to midPoint GUI.) Returns null if such a link cannot be created. -
getWorkItemId
ID 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.
-