Class CertCaseOrWorkItemDto
java.lang.Object
com.evolveum.midpoint.web.component.util.Selectable<CertCaseOrWorkItemDto>
com.evolveum.midpoint.web.page.admin.certification.dto.CertCaseOrWorkItemDto
- All Implemented Interfaces:
SelectableRow<CertCaseOrWorkItemDto>
,Serializable
- Direct Known Subclasses:
CertCaseDto
,CertWorkItemDto
public class CertCaseOrWorkItemDto
extends Selectable<CertCaseOrWorkItemDto>
implements SelectableRow<CertCaseOrWorkItemDto>
A common superclass for CertCaseDto + CertWorkItemDto.
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
static final String
static final String
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Method Summary
Modifier and TypeMethodDescriptionPreliminary implementation.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_OBJECT_NAME
- See Also:
-
F_TARGET_NAME
- See Also:
-
F_TARGET_TYPE
- See Also:
-
F_CAMPAIGN_NAME
- See Also:
-
F_REVIEW_REQUESTED
- See Also:
-
F_DEADLINE_AS_STRING
- See Also:
-
F_CONFLICTING_TARGETS
- See Also:
-
F_ITERATION
- See Also:
-
-
Method Details
-
getObjectName
-
getObjectType
-
getObjectType
-
getIteration
-
getTargetName
-
getTargetType
-
getCampaignRef
-
getCaseId
-
getCertCase
-
getCampaign
-
getCampaignName
-
getCampaignStageNumber
-
getCampaignStageCount
-
getReviewRequested
-
getStageStarted
-
getCurrentStageName
-
getHandlerUri
-
getDeadlineAsString
-
getConflictingTargets
Preliminary implementation. Eventually we will create a list of hyperlinks pointing to the actual objects.
-