Class WorkItemEventType
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
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
- Direct Known Subclasses:
WorkItemCompletionEventType,WorkItemDelegationEventType
Process event related to a specific work item.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested 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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<WorkItemEventType>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_TIMESTAMPFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattorneyRef(ObjectReferenceType value) attorneyRef(String oid, QName type) attorneyRef(String oid, QName type, QName relation) clone()<X> Xend()booleanexternalWorkItemId(String value) getCause()initiatorRef(ObjectReferenceType value) initiatorRef(String oid, QName type) initiatorRef(String oid, QName type, QName relation) originalAssigneeRef(String oid, QName type) originalAssigneeRef(String oid, QName type, QName relation) voidvoidvoidsetExternalWorkItemId(String value) voidvoidsetWorkItemId(Long value) stageNumber(Integer value) timestamp(XMLGregorianCalendar value) workItemId(Long value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.CaseEventType
getAttorneyRef, getInitiatorRef, getIteration, getStageNumber, getTimestamp, setAttorneyRef, setInitiatorRef, setIteration, setStageNumber, setTimestampMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_WORK_ITEM_ID
-
F_EXTERNAL_WORK_ITEM_ID
-
F_ORIGINAL_ASSIGNEE_REF
-
F_ESCALATION_LEVEL
-
F_CAUSE
-
FACTORY
-
-
Constructor Details
-
WorkItemEventType
public WorkItemEventType() -
WorkItemEventType
Deprecated.
-
-
Method Details
-
getWorkItemId
-
setWorkItemId
-
getExternalWorkItemId
-
setExternalWorkItemId
-
getOriginalAssigneeRef
-
setOriginalAssigneeRef
-
getEscalationLevel
-
setEscalationLevel
-
getCause
-
setCause
-
equals
- Overrides:
equalsin classCaseEventType
-
id
- Overrides:
idin classCaseEventType
-
workItemId
-
externalWorkItemId
-
originalAssigneeRef
-
originalAssigneeRef
-
originalAssigneeRef
-
beginOriginalAssigneeRef
-
escalationLevel
-
beginEscalationLevel
-
cause
-
beginCause
-
timestamp
- Overrides:
timestampin classCaseEventType
-
timestamp
- Overrides:
timestampin classCaseEventType
-
initiatorRef
- Overrides:
initiatorRefin classCaseEventType
-
initiatorRef
- Overrides:
initiatorRefin classCaseEventType
-
initiatorRef
- Overrides:
initiatorRefin classCaseEventType
-
beginInitiatorRef
- Overrides:
beginInitiatorRefin classCaseEventType
-
attorneyRef
- Overrides:
attorneyRefin classCaseEventType
-
attorneyRef
- Overrides:
attorneyRefin classCaseEventType
-
attorneyRef
- Overrides:
attorneyRefin classCaseEventType
-
beginAttorneyRef
- Overrides:
beginAttorneyRefin classCaseEventType
-
stageNumber
- Overrides:
stageNumberin classCaseEventType
-
iteration
- Overrides:
iterationin classCaseEventType
-
end
public <X> X end()- Overrides:
endin classCaseEventType
-
clone
- Overrides:
clonein classCaseEventType
-