Class AccessCertificationCaseType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
AccessCertificationAssignmentCaseType
public class AccessCertificationCaseType extends Object implements Serializable, Cloneable, Containerable
An item that has to be certified, viewed in the scope of a given certification campaign.Java class for AccessCertificationCaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationCaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="tenantRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="activation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ActivationType" minOccurs="0"/> <element name="stageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="workItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationWorkItemType" maxOccurs="unbounded" minOccurs="0"/> <element name="currentStageCreateTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="currentStageDeadline" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="currentStageOutcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="outcome" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="reviewFinishedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="remediedTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="event" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ACTIVATION
static ItemName
F_CURRENT_STAGE_CREATE_TIMESTAMP
static ItemName
F_CURRENT_STAGE_DEADLINE
static ItemName
F_CURRENT_STAGE_OUTCOME
static ItemName
F_EVENT
static ItemName
F_ITERATION
static ItemName
F_OBJECT_REF
static ItemName
F_ORG_REF
static ItemName
F_OUTCOME
static ItemName
F_REMEDIED_TIMESTAMP
static ItemName
F_REVIEW_FINISHED_TIMESTAMP
static ItemName
F_STAGE_NUMBER
static ItemName
F_TARGET_REF
static ItemName
F_TENANT_REF
static ItemName
F_WORK_ITEM
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationCaseType()
AccessCertificationCaseType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_REF
public static final ItemName F_OBJECT_REF
-
F_TARGET_REF
public static final ItemName F_TARGET_REF
-
F_TENANT_REF
public static final ItemName F_TENANT_REF
-
F_ORG_REF
public static final ItemName F_ORG_REF
-
F_ACTIVATION
public static final ItemName F_ACTIVATION
-
F_STAGE_NUMBER
public static final ItemName F_STAGE_NUMBER
-
F_ITERATION
public static final ItemName F_ITERATION
-
F_WORK_ITEM
public static final ItemName F_WORK_ITEM
-
F_CURRENT_STAGE_CREATE_TIMESTAMP
public static final ItemName F_CURRENT_STAGE_CREATE_TIMESTAMP
-
F_CURRENT_STAGE_DEADLINE
public static final ItemName F_CURRENT_STAGE_DEADLINE
-
F_CURRENT_STAGE_OUTCOME
public static final ItemName F_CURRENT_STAGE_OUTCOME
-
F_OUTCOME
public static final ItemName F_OUTCOME
-
F_REVIEW_FINISHED_TIMESTAMP
public static final ItemName F_REVIEW_FINISHED_TIMESTAMP
-
F_REMEDIED_TIMESTAMP
public static final ItemName F_REMEDIED_TIMESTAMP
-
F_EVENT
public static final ItemName F_EVENT
-
-
Constructor Detail
-
AccessCertificationCaseType
public AccessCertificationCaseType()
-
AccessCertificationCaseType
public AccessCertificationCaseType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getObjectRef
public ObjectReferenceType getObjectRef()
-
setObjectRef
public void setObjectRef(ObjectReferenceType value)
-
getTargetRef
public ObjectReferenceType getTargetRef()
-
setTargetRef
public void setTargetRef(ObjectReferenceType value)
-
getTenantRef
public ObjectReferenceType getTenantRef()
-
setTenantRef
public void setTenantRef(ObjectReferenceType value)
-
getOrgRef
public ObjectReferenceType getOrgRef()
-
setOrgRef
public void setOrgRef(ObjectReferenceType value)
-
getActivation
public ActivationType getActivation()
-
setActivation
public void setActivation(ActivationType value)
-
getStageNumber
public int getStageNumber()
-
setStageNumber
public void setStageNumber(int value)
-
getIteration
public Integer getIteration()
-
setIteration
public void setIteration(Integer value)
-
getWorkItem
public List<AccessCertificationWorkItemType> getWorkItem()
-
createWorkItemList
public List<AccessCertificationWorkItemType> createWorkItemList()
-
getCurrentStageCreateTimestamp
public XMLGregorianCalendar getCurrentStageCreateTimestamp()
-
setCurrentStageCreateTimestamp
public void setCurrentStageCreateTimestamp(XMLGregorianCalendar value)
-
getCurrentStageDeadline
public XMLGregorianCalendar getCurrentStageDeadline()
-
setCurrentStageDeadline
public void setCurrentStageDeadline(XMLGregorianCalendar value)
-
getCurrentStageOutcome
public String getCurrentStageOutcome()
-
setCurrentStageOutcome
public void setCurrentStageOutcome(String value)
-
getOutcome
public String getOutcome()
-
setOutcome
public void setOutcome(String value)
-
getReviewFinishedTimestamp
public XMLGregorianCalendar getReviewFinishedTimestamp()
-
setReviewFinishedTimestamp
public void setReviewFinishedTimestamp(XMLGregorianCalendar value)
-
getRemediedTimestamp
public XMLGregorianCalendar getRemediedTimestamp()
-
setRemediedTimestamp
public void setRemediedTimestamp(XMLGregorianCalendar value)
-
getEvent
public List<CaseEventType> getEvent()
-
createEventList
public List<CaseEventType> createEventList()
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
objectRef
public AccessCertificationCaseType objectRef(ObjectReferenceType value)
-
objectRef
public AccessCertificationCaseType objectRef(String oid, QName type)
-
objectRef
public AccessCertificationCaseType objectRef(String oid, QName type, QName relation)
-
beginObjectRef
public ObjectReferenceType beginObjectRef()
-
targetRef
public AccessCertificationCaseType targetRef(ObjectReferenceType value)
-
targetRef
public AccessCertificationCaseType targetRef(String oid, QName type)
-
targetRef
public AccessCertificationCaseType targetRef(String oid, QName type, QName relation)
-
beginTargetRef
public ObjectReferenceType beginTargetRef()
-
tenantRef
public AccessCertificationCaseType tenantRef(ObjectReferenceType value)
-
tenantRef
public AccessCertificationCaseType tenantRef(String oid, QName type)
-
tenantRef
public AccessCertificationCaseType tenantRef(String oid, QName type, QName relation)
-
beginTenantRef
public ObjectReferenceType beginTenantRef()
-
orgRef
public AccessCertificationCaseType orgRef(ObjectReferenceType value)
-
orgRef
public AccessCertificationCaseType orgRef(String oid, QName type)
-
orgRef
public AccessCertificationCaseType orgRef(String oid, QName type, QName relation)
-
beginOrgRef
public ObjectReferenceType beginOrgRef()
-
activation
public AccessCertificationCaseType activation(ActivationType value)
-
beginActivation
public ActivationType beginActivation()
-
stageNumber
public AccessCertificationCaseType stageNumber(int value)
-
iteration
public AccessCertificationCaseType iteration(Integer value)
-
workItem
public AccessCertificationCaseType workItem(AccessCertificationWorkItemType value)
-
beginWorkItem
public AccessCertificationWorkItemType beginWorkItem()
-
currentStageCreateTimestamp
public AccessCertificationCaseType currentStageCreateTimestamp(XMLGregorianCalendar value)
-
currentStageCreateTimestamp
public AccessCertificationCaseType currentStageCreateTimestamp(String value)
-
currentStageDeadline
public AccessCertificationCaseType currentStageDeadline(XMLGregorianCalendar value)
-
currentStageDeadline
public AccessCertificationCaseType currentStageDeadline(String value)
-
currentStageOutcome
public AccessCertificationCaseType currentStageOutcome(String value)
-
outcome
public AccessCertificationCaseType outcome(String value)
-
reviewFinishedTimestamp
public AccessCertificationCaseType reviewFinishedTimestamp(XMLGregorianCalendar value)
-
reviewFinishedTimestamp
public AccessCertificationCaseType reviewFinishedTimestamp(String value)
-
remediedTimestamp
public AccessCertificationCaseType remediedTimestamp(XMLGregorianCalendar value)
-
remediedTimestamp
public AccessCertificationCaseType remediedTimestamp(String value)
-
event
public AccessCertificationCaseType event(CaseEventType value)
-
beginEvent
public CaseEventType beginEvent()
-
id
public AccessCertificationCaseType id(Long value)
-
clone
public AccessCertificationCaseType clone()
-
-