Interface WorkItemEvent
-
public interface WorkItemEvent
An event bound to specificCaseWorkItemType
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleObjectRef
getAssignee()
@NotNull WorkItemId
getWorkItemId()
ID of the work item.@Nullable String
getWorkItemUrl()
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.
-
-