Class DecisionDto
- java.lang.Object
 - 
- com.evolveum.midpoint.web.component.util.Selectable
 - 
- com.evolveum.midpoint.web.page.admin.workflow.dto.DecisionDto
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DecisionDto extends Selectable
- Author:
 - lazyman
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringF_ASSIGNEE_CHANGEstatic StringF_ATTORNEYstatic StringF_COMMENTstatic StringF_ESCALATION_LEVEL_NUMBERstatic StringF_ORIGINAL_ASSIGNEEstatic StringF_OUTCOMEstatic StringF_STAGEstatic StringF_TIMEstatic StringF_USER- 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DecisionDto() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <O extends ObjectType>
@Nullable DecisionDtocreate(CaseEventType e, @Nullable PageBase pageBase)StringgetAssigneeChange()StringgetAttorney()StringgetComment()IntegergetEscalationLevelNumber()StringgetOriginalAssignee()BooleangetOutcome()StringgetStage()StringgetTime()StringgetUser()- 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected 
 - 
 
 - 
 
- 
- 
Field Detail
- 
F_USER
public static final String F_USER
- See Also:
 - Constant Field Values
 
 
- 
F_ATTORNEY
public static final String F_ATTORNEY
- See Also:
 - Constant Field Values
 
 
- 
F_ASSIGNEE_CHANGE
public static final String F_ASSIGNEE_CHANGE
- See Also:
 - Constant Field Values
 
 
- 
F_ORIGINAL_ASSIGNEE
public static final String F_ORIGINAL_ASSIGNEE
- See Also:
 - Constant Field Values
 
 
- 
F_STAGE
public static final String F_STAGE
- See Also:
 - Constant Field Values
 
 
- 
F_OUTCOME
public static final String F_OUTCOME
- See Also:
 - Constant Field Values
 
 
- 
F_COMMENT
public static final String F_COMMENT
- See Also:
 - Constant Field Values
 
 
- 
F_TIME
public static final String F_TIME
- See Also:
 - Constant Field Values
 
 
- 
F_ESCALATION_LEVEL_NUMBER
public static final String F_ESCALATION_LEVEL_NUMBER
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getTime
public String getTime()
 
- 
getUser
public String getUser()
 
- 
getAttorney
public String getAttorney()
 
- 
getOriginalAssignee
public String getOriginalAssignee()
 
- 
getAssigneeChange
public String getAssigneeChange()
 
- 
getStage
public String getStage()
 
- 
getOutcome
public Boolean getOutcome()
 
- 
getComment
public String getComment()
 
- 
getEscalationLevelNumber
public Integer getEscalationLevelNumber()
 
- 
create
@Nullable public static <O extends ObjectType> @Nullable DecisionDto create(CaseEventType e, @Nullable @Nullable PageBase pageBase)
 
 - 
 
 -