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
public class CaseCompletionEventType extends CaseEventType
Event describing the completion of a workflow process instance.- 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 Producer<CaseCompletionEventType>
FACTORY
-
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 CaseCompletionEventType()
CaseCompletionEventType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseCompletionEventType
attorneyRef(ObjectReferenceType value)
CaseCompletionEventType
attorneyRef(String oid, QName type)
CaseCompletionEventType
attorneyRef(String oid, QName type, QName relation)
ObjectReferenceType
beginAttorneyRef()
ObjectReferenceType
beginInitiatorRef()
CaseCompletionEventType
clone()
<X> X
end()
boolean
equals(Object other)
CaseCompletionEventType
id(Long value)
CaseCompletionEventType
initiatorRef(ObjectReferenceType value)
CaseCompletionEventType
initiatorRef(String oid, QName type)
CaseCompletionEventType
initiatorRef(String oid, QName type, QName relation)
CaseCompletionEventType
iteration(Integer value)
CaseCompletionEventType
stageNumber(Integer value)
CaseCompletionEventType
timestamp(String value)
CaseCompletionEventType
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
FACTORY
public static final Producer<CaseCompletionEventType> FACTORY
-
-
Constructor Detail
-
CaseCompletionEventType
public CaseCompletionEventType()
-
CaseCompletionEventType
@Deprecated public CaseCompletionEventType(PrismContext context)
Deprecated.
-
-
Method Detail
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classCaseEventType
-
id
public CaseCompletionEventType id(Long value)
- Overrides:
id
in classCaseEventType
-
timestamp
public CaseCompletionEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classCaseEventType
-
timestamp
public CaseCompletionEventType timestamp(String value)
- Overrides:
timestamp
in classCaseEventType
-
initiatorRef
public CaseCompletionEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public CaseCompletionEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public CaseCompletionEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classCaseEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classCaseEventType
-
attorneyRef
public CaseCompletionEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public CaseCompletionEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public CaseCompletionEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classCaseEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classCaseEventType
-
stageNumber
public CaseCompletionEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classCaseEventType
-
iteration
public CaseCompletionEventType iteration(Integer value)
- Overrides:
iteration
in classCaseEventType
-
end
public <X> X end()
- Overrides:
end
in classCaseEventType
-
clone
public CaseCompletionEventType clone()
- Overrides:
clone
in classCaseEventType
-
-