Constructor and Description |
---|
MyWorkItemDto(WorkItem workItem) |
Modifier and Type | Method and Description |
---|---|
WorkItem |
WorkItemDto.getWorkItem() |
Constructor and Description |
---|
WorkItemDto(WorkItem workItem) |
Modifier and Type | Method and Description |
---|---|
List<WorkItem> |
WorkflowServiceImpl.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkflowServiceImpl.isCurrentUserAuthorizedToSubmit(WorkItem workItem) |
Modifier and Type | Class and Description |
---|---|
class |
WorkItemDetailed
Structure carrying data about a particular work item, i.e.
|
Modifier and Type | Method and Description |
---|---|
List<WorkItem> |
ProcessInstance.getWorkItems() |
List<WorkItem> |
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 |
---|---|
boolean |
WorkflowService.isCurrentUserAuthorizedToSubmit(WorkItem workItem) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstance.setWorkItems(List<WorkItem> workItems) |
Modifier and Type | Method and Description |
---|---|
List<WorkItem> |
WorkItemProvider.listWorkItemsRelatedToUser(String userOid,
boolean assigned,
int first,
int count,
OperationResult parentResult)
Lists work items related to a user.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MiscDataUtil.isCurrentUserAuthorizedToSubmit(WorkItem workItem) |
Copyright © 2013 evolveum. All rights reserved.