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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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_TYPEFields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED -
Constructor Summary
ConstructorsConstructorDescriptionCertCaseDto(AccessCertificationCaseType _case, PageBase page, 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, getTargetTypeMethods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelectedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, Task task, OperationResult result)
-
-
Method Details
-
getCurrentReviewers
-
getReviewedBy
-
getComments
-
getRemediedAt
-
getReviewedAt
-
getOverallOutcome
-
getCurrentResponseStageNumber
-