Class AccessCertificationCaseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationCaseType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
AccessCertificationAssignmentCaseType
public class AccessCertificationCaseType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
An item that has to be certified, viewed in the scope of a given certification campaign.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<AccessCertificationCaseType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationCaseType()
AccessCertificationCaseType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<AccessCertificationCaseType> FACTORY
-
-
Constructor Detail
-
AccessCertificationCaseType
public AccessCertificationCaseType()
-
AccessCertificationCaseType
@Deprecated public AccessCertificationCaseType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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(Integer 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()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AccessCertificationCaseType id(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(Integer 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()
-
end
public <X> X end()
-
clone
public AccessCertificationCaseType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-