com.evolveum.midpoint.web.page.admin.workflow.dto
Class WorkItemDto

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable
      extended by com.evolveum.midpoint.web.page.admin.workflow.dto.WorkItemDto
All Implemented Interfaces:
Serializable

public class WorkItemDto
extends Selectable

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
WorkItemDto(WorkItem workItem)
           
 
Method Summary
 String getCandidates()
           
 String getName()
           
 String getOwner()
           
 WorkItem getWorkItem()
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemDto

public WorkItemDto(WorkItem workItem)
Method Detail

getName

public String getName()

getOwner

public String getOwner()

getWorkItem

public WorkItem getWorkItem()

getCandidates

public String getCandidates()


Copyright © 2013 evolveum. All Rights Reserved.