Class StageCompletionEventType
- 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.StageCompletionEventType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class StageCompletionEventType extends CaseEventType
Event describing the completion of a workflow process instance stage.- 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_AUTOMATED_DECISION_REASON
static ItemName
F_OUTCOME
static Producer<StageCompletionEventType>
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 StageCompletionEventType()
StageCompletionEventType(PrismContext context)
Deprecated.
-
Method Summary
-
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_OUTCOME
public static final ItemName F_OUTCOME
-
F_AUTOMATED_DECISION_REASON
public static final ItemName F_AUTOMATED_DECISION_REASON
-
FACTORY
public static final Producer<StageCompletionEventType> FACTORY
-
-
Constructor Detail
-
StageCompletionEventType
public StageCompletionEventType()
-
StageCompletionEventType
@Deprecated public StageCompletionEventType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOutcome
public String getOutcome()
-
setOutcome
public void setOutcome(String value)
-
getAutomatedDecisionReason
public AutomatedCompletionReasonType getAutomatedDecisionReason()
-
setAutomatedDecisionReason
public void setAutomatedDecisionReason(AutomatedCompletionReasonType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classCaseEventType
-
id
public StageCompletionEventType id(Long value)
- Overrides:
id
in classCaseEventType
-
outcome
public StageCompletionEventType outcome(String value)
-
automatedDecisionReason
public StageCompletionEventType automatedDecisionReason(AutomatedCompletionReasonType value)
-
timestamp
public StageCompletionEventType timestamp(XMLGregorianCalendar value)
- Overrides:
timestamp
in classCaseEventType
-
timestamp
public StageCompletionEventType timestamp(String value)
- Overrides:
timestamp
in classCaseEventType
-
initiatorRef
public StageCompletionEventType initiatorRef(ObjectReferenceType value)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public StageCompletionEventType initiatorRef(String oid, QName type)
- Overrides:
initiatorRef
in classCaseEventType
-
initiatorRef
public StageCompletionEventType initiatorRef(String oid, QName type, QName relation)
- Overrides:
initiatorRef
in classCaseEventType
-
beginInitiatorRef
public ObjectReferenceType beginInitiatorRef()
- Overrides:
beginInitiatorRef
in classCaseEventType
-
attorneyRef
public StageCompletionEventType attorneyRef(ObjectReferenceType value)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public StageCompletionEventType attorneyRef(String oid, QName type)
- Overrides:
attorneyRef
in classCaseEventType
-
attorneyRef
public StageCompletionEventType attorneyRef(String oid, QName type, QName relation)
- Overrides:
attorneyRef
in classCaseEventType
-
beginAttorneyRef
public ObjectReferenceType beginAttorneyRef()
- Overrides:
beginAttorneyRef
in classCaseEventType
-
stageNumber
public StageCompletionEventType stageNumber(Integer value)
- Overrides:
stageNumber
in classCaseEventType
-
iteration
public StageCompletionEventType iteration(Integer value)
- Overrides:
iteration
in classCaseEventType
-
end
public <X> X end()
- Overrides:
end
in classCaseEventType
-
clone
public StageCompletionEventType clone()
- Overrides:
clone
in classCaseEventType
-
-