Class CaseWorkItemType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkItemType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseWorkItemType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class CaseWorkItemType extends AbstractWorkItemType implements Serializable, Cloneable, Containerable
A work item for a (generic) case.Java class for CaseWorkItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseWorkItemType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkItemType"> <sequence> <element name="additionalInformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}InformationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ADDITIONAL_INFORMATION-
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 CaseWorkItemType()CaseWorkItemType(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
-
CaseWorkItemType
public CaseWorkItemType()
-
CaseWorkItemType
public CaseWorkItemType(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
-
getAdditionalInformation
public List<InformationType> getAdditionalInformation()
-
createAdditionalInformationList
public List<InformationType> createAdditionalInformationList()
-
additionalInformation
public CaseWorkItemType additionalInformation(InformationType value)
-
beginAdditionalInformation
public InformationType beginAdditionalInformation()
-
name
public CaseWorkItemType name(PolyStringType value)
- Overrides:
namein classAbstractWorkItemType
-
name
public CaseWorkItemType name(String value)
- Overrides:
namein classAbstractWorkItemType
-
beginName
public PolyStringType beginName()
- Overrides:
beginNamein classAbstractWorkItemType
-
stageNumber
public CaseWorkItemType stageNumber(Integer value)
- Overrides:
stageNumberin classAbstractWorkItemType
-
createTimestamp
public CaseWorkItemType createTimestamp(XMLGregorianCalendar value)
- Overrides:
createTimestampin classAbstractWorkItemType
-
createTimestamp
public CaseWorkItemType createTimestamp(String value)
- Overrides:
createTimestampin classAbstractWorkItemType
-
deadline
public CaseWorkItemType deadline(XMLGregorianCalendar value)
- Overrides:
deadlinein classAbstractWorkItemType
-
deadline
public CaseWorkItemType deadline(String value)
- Overrides:
deadlinein classAbstractWorkItemType
-
originalAssigneeRef
public CaseWorkItemType originalAssigneeRef(ObjectReferenceType value)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
originalAssigneeRef
public CaseWorkItemType originalAssigneeRef(String oid, QName type)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
originalAssigneeRef
public CaseWorkItemType originalAssigneeRef(String oid, QName type, QName relation)
- Overrides:
originalAssigneeRefin classAbstractWorkItemType
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
- Overrides:
beginOriginalAssigneeRefin classAbstractWorkItemType
-
assigneeRef
public CaseWorkItemType assigneeRef(ObjectReferenceType value)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
assigneeRef
public CaseWorkItemType assigneeRef(String oid, QName type)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
assigneeRef
public CaseWorkItemType assigneeRef(String oid, QName type, QName relation)
- Overrides:
assigneeRefin classAbstractWorkItemType
-
beginAssigneeRef
public ObjectReferenceType beginAssigneeRef()
- Overrides:
beginAssigneeRefin classAbstractWorkItemType
-
candidateRef
public CaseWorkItemType candidateRef(ObjectReferenceType value)
- Overrides:
candidateRefin classAbstractWorkItemType
-
candidateRef
public CaseWorkItemType candidateRef(String oid, QName type)
- Overrides:
candidateRefin classAbstractWorkItemType
-
candidateRef
public CaseWorkItemType candidateRef(String oid, QName type, QName relation)
- Overrides:
candidateRefin classAbstractWorkItemType
-
beginCandidateRef
public ObjectReferenceType beginCandidateRef()
- Overrides:
beginCandidateRefin classAbstractWorkItemType
-
performerRef
public CaseWorkItemType performerRef(ObjectReferenceType value)
- Overrides:
performerRefin classAbstractWorkItemType
-
performerRef
public CaseWorkItemType performerRef(String oid, QName type)
- Overrides:
performerRefin classAbstractWorkItemType
-
performerRef
public CaseWorkItemType performerRef(String oid, QName type, QName relation)
- Overrides:
performerRefin classAbstractWorkItemType
-
beginPerformerRef
public ObjectReferenceType beginPerformerRef()
- Overrides:
beginPerformerRefin classAbstractWorkItemType
-
escalationLevel
public CaseWorkItemType escalationLevel(WorkItemEscalationLevelType value)
- Overrides:
escalationLevelin classAbstractWorkItemType
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
- Overrides:
beginEscalationLevelin classAbstractWorkItemType
-
output
public CaseWorkItemType output(AbstractWorkItemOutputType value)
- Overrides:
outputin classAbstractWorkItemType
-
beginOutput
public AbstractWorkItemOutputType beginOutput()
- Overrides:
beginOutputin classAbstractWorkItemType
-
closeTimestamp
public CaseWorkItemType closeTimestamp(XMLGregorianCalendar value)
- Overrides:
closeTimestampin classAbstractWorkItemType
-
closeTimestamp
public CaseWorkItemType closeTimestamp(String value)
- Overrides:
closeTimestampin classAbstractWorkItemType
-
id
public CaseWorkItemType id(Long value)
- Overrides:
idin classAbstractWorkItemType
-
clone
public CaseWorkItemType clone()
- Overrides:
clonein classAbstractWorkItemType
-
-