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 String
F_ASSIGNEE_CHANGE
static String
F_ATTORNEY
static String
F_COMMENT
static String
F_ESCALATION_LEVEL_NUMBER
static String
F_ORIGINAL_ASSIGNEE
static String
F_OUTCOME
static String
F_STAGE
static String
F_TIME
static String
F_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)
String
getAssigneeChange()
String
getAttorney()
String
getComment()
Integer
getEscalationLevelNumber()
String
getOriginalAssignee()
Boolean
getOutcome()
String
getStage()
String
getTime()
String
getUser()
-
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)
-
-