Class CaseCompletionEventType
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.CaseCompletionEventType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Event describing the completion of a workflow process instance.
- 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.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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final Producer<CaseCompletionEventType>
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 -
Method Summary
Modifier and TypeMethodDescriptionattorneyRef
(ObjectReferenceType value) attorneyRef
(String oid, QName type) attorneyRef
(String oid, QName type, QName relation) clone()
<X> X
end()
boolean
initiatorRef
(ObjectReferenceType value) initiatorRef
(String oid, QName type) initiatorRef
(String oid, QName type, QName relation) stageNumber
(Integer value) timestamp
(XMLGregorianCalendar value) 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 Details
-
COMPLEX_TYPE
-
FACTORY
-
-
Constructor Details
-
CaseCompletionEventType
public CaseCompletionEventType() -
CaseCompletionEventType
Deprecated.
-
-
Method Details
-
equals
- Overrides:
equals
in classCaseEventType
-
id
- Overrides:
id
in classCaseEventType
-
timestamp
- Overrides:
timestamp
in classCaseEventType
-
timestamp
- Overrides:
timestamp
in classCaseEventType
-
initiatorRef
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
- Overrides:
initiatorRef
in classCaseEventType
-
beginInitiatorRef
- Overrides:
beginInitiatorRef
in classCaseEventType
-
attorneyRef
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
- Overrides:
attorneyRef
in classCaseEventType
-
beginAttorneyRef
- Overrides:
beginAttorneyRef
in classCaseEventType
-
stageNumber
- Overrides:
stageNumber
in classCaseEventType
-
iteration
- Overrides:
iteration
in classCaseEventType
-
end
public <X> X end()- Overrides:
end
in classCaseEventType
-
clone
- Overrides:
clone
in classCaseEventType
-