Class WorkItemDelegationEventType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemDelegationEventType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
WorkItemEscalationEventType
public class WorkItemDelegationEventType extends WorkItemEventType implements Serializable, Cloneable, Containerable
Event describing the fact of delegation.Java class for WorkItemDelegationEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemDelegationEventType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventType"> <sequence> <element name="assigneeBefore" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="delegatedTo" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="delegationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemDelegationMethodType" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_ASSIGNEE_BEFOREstatic ItemNameF_COMMENTstatic ItemNameF_DELEGATED_TOstatic ItemNameF_DELEGATION_METHOD-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
F_CAUSE, F_ESCALATION_LEVEL, F_EXTERNAL_WORK_ITEM_ID, F_ORIGINAL_ASSIGNEE_REF, F_WORK_ITEM_ID
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
F_ATTORNEY_REF, F_INITIATOR_REF, F_ITERATION, F_STAGE_NUMBER, F_TIMESTAMP
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description WorkItemDelegationEventType()WorkItemDelegationEventType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventType
getCause, getEscalationLevel, getExternalWorkItemId, getOriginalAssigneeRef, getWorkItemId, setCause, setEscalationLevel, setExternalWorkItemId, setOriginalAssigneeRef, setWorkItemId
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
getAttorneyRef, getId, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setId, setInitiatorRef, setIteration, setStageNumber, setTimestamp
-
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_ASSIGNEE_BEFORE
public static final ItemName F_ASSIGNEE_BEFORE
-
F_DELEGATED_TO
public static final ItemName F_DELEGATED_TO
-
F_DELEGATION_METHOD
public static final ItemName F_DELEGATION_METHOD
-
F_COMMENT
public static final ItemName F_COMMENT
-
-
Constructor Detail
-
WorkItemDelegationEventType
public WorkItemDelegationEventType()
-
WorkItemDelegationEventType
public WorkItemDelegationEventType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classWorkItemEventType
-
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 classWorkItemEventType
-
toString
public String toString()
- Overrides:
toStringin classWorkItemEventType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classWorkItemEventType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classWorkItemEventType
-
end
public <X> X end()
- Overrides:
endin classWorkItemEventType
-
getAssigneeBefore
public List<ObjectReferenceType> getAssigneeBefore()
-
createAssigneeBeforeList
public List<ObjectReferenceType> createAssigneeBeforeList()
-
getDelegatedTo
public List<ObjectReferenceType> getDelegatedTo()
-
createDelegatedToList
public List<ObjectReferenceType> createDelegatedToList()
-
getDelegationMethod
public WorkItemDelegationMethodType getDelegationMethod()
-
setDelegationMethod
public void setDelegationMethod(WorkItemDelegationMethodType value)
-
getComment
public String getComment()
-
setComment
public void setComment(String value)
-
assigneeBefore
public WorkItemDelegationEventType assigneeBefore(ObjectReferenceType value)
-
assigneeBefore
public WorkItemDelegationEventType assigneeBefore(String oid, QName type)
-
assigneeBefore
public WorkItemDelegationEventType assigneeBefore(String oid, QName type, QName relation)
-
beginAssigneeBefore
public ObjectReferenceType beginAssigneeBefore()
-
delegatedTo
public WorkItemDelegationEventType delegatedTo(ObjectReferenceType value)
-
delegatedTo
public WorkItemDelegationEventType delegatedTo(String oid, QName type)
-
delegatedTo
public WorkItemDelegationEventType delegatedTo(String oid, QName type, QName relation)
-
beginDelegatedTo
public ObjectReferenceType beginDelegatedTo()
-
delegationMethod
public WorkItemDelegationEventType delegationMethod(WorkItemDelegationMethodType value)
-
comment
public WorkItemDelegationEventType comment(String value)
-
workItemId
public WorkItemDelegationEventType workItemId(Long value)
- Overrides:
workItemIdin classWorkItemEventType
-
externalWorkItemId
public WorkItemDelegationEventType externalWorkItemId(String value)
- Overrides:
externalWorkItemIdin classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(ObjectReferenceType value)
- Overrides:
originalAssigneeRefin classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(String oid, QName type)
- Overrides:
originalAssigneeRefin classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(String oid, QName type, QName relation)
- Overrides:
originalAssigneeRefin classWorkItemEventType
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
- Overrides:
beginOriginalAssigneeRefin classWorkItemEventType
-
escalationLevel
public WorkItemDelegationEventType escalationLevel(WorkItemEscalationLevelType value)
- Overrides:
escalationLevelin classWorkItemEventType
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
- Overrides:
beginEscalationLevelin classWorkItemEventType
-
cause
public WorkItemDelegationEventType cause(WorkItemEventCauseInformationType value)
- Overrides:
causein classWorkItemEventType
-
beginCause
public WorkItemEventCauseInformationType beginCause()
- Overrides:
beginCausein classWorkItemEventType
-
timestamp
public WorkItemDelegationEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestampin classWorkItemEventType
-
timestamp
public WorkItemDelegationEventType timestamp(String value)
- Overrides:
timestampin classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRefin classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRefin classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRefin classWorkItemEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRefin classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRefin classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRefin classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRefin classWorkItemEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRefin classWorkItemEventType
-
stageNumber
public WorkItemDelegationEventType stageNumber(Integer value)
- Overrides:
stageNumberin classWorkItemEventType
-
iteration
public WorkItemDelegationEventType iteration(Integer value)
- Overrides:
iterationin classWorkItemEventType
-
id
public WorkItemDelegationEventType id(Long value)
- Overrides:
idin classWorkItemEventType
-
clone
public WorkItemDelegationEventType clone()
- Overrides:
clonein classWorkItemEventType
-
-