Class WorkItemId
java.lang.Object
com.evolveum.midpoint.schema.util.WorkItemId
- All Implemented Interfaces:
Serializable
Uniquely identifies a work item.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull ItemPath
asString()
static WorkItemId
static WorkItemId
static String
createWorkItemId
(String caseOid, Long workItemId) boolean
@NotNull String
long
getId()
int
hashCode()
static WorkItemId
of
(@NotNull CaseWorkItemType workItem) static WorkItemId
static Set<WorkItemId>
of
(@NotNull Collection<CaseWorkItemType> workItems) toString()
-
Field Details
-
caseOid
-
id
public final long id
-
-
Constructor Details
-
WorkItemId
-
-
Method Details