Class ApproverEngagementDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.workflow.dto.ApproverEngagementDto
-
- All Implemented Interfaces:
Serializable
public class ApproverEngagementDto extends Object implements Serializable
GUI-friendly information about an engagement of given approver in a historic, current or future execution of an approval stage.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ObjectReferenceType
getApproverRef()
@Nullable ObjectReferenceType
getAttorney()
@Nullable XMLGregorianCalendar
getCompletedAt()
@Nullable ObjectReferenceType
getCompletedBy()
@Nullable AbstractWorkItemOutputType
getOutput()
boolean
isLast()
void
setLast(boolean last)
void
setOutput(@Nullable AbstractWorkItemOutputType output)
-
-
-
Method Detail
-
getApproverRef
@NotNull public @NotNull ObjectReferenceType getApproverRef()
-
getOutput
@Nullable public @Nullable AbstractWorkItemOutputType getOutput()
-
setOutput
public void setOutput(@Nullable @Nullable AbstractWorkItemOutputType output)
-
getCompletedAt
@Nullable public @Nullable XMLGregorianCalendar getCompletedAt()
-
getCompletedBy
@Nullable public @Nullable ObjectReferenceType getCompletedBy()
-
getAttorney
@Nullable public @Nullable ObjectReferenceType getAttorney()
-
isLast
public boolean isLast()
-
setLast
public void setLast(boolean last)
-
-