Interface WorkItemEvent


public interface WorkItemEvent
An event bound to specific CaseWorkItemType.
  • Method Details

    • 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.