public class WorkItemDetailedDto extends WorkItemDto
Modifier and Type | Field and Description |
---|---|
static String |
F_DELTA |
static String |
F_OBJECT_NEW |
static String |
F_OBJECT_OLD |
static String |
F_RELATED_OBJECT |
static String |
F_REQUESTER |
F_ASSIGNEE, F_CANDIDATES, F_CREATED, F_NAME, F_OWNER_OR_CANDIDATES
F_SELECTED
Constructor and Description |
---|
WorkItemDetailedDto(com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType workItem,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
DeltaDto |
getDelta() |
String |
getName() |
ContainerValueDto |
getObjectNew() |
ContainerValueDto |
getObjectOld() |
String |
getOwner() |
ContainerValueDto |
getRelatedObject() |
ContainerValueDto |
getRequester() |
com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType |
getWorkItem() |
getAssignee, getCandidates, getCreated, getOwnerOrCandidates
isSelected, setSelected
public static final String F_DELTA
public static final String F_REQUESTER
public static final String F_OBJECT_OLD
public static final String F_OBJECT_NEW
public static final String F_RELATED_OBJECT
public WorkItemDetailedDto(com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType workItem, PrismContext prismContext) throws SchemaException
SchemaException
public String getName()
getName
in class WorkItemDto
public String getOwner()
getOwner
in class WorkItemDto
public com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemType getWorkItem()
getWorkItem
in class WorkItemDto
public DeltaDto getDelta()
public ContainerValueDto getRequester()
public ContainerValueDto getObjectOld()
public ContainerValueDto getObjectNew()
public ContainerValueDto getRelatedObject()
Copyright © 2015 evolveum. All rights reserved.