Class CertCaseDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<CertCaseOrWorkItemDto>
-
- com.evolveum.midpoint.web.page.admin.certification.dto.CertCaseOrWorkItemDto
-
- com.evolveum.midpoint.web.page.admin.certification.dto.CertCaseDto
-
- All Implemented Interfaces:
SelectableRow<CertCaseOrWorkItemDto>
,Serializable
public class CertCaseDto extends CertCaseOrWorkItemDto
DTO for displaying cases as part of certification campaign information. Aggregates more decisions. TODO cleanup a bit- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_COMMENTS
static String
F_CURRENT_RESPONSE_STAGE_NUMBER
static String
F_CURRENT_REVIEWERS
static String
F_REMEDIED_AT
static String
F_REVIEWED_AT
static String
F_REVIEWED_BY
-
Fields inherited from class com.evolveum.midpoint.web.page.admin.certification.dto.CertCaseOrWorkItemDto
F_CAMPAIGN_NAME, F_CONFLICTING_TARGETS, F_DEADLINE_AS_STRING, F_ITERATION, F_OBJECT_NAME, F_REVIEW_REQUESTED, F_TARGET_NAME, F_TARGET_TYPE
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description CertCaseDto(AccessCertificationCaseType _case, PageBase page, Task task, OperationResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComments()
Integer
getCurrentResponseStageNumber()
String
getCurrentReviewers()
AccessCertificationResponseType
getOverallOutcome()
String
getRemediedAt()
String
getReviewedAt()
String
getReviewedBy()
-
Methods inherited from class com.evolveum.midpoint.web.page.admin.certification.dto.CertCaseOrWorkItemDto
getCampaign, getCampaignName, getCampaignRef, getCampaignStageCount, getCampaignStageNumber, getCaseId, getCertCase, getConflictingTargets, getCurrentStageName, getDeadlineAsString, getHandlerUri, getIteration, getObjectName, getObjectType, getObjectType, getReviewRequested, getStageStarted, getTargetName, getTargetType
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableRow
isSelected, setSelected
-
-
-
-
Field Detail
-
F_REMEDIED_AT
public static final String F_REMEDIED_AT
- See Also:
- Constant Field Values
-
F_CURRENT_REVIEWERS
public static final String F_CURRENT_REVIEWERS
- See Also:
- Constant Field Values
-
F_REVIEWED_AT
public static final String F_REVIEWED_AT
- See Also:
- Constant Field Values
-
F_REVIEWED_BY
public static final String F_REVIEWED_BY
- See Also:
- Constant Field Values
-
F_COMMENTS
public static final String F_COMMENTS
- See Also:
- Constant Field Values
-
F_CURRENT_RESPONSE_STAGE_NUMBER
public static final String F_CURRENT_RESPONSE_STAGE_NUMBER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CertCaseDto
public CertCaseDto(AccessCertificationCaseType _case, PageBase page, Task task, OperationResult result)
-
-
Method Detail
-
getCurrentReviewers
public String getCurrentReviewers()
-
getReviewedBy
public String getReviewedBy()
-
getComments
public String getComments()
-
getRemediedAt
public String getRemediedAt()
-
getReviewedAt
public String getReviewedAt()
-
getOverallOutcome
public AccessCertificationResponseType getOverallOutcome()
-
getCurrentResponseStageNumber
public Integer getCurrentResponseStageNumber()
-
-