Package | Description |
---|---|
com.evolveum.midpoint.model.api | |
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Method and Description |
---|---|
WorkItemType |
WorkflowService.getWorkItemDetailsById(String workItemId,
OperationResult parentResult)
Provides detailed information about a given work item (may be inefficient, so use with care).
|
Modifier and Type | Method and Description |
---|---|
List<WorkItemType> |
WorkflowService.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult)
Lists work items related to a user.
|
Modifier and Type | Method and Description |
---|---|
WorkItemType |
WorkItemType.clone() |
WorkItemType |
ObjectFactory.createWorkItemType()
Create an instance of
WorkItemType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<WorkItemType> |
ObjectFactory.createWorkItem(WorkItemType value)
|
List<WorkItemType> |
WfProcessInstanceType.getWorkItems() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<WorkItemType> |
ObjectFactory.createWorkItem(WorkItemType value)
|
Copyright © 2014 Evolveum. All rights reserved.