Class WorkItemDelegationEventType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- 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
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
WorkItemEscalationEventType
public class WorkItemDelegationEventType extends WorkItemEventType
Event describing the fact of delegation.- 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_ASSIGNEE_BEFORE
static ItemName
F_COMMENT
static ItemName
F_DELEGATED_TO
static ItemName
F_DELEGATION_METHOD
static Producer<WorkItemDelegationEventType>
FACTORY
-
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 context)
Deprecated.
-
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, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setInitiatorRef, setIteration, setStageNumber, setTimestamp
-
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_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
-
FACTORY
public static final Producer<WorkItemDelegationEventType> FACTORY
-
-
Constructor Detail
-
WorkItemDelegationEventType
public WorkItemDelegationEventType()
-
WorkItemDelegationEventType
@Deprecated public WorkItemDelegationEventType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getAssigneeBefore
public List<ObjectReferenceType> getAssigneeBefore()
-
getDelegatedTo
public List<ObjectReferenceType> getDelegatedTo()
-
getDelegationMethod
public WorkItemDelegationMethodType getDelegationMethod()
-
setDelegationMethod
public void setDelegationMethod(WorkItemDelegationMethodType value)
-
getComment
public String getComment()
-
setComment
public void setComment(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classWorkItemEventType
-
id
public WorkItemDelegationEventType id(Long value)
- Overrides:
id
in classWorkItemEventType
-
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:
workItemId
in classWorkItemEventType
-
externalWorkItemId
public WorkItemDelegationEventType externalWorkItemId(String value)
- Overrides:
externalWorkItemId
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(ObjectReferenceType value)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(String oid, QName type)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
originalAssigneeRef
public WorkItemDelegationEventType originalAssigneeRef(String oid, QName type, QName relation)
- Overrides:
originalAssigneeRef
in classWorkItemEventType
-
beginOriginalAssigneeRef
public ObjectReferenceType beginOriginalAssigneeRef()
- Overrides:
beginOriginalAssigneeRef
in classWorkItemEventType
-
escalationLevel
public WorkItemDelegationEventType escalationLevel(WorkItemEscalationLevelType value)
- Overrides:
escalationLevel
in classWorkItemEventType
-
beginEscalationLevel
public WorkItemEscalationLevelType beginEscalationLevel()
- Overrides:
beginEscalationLevel
in classWorkItemEventType
-
cause
public WorkItemDelegationEventType cause(WorkItemEventCauseInformationType value)
- Overrides:
cause
in classWorkItemEventType
-
beginCause
public WorkItemEventCauseInformationType beginCause()
- Overrides:
beginCause
in classWorkItemEventType
-
timestamp
public WorkItemDelegationEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classWorkItemEventType
-
timestamp
public WorkItemDelegationEventType timestamp(String value)
- Overrides:
timestamp
in classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classWorkItemEventType
-
initiatorRef
public WorkItemDelegationEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classWorkItemEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classWorkItemEventType
-
attorneyRef
public WorkItemDelegationEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classWorkItemEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classWorkItemEventType
-
stageNumber
public WorkItemDelegationEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classWorkItemEventType
-
iteration
public WorkItemDelegationEventType iteration(Integer value)
- Overrides:
iteration
in classWorkItemEventType
-
end
public <X> X end()
- Overrides:
end
in classWorkItemEventType
-
clone
public WorkItemDelegationEventType clone()
- Overrides:
clone
in classWorkItemEventType
-
-