Interface WorkItemEvent
-
public interface WorkItemEventAn event bound to specificCaseWorkItemType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleObjectRefgetAssignee()@NotNull WorkItemIdgetWorkItemId()ID of the work item.@Nullable StringgetWorkItemUrl()An URL where this work item can be completed.
-
-
-
Method Detail
-
getAssignee
SimpleObjectRef getAssignee()
-
getWorkItemUrl
@Nullable @Nullable String getWorkItemUrl()
An URL where this work item can be completed. (Points to midPoint GUI.) Returns null if such a link cannot be created.
-
getWorkItemId
@NotNull @NotNull WorkItemId 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.
-
-