Class CertCampaignDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable
-
- com.evolveum.midpoint.web.page.admin.certification.dto.CertCampaignDto
-
- All Implemented Interfaces:
Serializable
public class CertCampaignDto extends Selectable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_CAMPAIGN_END
static String
F_CAMPAIGN_START
static String
F_CURRENT_STATE
static String
F_DESCRIPTION
static String
F_ESCALATION_LEVEL_INFO
static String
F_ITERATION
static String
F_NAME
static String
F_NUMBER_OF_STAGES
static String
F_OWNER_NAME
static String
F_STAGE_DEADLINE
static String
F_STAGE_START
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description CertCampaignDto(AccessCertificationCampaignType campaign, PageBase page, Task task, OperationResult result)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCampaignEnd()
String
getCampaignStart()
int
getCurrentStageNumber()
String
getCurrentState()
String
getDescription()
String
getEscalationLevelInfo()
String
getHandlerUri()
Integer
getIteration()
String
getName()
int
getNumberOfStages()
String
getOwnerName()
String
getStageDeadline()
String
getStageEnd()
String
getStageStart()
AccessCertificationCampaignStateType
getState()
static String
resolveOwnerName(ObjectReferenceType ownerRef, PageBase page, Task task, OperationResult result)
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
-
-
-
Field Detail
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_DESCRIPTION
public static final String F_DESCRIPTION
- See Also:
- Constant Field Values
-
F_OWNER_NAME
public static final String F_OWNER_NAME
- See Also:
- Constant Field Values
-
F_CURRENT_STATE
public static final String F_CURRENT_STATE
- See Also:
- Constant Field Values
-
F_ITERATION
public static final String F_ITERATION
- See Also:
- Constant Field Values
-
F_NUMBER_OF_STAGES
public static final String F_NUMBER_OF_STAGES
- See Also:
- Constant Field Values
-
F_CAMPAIGN_START
public static final String F_CAMPAIGN_START
- See Also:
- Constant Field Values
-
F_CAMPAIGN_END
public static final String F_CAMPAIGN_END
- See Also:
- Constant Field Values
-
F_STAGE_START
public static final String F_STAGE_START
- See Also:
- Constant Field Values
-
F_STAGE_DEADLINE
public static final String F_STAGE_DEADLINE
- See Also:
- Constant Field Values
-
F_ESCALATION_LEVEL_INFO
public static final String F_ESCALATION_LEVEL_INFO
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CertCampaignDto
public CertCampaignDto(AccessCertificationCampaignType campaign, PageBase page, Task task, OperationResult result)
-
-
Method Detail
-
getOwnerName
public String getOwnerName()
-
resolveOwnerName
public static String resolveOwnerName(ObjectReferenceType ownerRef, PageBase page, Task task, OperationResult result)
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getCurrentState
public String getCurrentState()
-
getIteration
public Integer getIteration()
-
getNumberOfStages
public int getNumberOfStages()
-
getCampaignStart
public String getCampaignStart()
-
getCampaignEnd
public String getCampaignEnd()
-
getStageStart
public String getStageStart()
-
getStageDeadline
public String getStageDeadline()
-
getStageEnd
public String getStageEnd()
-
getState
public AccessCertificationCampaignStateType getState()
-
getCurrentStageNumber
public int getCurrentStageNumber()
-
getHandlerUri
public String getHandlerUri()
-
getEscalationLevelInfo
public String getEscalationLevelInfo()
-
-