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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_CAMPAIGN_NAME
static String
F_CONFLICTING_TARGETS
static String
F_DEADLINE_AS_STRING
static String
F_ITERATION
static String
F_OBJECT_NAME
static String
F_REVIEW_REQUESTED
static String
F_TARGET_NAME
static String
F_TARGET_TYPE
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessCertificationCampaignType
getCampaign()
String
getCampaignName()
ObjectReferenceType
getCampaignRef()
Integer
getCampaignStageCount()
Integer
getCampaignStageNumber()
Long
getCaseId()
AccessCertificationCaseType
getCertCase()
String
getConflictingTargets()
Preliminary implementation.String
getCurrentStageName()
String
getDeadlineAsString()
String
getHandlerUri()
Integer
getIteration()
String
getObjectName()
QName
getObjectType()
QName
getObjectType(CertDecisionHelper.WhichObject which)
Date
getReviewRequested()
Date
getStageStarted()
String
getTargetName()
QName
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_OBJECT_NAME
public static final String F_OBJECT_NAME
- See Also:
- Constant Field Values
-
F_TARGET_NAME
public static final String F_TARGET_NAME
- See Also:
- Constant Field Values
-
F_TARGET_TYPE
public static final String F_TARGET_TYPE
- See Also:
- Constant Field Values
-
F_CAMPAIGN_NAME
public static final String F_CAMPAIGN_NAME
- See Also:
- Constant Field Values
-
F_REVIEW_REQUESTED
public static final String F_REVIEW_REQUESTED
- See Also:
- Constant Field Values
-
F_DEADLINE_AS_STRING
public static final String F_DEADLINE_AS_STRING
- See Also:
- Constant Field Values
-
F_CONFLICTING_TARGETS
public static final String F_CONFLICTING_TARGETS
- See Also:
- Constant Field Values
-
F_ITERATION
public static final String F_ITERATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObjectName
public String getObjectName()
-
getObjectType
public QName getObjectType()
-
getObjectType
public QName getObjectType(CertDecisionHelper.WhichObject which)
-
getIteration
public Integer getIteration()
-
getTargetName
public String getTargetName()
-
getTargetType
public QName getTargetType()
-
getCampaignRef
public ObjectReferenceType getCampaignRef()
-
getCaseId
public Long getCaseId()
-
getCertCase
public AccessCertificationCaseType getCertCase()
-
getCampaign
public AccessCertificationCampaignType getCampaign()
-
getCampaignName
public String getCampaignName()
-
getCampaignStageNumber
public Integer getCampaignStageNumber()
-
getCampaignStageCount
public Integer getCampaignStageCount()
-
getReviewRequested
public Date getReviewRequested()
-
getStageStarted
public Date getStageStarted()
-
getCurrentStageName
public String getCurrentStageName()
-
getHandlerUri
public String getHandlerUri()
-
getDeadlineAsString
public String getDeadlineAsString()
-
getConflictingTargets
public String getConflictingTargets()
Preliminary implementation. Eventually we will create a list of hyperlinks pointing to the actual objects.
-
-