Class AccessCertificationWorkItemType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationWorkItemType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class AccessCertificationWorkItemType extends AbstractWorkItemType implements Serializable, Cloneable, Containerable
A work item for a certification case.Java class for AccessCertificationWorkItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationWorkItemType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkItemType"> <sequence> <element name="outputChangeTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ITERATIONstatic ItemNameF_OUTPUT_CHANGE_TIMESTAMP-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
F_ASSIGNEE_REF, F_CANDIDATE_REF, F_CLOSE_TIMESTAMP, F_CREATE_TIMESTAMP, F_DEADLINE, F_ESCALATION_LEVEL, F_NAME, F_ORIGINAL_ASSIGNEE_REF, F_OUTPUT, F_PERFORMER_REF, F_STAGE_NUMBER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationWorkItemType()AccessCertificationWorkItemType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
createAssigneeRefList, createCandidateRefList, getAssigneeRef, getCandidateRef, getCloseTimestamp, getCreateTimestamp, getDeadline, getEscalationLevel, getId, getName, getOriginalAssigneeRef, getOutput, getPerformerRef, getStageNumber, setCloseTimestamp, setCreateTimestamp, setDeadline, setEscalationLevel, setId, setName, setOriginalAssigneeRef, setOutput, setPerformerRef, setStageNumber
-
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
-
-
-
-
Constructor Detail
-
AccessCertificationWorkItemType
public AccessCertificationWorkItemType()
-
AccessCertificationWorkItemType
public AccessCertificationWorkItemType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classAbstractWorkItemType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classAbstractWorkItemType
-
toString
public String toString()
- Overrides:
toStringin classAbstractWorkItemType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkItemType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractWorkItemType
-
end
public <X> X end()
- Overrides:
endin classAbstractWorkItemType
-
getOutputChangeTimestamp
public XMLGregorianCalendar getOutputChangeTimestamp()
-
setOutputChangeTimestamp
public void setOutputChangeTimestamp(XMLGregorianCalendar value)
-
getIteration
public Integer getIteration()
-
setIteration
public void setIteration(Integer value)
-
outputChangeTimestamp
public AccessCertificationWorkItemType outputChangeTimestamp(XMLGregorianCalendar value)
-
outputChangeTimestamp
public AccessCertificationWorkItemType outputChangeTimestamp(String value)
-
iteration
public AccessCertificationWorkItemType iteration(Integer value)
-
name
public AccessCertificationWorkItemType name(PolyStringType value)
- Overrides:
namein classAbstractWorkItemType
-
name
public AccessCertificationWorkItemType name(String value)
- Overrides:
namein classAbstractWorkItemType
-
beginName
public PolyStringType beginName()
- Overrides:
beginNamein classAbstractWorkItemType
-
stageNumber
public AccessCertificationWorkItemType stageNumber(Integer value)
- Overrides:
stageNumberin classAbstractWorkItemType
-
createTimestamp
public AccessCertificationWorkItemType createTimestamp(XMLGregorianCalendar value)
- Overrides:
createTimestampin classAbstractWorkItemType
-
createTimestamp
public AccessCertificationWorkItemType createTimestamp(String value)
- Overrides:
createTimestampin classAbstractWorkItemType
-
deadline
public AccessCertificationWorkItemType deadline(XMLGregorianCalendar value)
- Overrides:
deadlinein classAbstractWorkItemType
-
deadline
public AccessCertificationWorkItemType deadline(String value)
- Overrides:
deadlinein classAbstractWorkItemType
-
originalAssigneeRef
public AccessCertificationWorkItemType originalAssigneeRef(ObjectReferenceType value)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
originalAssigneeRef
public AccessCertificationWorkItemType originalAssigneeRef(String oid, QName type)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
originalAssigneeRef
public AccessCertificationWorkItemType originalAssigneeRef(String oid, QName type, QName relation)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
- Overrides:
beginOriginalAssigneeRefin classAbstractWorkItemType
-
assigneeRef
public AccessCertificationWorkItemType assigneeRef(ObjectReferenceType value)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
assigneeRef
public AccessCertificationWorkItemType assigneeRef(String oid, QName type)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
assigneeRef
public AccessCertificationWorkItemType assigneeRef(String oid, QName type, QName relation)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
beginAssigneeRef
public ObjectReferenceType beginAssigneeRef()
- Overrides:
beginAssigneeRefin classAbstractWorkItemType
-
candidateRef
public AccessCertificationWorkItemType candidateRef(ObjectReferenceType value)
- Overrides:
candidateRefin classAbstractWorkItemType
-
candidateRef
public AccessCertificationWorkItemType candidateRef(String oid, QName type)
- Overrides:
candidateRefin classAbstractWorkItemType
-
candidateRef
public AccessCertificationWorkItemType candidateRef(String oid, QName type, QName relation)
- Overrides:
candidateRefin classAbstractWorkItemType
-
beginCandidateRef
public ObjectReferenceType beginCandidateRef()
- Overrides:
beginCandidateRefin classAbstractWorkItemType
-
performerRef
public AccessCertificationWorkItemType performerRef(ObjectReferenceType value)
- Overrides:
performerRefin classAbstractWorkItemType
-
performerRef
public AccessCertificationWorkItemType performerRef(String oid, QName type)
- Overrides:
performerRefin classAbstractWorkItemType
-
performerRef
public AccessCertificationWorkItemType performerRef(String oid, QName type, QName relation)
- Overrides:
performerRefin classAbstractWorkItemType
-
beginPerformerRef
public ObjectReferenceType beginPerformerRef()
- Overrides:
beginPerformerRefin classAbstractWorkItemType
-
escalationLevel
public AccessCertificationWorkItemType escalationLevel(WorkItemEscalationLevelType value)
- Overrides:
escalationLevelin classAbstractWorkItemType
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
- Overrides:
beginEscalationLevelin classAbstractWorkItemType
-
output
public AccessCertificationWorkItemType output(AbstractWorkItemOutputType value)
- Overrides:
outputin classAbstractWorkItemType
-
beginOutput
public AbstractWorkItemOutputType beginOutput()
- Overrides:
beginOutputin classAbstractWorkItemType
-
closeTimestamp
public AccessCertificationWorkItemType closeTimestamp(XMLGregorianCalendar value)
- Overrides:
closeTimestampin classAbstractWorkItemType
-
closeTimestamp
public AccessCertificationWorkItemType closeTimestamp(String value)
- Overrides:
closeTimestampin classAbstractWorkItemType
-
id
public AccessCertificationWorkItemType id(Long value)
- Overrides:
idin classAbstractWorkItemType
-
clone
public AccessCertificationWorkItemType clone()
- Overrides:
clonein classAbstractWorkItemType
-
-