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
- Author:
- lazyman
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <O extends ObjectType>
@Nullable DecisionDtocreate
(CaseEventType e, @Nullable PageBase pageBase) getStage()
getTime()
getUser()
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
Field Details
-
F_USER
- See Also:
-
F_ATTORNEY
- See Also:
-
F_ASSIGNEE_CHANGE
- See Also:
-
F_ORIGINAL_ASSIGNEE
- See Also:
-
F_STAGE
- See Also:
-
F_OUTCOME
- See Also:
-
F_COMMENT
- See Also:
-
F_TIME
- See Also:
-
F_ESCALATION_LEVEL_NUMBER
- See Also:
-
-
Constructor Details
-
DecisionDto
public DecisionDto()
-
-
Method Details
-
getTime
-
getUser
-
getAttorney
-
getOriginalAssignee
-
getAssigneeChange
-
getStage
-
getOutcome
-
getComment
-
getEscalationLevelNumber
-
create
@Nullable public static <O extends ObjectType> @Nullable DecisionDto create(CaseEventType e, @Nullable @Nullable PageBase pageBase)
-