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
DTO for displaying cases as part of certification campaign information.
Aggregates more decisions.
TODO cleanup a bit
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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.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
ConstructorDescriptionCertCaseDto
(AccessCertificationCaseType _case, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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 Details
-
F_REMEDIED_AT
- See Also:
-
F_CURRENT_REVIEWERS
- See Also:
-
F_REVIEWED_AT
- See Also:
-
F_REVIEWED_BY
- See Also:
-
F_COMMENTS
- See Also:
-
F_CURRENT_RESPONSE_STAGE_NUMBER
- See Also:
-
-
Constructor Details
-
CertCaseDto
public CertCaseDto(AccessCertificationCaseType _case, PageBase page, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
-
Method Details
-
getCurrentReviewers
-
getReviewedBy
-
getComments
-
getRemediedAt
-
getReviewedAt
-
getOverallOutcome
-
getCurrentResponseStageNumber
-